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.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