API Docs
Need help?

Agencies API

This collection provides publicly accessible endpoints for managing agency profiles. Agency creation is handled during account signup. These APIs support reading, updating, and deleting agency information.

Available APIs

GET
Get Agency
Retrieves public details of a specific agency by ID.
/agencies/{agencyId}
View API
PUT
Update Agency
Updates editable fields for an agency profile.
/agencies/{agencyId}
View API
DELETE
Delete Agency
Deletes an agency account and its data. Use with caution.
/agencies/{agencyId}
View API