API keys
API keys authenticate requests to the public REST API. Manage them under Settings → API keys (requires edit company settings).
Create a key
- Click New API key, give it a name.
- Select the scopes (permission flags) the key may use - e.g.
adminApiAbleToAccessAppfor general CRUD, oradminApiAbleToAccessLeadApifor lead intake. - 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.