API Docs
Log In
API Docs

Using the access token

With the access token, an app can make requests to Verified Carrier's APIs and get access to the user's data. To make an authenticated request, include an Authorization header with the access token as a "Bearer" token. The header value should look like this: Authorization: Bearer <access token>.

Note: Ensure the token has the correct token type and scope for the endpoint it is being used for.