How to get Auth Key and App Key#
These values are not returned by any API. You get them from the Nabd dashboard after logging in.1. Auth Key#
2.
Go to Profile (or Profile Settings).
3.
Open the Auth Key section.
4.
Copy your Auth Key and set it as the authkey variable in this collection or in your environment.
2. App Key#
1.
In the dashboard, go to Apps (or My Apps).
2.
Click Create App (or add a new app).
3.
Give the app a name and link it to a WhatsApp device or a Telegram account.
4.
After saving, the app will show an App Key (UUID). Copy it and set it as the appkey variable.
For WhatsApp: link the app to a connected device (phone number).
For Telegram: link the app to a connected Telegram account.
3. Base URL#
https://nabdmessaging.com4. Using the collection#
Once base_url, authkey, and appkey are set, you can run any request in this collection. The body of each request uses {{authkey}} and {{appkey}} so you do not need to edit them manually.Modified at 2026-03-03 23:45:36