get-access-token

POST {{authentication-endpoint}}/auth/realms/Arkane/protocol/openid-connect/token

A client id comes with a shared secret that can be used to retrieve a Bearer token which can be used to call the different endpoints.

This endpoint allows you to fetch a Bearer token

Request Body

[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{client_secret}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring