Client credentials - Legacy

The Client Credentials endpoints allows an application to retrieve an access token by presenting your client credentials.

Body Params
string
required

Should be set to "client_credentials"

string
required

The client id of your application.

password
required

The client secret of your application.

Headers
string
required

The unique DPoP proof for this request.
See https://docs.use.id/docs/creating-a-dpop-proof-header for more information.

Responses

400

Bad request.
This response is returned when the provided client credentials or DPoP header are incorrect.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json