Obtain authentication access_token with app_id and app_secret, which is used to call eSignGlobal APIs on behalf of a user.
The Token is valid for 24 hours. Developers should obtain a new token before the current one expires.
Request Parameters
Parameter
Type
Required
Description
client_id
string
true
appID, can be created in Settings > Integration > Apps
client_secret
string
true
Secret Key, can be obtained on APP Details page. (Settings > Integration > Apps > APP Details)
grant_type
string
true
Authorization Type:
client_credentials
authorization_code
refresh_token
code
string
false
Authorization code, should be obtained on the previous step (Authorize an eSignGlobal user).
The parameter is required when authorization type is authorization_code.
refresh_token
string
false
Received and stored from the server when initially creating an access_token.
The parameter is required when authorization type is refresh_token.
Ensure all parameters are sent as form fields using the multipart/form-data content type. Parameters sent in the URL or as JSON will not be processed correctly.
We use cookies to provide our service, improve security, personalize the user experience, analyze performance and trafic on our website.Click
here to read our Privacy Policy. You can manage your selection by clicking “Manage Cookie”.