Get started with Sendforsign API.
API key
POST /api/token
with the request body
containing the apiKey
and Secret
values you obtained in the previous step.
The /api/token
endpoint does not require any authentication headers, which is in line with the OAuth 2.0 standard.
201 Created
response contains the access_token
and its validity time (in seconds):
/api/client
endpoint.
The request’s payload represents details of the client to be created. In the header, specify the platform Bearer token
:
201 OK
response contains the clientKey
:
POST /api/token
, and specify the Key of this client in clientKey
(from the previous step)
request field, and specify the platform Bearer token
in the header:
201 Created
response contains the access_token
and its validity time (in seconds):