/filters
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
customers
Flag to include all possible customer id-value pairs in the responsetrue/falseproducts
Flag to include all possible product types in the responsetrue/falsepartner_entities
Flag to include all possible partner entities' id-value pairs in the responsetrue/falseis_business_customers
Flag to only include customers ofcustomer_type=businesstrue/false
Responses
200
Response object encapsulating all possible filter entities' values401
Unauthorized.403
Forbidden.422
Invalid input429
Too many requests.default
Unexpected Error.
Example Request
curl --request GET \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/filters \
--header 'accept: application/json'
Base URL
https://Contact sales to enable your sandbox/filters
Sample Response
{
"status": "success",
"data": {
"exampleKey": "exampleValue"
}
}
Updated
Updated about 1 year ago