# OAuth Token API

This API provides an OAuth 2.0 **Client Credentials** flow to obtain access tokens
that are required to call secured endpoints.  
The token is a JWT (JSON Web Token) with a limited lifetime.


Version: 1.0

## Servers

```
https://api.sqr-group.com
```

## Download OpenAPI description

[OAuth Token API](https://docs.sqr-group.com/_bundle/apis/oauth-token-docs.yaml)

## OAuth Token

— This API allows clients to obtain access tokens using the client credentials flow.

### Get access token

 - [POST /oauth2/token](https://docs.sqr-group.com/apis/oauth-token-docs/oauth-token/getaccesstoken.md): Request an access token using the Client Credentials Grant.  
The access token is required for calling all secured APIs.

