post https://auth.things5.digital/auth/realms//protocol/openid-connect/token
This endpoint returns the access token that needs to be sent in the authorization header as Bearer <access_token> for all authenticated API requests.
Responses
This endpoint returns the access token that needs to be sent in the authorization header as Bearer <access_token> for all authenticated API requests.
xxxxxxxxxx
curl --request POST \
--url https://auth.things5.digital/auth/realms/things5-production/protocol/openid-connect/token \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data client_id=api \
--data grant_type=password \
--data scope=openid \
--data username=user@email.com \
--data password=userpassword