Skip to main content
Call this endpoint to exchange your ReachOll credentials for a Bearer token. Every other endpoint in the API requires the returned token in the Authorization header.

Endpoint

Request Body

string
required
Your registered ReachOwl email address.
string
required
Your ReachOwl password.

Example Request

Response

string
The Bearer token to include in the Authorization header on every subsequent request.

Errors

Do not send an Authorization header to this endpoint. It is the only public endpoint in the API.