Get access token with authorization code
POST https://api.signnow.com/oauth2/token
Request Body
[{"name"=>"code", "value"=>"{{authorization_code}}", "datatype"=>"string"}, {"name"=>"grant_type", "value"=>"authorization_code", "datatype"=>"string"}, {"name"=>"scope", "value"=>"*", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |