π Welcome to Azeer API#
The Azeer API lets you integrate your applications, dashboards, support tools, and automation workflows with the Azeer ecosystem.You can manage agents, teams, contacts, messages, apps, and all platform resources using secure and consistent REST endpoints.This documentation gives you everything you need to start building on top of Azeer; from authentication to resource management.Authentication#
All requests require a valid Bearer Token.Include it in every request header:Authorization: Bearer {token}
Tokens are tied to specific tenants, so each token only accesses its own tenantβs resources.Base URL#
https://api.mottasl.ai/v1
Resource Structure#
Azeer follows standard REST conventions:GET /resource β List items
GET /resource/{id} β Get details
POST /resource β Create
PUT /resource/{id} β Update
DELETE /resource/{id} β Remove
/agents, /teams, /contacts, /apps, /webhooks, /messagesModified atΒ 2025-11-25 12:09:33