Skip to main content
ReachOwl uses Bearer token authentication. You exchange your email and password for a token once, then include that token in the Authorization header on every API request. This page shows the authentication request and how to use the token.

Request a token

Send your credentials to the authenticate endpoint.

Token response

The API responds with a token string you must store securely.

Use the token

After you have the token, include it in the Authorization header on every request.
The token does not expire automatically. Store it securely, rotate it if you suspect exposure, and never expose it in client-side code or public repositories.
ReachOwl uses Bearer token authentication. You exchange your email and password for a token once, then include that token in the Authorization header on every API request. This page shows the authentication request and how to use the token.

Request a token

Send your credentials to the authenticate endpoint.

Token response

The API responds with a token string you must store securely.

Use the token

After you have the token, include it in the Authorization header on every request.
The token does not expire automatically. Store it securely, rotate it if you suspect exposure, and never expose it in client-side code or public repositories.