Skip to main content

Get Token

Get Token

Header Parameters
Content-Type string
Example: application/x-www-form-urlencoded
Request Body
username string
password string
grant_type string
client_id string
Responses
200

Successful response

POST /auth/realms/annotto/protocol/openid-connect/token
Content-Type — header
Body
username
password
grant_type
client_id
http://{{annotto_host}}
curl -L -g -X POST 'http://{{annotto_host}}/auth/realms/annotto/protocol/openid-connect/token' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'