Autonotify API (Beta)
    Autonotify API (Beta)
    • Introduction
    • Get started
    • API
      • Groups
        • Create
        • Join By Invite Code
        • Revoke Invite Code
        • Get Invite Code
        • Get Group by ID
        • Get All Groups
        • Get All Groups Admin
        • Update
        • Update Profile Picture
        • Group Member Add Mode
        • Leave
        • Members
      • Messages
        • Read Message
        • Send Plain Text
        • Send Media
        • Send Poll
        • Message Reaction
      • Sessions
        • Get Profile
        • Fetch Instance
        • Logout Instance
        • Create Instance
      • Chats
        • Update Status Profile
        • Update presence
        • Block Contact
        • Get Profile Picture
        • Update Privacy Settings
        • Update Profile Name
        • Get Business Profile
        • Put Chat
        • Check is WhatsApp
        • Remove Phone From Label
      • Newsletter (BETA)
        • Create
        • Update
        • Update Profile Description
        • Update Profile Picture
        • Get Newsletter By ID
      • Webhook
        • Register webhook
      • Community
        • Create
        • Update
        • GET
        • Invite Code
        • Participantes Com Pedidos
        • Settings
        • Approval Mode
        • Add Mode
        • Communities Linkeds
        • Comunidades Participantes Resquests
        • Todas comunidades

    Get started

    Session ID and Token#

    Understand the essential concepts of the AutoNotify API and how the Session ID and Token are fundamental for integrating your application.

    What are they for?#

    To ensure secure communication between the AutoNotify API and your application, we’ve implemented a robust authentication protocol. Every interaction with our API must be authenticated using a Session ID and a Token. These two elements ensure:
    Integrity: Certify that the transmitted data is trustworthy and unaltered.
    Security: Prevent unauthorized access to your instance.

    How to use them?#

    Session ID:
    The Session ID is used directly in the request URL to uniquely identify the API instance you’re accessing.
    Token:
    The Token is included in the HTTP request header following the Bearer Token format to authenticate the interaction and secure data transmission.

    Whatsapp IDs Explain#

    id is the WhatsApp ID, called jid too, of the person or group you're sending the message to.
    It must be in the format [country code][phone number]@s.whatsapp.net
    Example for people: +19999999999@s.whatsapp.net.
    For groups, it must be in the format 123456789-123345@g.us.
    For broadcast lists, it's [timestamp of creation]@broadcast.
    For stories, the ID is status@broadcast.
    For newsletters, the ID is 123456789@newsletter.

    Practical Example#

    Modified at 2025-01-23 19:55:42
    Previous
    Introduction
    Next
    Create
    Built with