Agency API
Agency
Manage your white-label agency platform including billing plans, support ticketing, ticket categories, and affiliate program approvals.
Authentication
All API requests require a valid API key passed via the Authorization header using the Bearer scheme:
Authorization: Bearer YOUR_API_KEYYou can generate and manage your API keys from the Tamio Dashboard under Settings > Developers > API Keys.
Endpoints
POST
/agency/plans/create
POST
/agency/plans/update/{uuid}
DELETE
/agency/plans/{uuid}
GET
/agency/tickets/list
POST
/agency/tickets/create
GET
/agency/tickets/retrieve/{uuid}
POST
/agency/tickets/reply/create/{uuid}
POST
/agency/tickets/reply/save-translation/{uuid}
POST
/agency/tickets/resolve/{uuid}
POST
/agency/tickets/assign/{uuid}
DELETE
/agency/tickets/{uuid}
GET
/agency/ticket-categories/list
POST
/agency/ticket-categories/create
POST
/agency/ticket-categories/update/{uuid}
DELETE
/agency/ticket-categories/{uuid}
GET
/agency/ticket-categories/retrieve/{uuid}
POST
/agency/affiliate-programs/approve/{uuid}
POST
/agency/affiliate-programs/decline/{uuid}
GET
/agency/affiliate-programs/list