← Back to appMCA Manager Helpmcamgr.com
Browse help topics

API keys

API keys authenticate requests to the public REST API. Manage them under Settings → API keys (requires edit company settings).

Create a key

  1. Click New API key, give it a name.
  2. Select the scopes (permission flags) the key may use - e.g. adminApiAbleToAccessApp for general CRUD, or adminApiAbleToAccessLeadApi for lead intake.
  3. Copy the token (mca_live_…) once - it’s shown only at creation; only a hash is stored.

Use a key

Send it as a bearer token against your company host:

curl -H "Authorization: Bearer mca_live_…" https://acme.mcamgr.com/api/v1/deals

Revoke a key any time; revoked keys stop working immediately. Each key’s last-used time is tracked.


Can’t find what you need? Return to the app or contact your administrator.

API keys - Help