Postman

Using Postman

Step 1
Install postman http://www.getpostman.com/

Step 2
Run in Postman
Update environment variables (client_id, client_secret, api_key and access_token).
Note, you’ll first need to create a user at sandbox.quicklysign.com to do any of the above. See more detail here https://quicklysign.readme.io/docs/url-endpoints#section-authentication-and-authorization

Once user is created, go to profile and copy api_key. Alternatively use the api to create a user and copy that api_key. Get access_token. Call api to get access token (as described above).

Step 3
Play around with the api!

Using cURL

cURL demos are included in the code above. You’ll need to replace api_keys and access_tokens where applicable.