Example:00000000-0000-0000-0000-000000000000
Example:offline asset:read
Example:https://localhost/callback
Example:code
Example:xyz
When using the Authorization Code grant, redirect the user to the Authorize application endpoint. After the user is authenticated and approves the authorization request, Bynder will redirect the user back with an authorization code which can then be passed to the Token endpoint.
Example:00000000-0000-0000-0000-000000000000
Example:offline asset:read
Example:https://localhost/callback
Example:code
Example:xyz
Found. Redirecting to the login provider.
Use the token endpoint to retrieve a access token which can be used to authorize API
requests. Depending on the type of grant, different fields are required which are
outlined per request.
The token endpoint requires authorization either in the body or by
sending the Authorization header.
Use the token endpoint to retrieve an access token which can be used to authorize API
requests. This endpoint supports the Authorization Code grant, the Refresh Token grant and the Client Credentials grant.
Application client ID.
Example:00000000-0000-0000-0000-000000000000
Application client secret.
Example:00000000-0000-0000-0000-000000000000
The Authorization Code returned from the Authorize application request.
Example:6440327e7ddb660435e377a17a5463ba
Identifies the grant type being used. For Authorization Code grant use authorization_code.
Example:authorization_code, refresh_token, client_credentials
The URL specified in the Authorize application request, the values must match.
Example:https://localhost/callback
List of scopes to request to be granted to the access token. Can only be a subset of the scopes requested in the Authorize application request. When not passed, all the scopes will be requested.
Example:offline asset:read
Successful response
Example:eyJh...NDcw
Example:3600
Example:c12e...b5dc
Example:offline asset:read
Example:bearer
Use the token endpoint to retrieve an access token which can be used to authorize API
requests. This endpoint supports the Authorization Code grant, the Refresh Token grant and the Client Credentials grant.
Application client ID.
Example:00000000-0000-0000-0000-000000000000
Application client secret.
Example:00000000-0000-0000-0000-000000000000
Identifies the grant type being used. For Authorization Code grant use authorization_code.
Example:authorization_code, refresh_token, client_credentials
List of scopes to request to be granted to the access token. Can only be a subset of the scopes requested in the Authorize application request. When not passed, all the scopes will be requested.
Example:offline asset:read
Successful response
Example:eyJh...NDcw
Example:3600
Example:c12e...b5dc
Example:offline asset:read
Example:bearer
Use the token endpoint to retrieve an access token which can be used to authorize API
requests. This endpoint supports the Authorization Code grant, the Refresh Token grant and the Client Credentials grant.
Application client ID.
Example:00000000-0000-0000-0000-000000000000
Application client secret.
Example:00000000-0000-0000-0000-000000000000
Identifies the grant type being used. For Authorization Code grant use authorization_code.
Example:authorization_code, refresh_token, client_credentials
Refresh token returned from the Retrieve token request.
Example:c11e...b5bc
Successful response
Example:eyJh...NDcw
Example:3600
Example:c12e...b5dc
Example:offline asset:read
Example:bearer