Agency Extensions
Returns all capabilities related to the agency including item sizes, item weights, and vehicle types available.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Success
application/json
Responseall of
400
Validation Error
application/json
500
Something went wrong
get
/agency/capabilities/Returns a paginated list of riders (agents) created by the agency.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
page_numberintegerOptionalDefault:
The current page number
1limitsintegerOptionalDefault:
Number of riders to return per page
10active_deliveriesbooleanOptionalDefault:
Filter for agents with active deliveries
falselocationstringOptionalExample:
Comma-separated latitude and longitude to sort agents by proximity
5.6456,-0.1124Responses
200
Success
application/json
Responseall of
400
Validation Error
application/json
401
Unauthorized
500
Something went wrong
get
/agency/get-riders/Last updated
Was this helpful?