Access tokens

When making requests to Moov from a browser, you can use OAuth with JSON Web Tokens (JWT).

Our authentication flow follows the OAuth 2.0 standard. With this endpoint, you’ll create an access token that you will pass along with API requests or when initializing Moov.js. To generate an authentication token, you’ll need to specify scopes that enable the token to use a specific set of API endpoints.

If a scope is required, it will be listed in the description of the endpoint.