Azeer API
    Azeer API
    • API Authentication
    • APIs
      • Agents
        • Create Agent
        • Update Agent
        • Get Agent Details
      • Contacts
        • Create Contact
        • Create Bulk Contacts
      • Messages
        • Send Message
        • Delete Message
        • Delete Bulk Messages
      • Webhooks
        • Webhooks
        • List all webhooks
        • Get Webhook Details
        • Create Webhook
        • Delete Webhook
      • App
        • Create User Session

    API Authentication

    API Authentication#

    Authentication Guide#

    To access all Mottasl API endpoints, you must provide an API Key in the Authorization header. The API Key is a lifetime key that can be generated directly from the Mottasl platform. Follow the steps below to generate your API Key.

    Steps to Generate an API Key#

    1.
    Log in to the Mottasl Platform
    Visit Mottasl and log in with your credentials.
    2.
    Navigate to the API Settings
    After logging in:
    Go to the Settings section.
    Select Webhooks & APIs or directly visit this link:
    Webhooks & APIs Settings.
    3.
    Create an API Key
    In the API section, click on the Create API button.
    Follow the instructions to generate your lifetime API Key.
    4.
    Save Your API Key
    Click on the generate key to copy.
    Note: You can Generate multiple API_key with diffrent scopes Read only OR Read and write

    Using the API Key in Requests#

    Include your API Key in the Authorization header for all API requests. Example:

    Example Request with cURL#


    Notes#

    Confidentiality: Treat your API Key like a password. Do not share it publicly or expose it in client-side code.
    Permissions: API Keys are tied to your account and inherit your permissions on the platform.
    Revocation: If needed, you can revoke and regenerate an API Key from the Webhooks & APIs section.
    For further assistance, contact our support team through the Mottasl platform.
    Modified at 2024-11-23 13:43:40
    Next
    Create Agent
    Built with