post https://api.dottedsign.com/v1/oauth/token
Create an access token.
Log in to see full request history
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.dottedsign.com/v1/oauth/token \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grant_type": "client_credentials"
}
'
xxxxxxxxxx
{
"access_token": "-jK-qNoFY_J7XmB5yH7TuGsFMaw55XlmSCgRlzFT0Lk",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "zeoUMPc8os9Oy_JDhjvB_rN4_rGm_rGk2DkW6mtL1KE",
"scope": "third_party sign_tasks.general.read sign_tasks.general.write",
"created_at": 1742185035
}