Get all active outlets in database
GET/api/v1/outlets/get_all_active
This will retrieve every outlet that is currently active.
Responses
- 200
- 401
- 429
- 500
OK
The access token is missing, invalid or expired. Obtain a new one and retry. The WWW-Authenticate header says which.
Response Headers
WWW-Authenticate
Bearer, with error="invalid_token" and a reason when a token was sent.
A rate limit was exceeded. The message names the window, and Retry-After gives the seconds to wait. Refused calls still count. See API limits.
Response Headers
Retry-After
Seconds until the exhausted window resets.
An unexpected error, or a request the API refused with a message — for example a page_size that is missing or outside 1 to 500.