Get Token
Get Token
Header Parameters |
---|
Content-Type stringExample: application/x-www-form-urlencoded |
Request Body |
---|
username string |
password string |
grant_type string |
client_id string |
Responses |
---|
200 Successful response |
Get Token
Header Parameters |
---|
Content-Type stringExample: 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
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'