- A POST request.
- The
https://vantage-us.abbyy.com/auth2/connect/tokenresource. - A
Content-Typeheader with theapplication/x-www-form-urlencodedencoding. - A request body with the following parameters:
| Parameter | Description |
|---|---|
| client_id | Application identifier. |
| client_secret | Secure application key. |
| grant_type=client_credentials | Specifies that the client credentials grant type is used. |
| scope=openid permissions global.wildcard | Specifies the permission scope. |
