latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

OAuth 2 Authorization

Request an access token.

Obtain an access token that can be used to authorize Collibra API calls.

post/token

Response

Token successfully generated.

access_tokenstring

The Base64 encoded access token.

token_typestring

The type of access token returned. The only supported type is "Bearer".

scopestring

The scopes that have been granted for the client.

This field is omitted if the client did not request any specific scopes, in which case the default scopes for the client will have been granted.

expires_ininteger

The time in seconds until the access token is no longer valid.