Account and agency
List the agencies allowed by this API key
GET
/v1/agenciesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ { "id": "string", "name": "string" } ], "meta": { "requestId": "string" }}Delete agency DELETE
Permanently delete the selected agency and revoke its agent connections. Requires agency-deletion permission and confirmationName matching its exact current name from get_agency_profile. Returns the deleted agency ID and deleted status.
List agency creators GET
List creators belonging to the current agency, optionally filtering pending accounts. Results respect current creator access.