Use this endpoint to request a new Bearer token that can be used in subsequent requests to the API.
post https://app.opendate.io/oauth/token
Log in to see full request history
Responses
Language
xxxxxxxxxx
curl --request POST \
--url https://app.opendate.io/oauth/token \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grant_type": "password"
}
'
Click
Try It!
to start a request and see the response here! Or choose an example:application/json