Getting started
curl https://app.customer-alliance.com/api/v4/reviews \
-H "Authorization: Bearer ca_live_your_key_here"Last updated
Was this helpful?
In the dashboard, go to Settings → API and create a key, granting only the scopes you need.
Copy the key (ca_live_…) — it's shown once.
Send it as a Bearer token on every request:
curl https://app.customer-alliance.com/api/v4/reviews \
-H "Authorization: Bearer ca_live_your_key_here"Call GET /whoami to confirm the key resolves to the account, node and scopes you expect.
Last updated
Was this helpful?
Was this helpful?
