Azeer API Documentation
    Azeer API Documentation
    • Welcome πŸ‘‹
    • API Authentication
    • API Endpoints
      • Messages
        • Messages Overview
        • Get Templates List
        • Send a Template Message
        • Send a Text Message
        • Send a Document
        • Send an Image
      • Agents
        • List All Agents
        • Get an Agent Details
        • Assign Contact to an Agent
      • Contacts
        • Create a Contact
        • Get Contact Details
      • Webhooks
        • Webhooks Overview
        • List All Webhooks
        • Get Webhook Details
        • Create Webhook
        • Delete Webhook
      • Tags
        • Create a Tag
        • List All Tags
        • Adding Tag to a Contact

    Welcome πŸ‘‹

    πŸ‘‹ 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
    Example resources:
    /agents, /teams, /contacts, /apps, /webhooks, /messages
    Agents
    Teams
    Contacts
    Messages
    Tags
    Webhooks
    Modified atΒ 2025-11-25 12:09:33
    Next
    API Authentication
    Built with