Skip to main content
API credentials are organization-owned bearer tokens intended for server-to-server access. Credential management is session-authenticated:
A credential has a name, optional description, scopes, optional expiration time, usage metadata, and disabled state.

Token handling

The usable token is returned only when the credential is created. Leamout persists a SHA-256 hash and a non-secret prefix, not the plaintext token. Store the token in a secrets manager and send it as:

Scopes

Telecom resources use resource-specific read/write scopes. For example, an application that lists and controls calls needs both:
Prefer narrow scopes over broad credentials. Disabling a credential invalidates it without deleting its audit history.