OAuth 2.0

OAuth 2.0

1.0.0OAS 3.1
API Base URL

Authorize endpoint

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.

Authorize endpoint

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.

get
/v6/authentication/oauth2/auth

Query Parameters

client_idstringrequired

Example:00000000-0000-0000-0000-000000000000

scopestringrequired

Example:offline asset:read

redirect_uristringrequired

Example:https://localhost/callback

response_typestringrequired

Example:code

statestring

Example:xyz

Response

302 text/plain

Found. Redirecting to the login provider.

302 text/plain