Skip to content

APIs & Integration

Bearer token

A common API credential sent with a request to authorize access.

Example

The request header sends `Bearer` followed by the access token.

Why people use it

Knowing how “Bearer token” works helps teams connect systems reliably and troubleshoot integrations.

What you'll hear

“How are we using Bearer token to connect the model to the rest of the product?”

Related terms