Get Started with Sandbox Access Token
Easily create a sandbox app and generate an access token to explore
Create a sandbox application
Click on Apps on the left navigation βΊ select the Sandbox tab, and then follow the steps to create an application.
Limited credits on free plan
On a free plan, the sandbox credits are limited yet sufficient enough to help you explore the API. Once you upgrade to a paid plan, your sandbox usage will not affect your purchased credits.
Generate a sandbox API access token
Once you have the sandbox app created, navigate to the Authentication tab and click on the Generate Access Token button to create your sandbox API access token.
Not for use in live integrations
The applications created in sandbox are limited and restricted only for testing purposes. The keys you generate in sandbox are only meant for testing and getting started with integrating the Signeasy APIs. If you would like to go live to production, select the live tab, purchase a plan that suits your business needs, and create a live application to generate a live access token.
How to use the sandbox access token in a request
The API access token allows you to make requests to the Signeasy API on behalf of a user. You should include your API key in the Authorization header for every request.
Add the header, Authorization: Bearer APIKEY
in the API request headers to authenticate all your APIs.
curl -X GET -H "Authorization: Bearer <API KEY>" https://api.signeasy.com/v3/me
Updated 28 days ago