Skip to content

API-8129

The grantType grant type is not supported

Why it happens

Rabt supports only the authorization_code and refresh_token grant types (OAuth 2.1), and the token request used grantType.

What to do

Use authorization_code with PKCE to get tokens, and refresh_token to renew them.

HTTP status
400
Retrying does not help
Placeholders
grantType

All error codes