D

DocSpring REST API

REST discovered

Details
URL
https://sync.api.docspring.com/api/v1
Docs
https://docspring.com/docs/api/
Authentication
API token ID and API token secret compound discovered Get key ↗
Authorization: Basic <credential>

In the DocSpring dashboard, open Manage API Tokens and create an API token. DocSpring gives you two values: a token ID and token secret. Use them together for HTTP Basic auth, with the token ID as the username and the token secret as the password. Test tokens create watermarked PDFs; live tokens create production PDFs. Official client libraries can also read DOCSPRING_TOKEN_ID and DOCSPRING_TOKEN_SECRET from the environment.