List Open Distribution OrderIDs
List all Open Distribution OrderIDs for an account.
GET /v1/distributionorders/processing
curl \
-X GET https://ma-api.maddenanalytics.com/v1/distributionorders/processing \
-H "Authorization: $API_KEY"
Response examples (200)
[
"string"
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}