Skip to content

Get your external access token

Use the external access token for approved external integration APIs. Send it on every request in the X-External-Access-Token header.

Step 1: Log in to the portal

  1. Open your Akwad CXM .
  2. Sign in with your approved account.

Step 2: Open Profile and copy the token

  1. In the sidebar, open the user menu at the bottom (your name and email).
  2. Select Profile.
  3. In the External access token card, copy the token with Copy token.

Profile page - external access token

INFO

This token belongs to your account and works only on external integration endpoints. Do not share it publicly or commit it to source control.

Using the token in requests

Add this header to every external API request:

Authorization header
X-External-Access-Token: {your_token}

Replace {your_token} with the value you copied from Profile.


Next: Send surveys via API

AKWAD CXM - help center