/v1.
Base URL
What you can build
Authenticate your requests
Authenticate every request with a workspace API key, sent as a Bearer token:Make your first request
This lists the signatures in your workspace:data array and a pagination object:
Conventions
JSON over HTTPS
All requests and responses are JSON. Send
Content-Type: application/json on any request with a body.UUIDs everywhere
Every resource is addressed by a UUID, never a sequential id.
Versioned under /v1
The version is part of the path. New, backward-compatible fields can be added within
/v1.Pagination
List endpoints return results in pages. See Pagination.
Next steps
Authentication
Create an API key and scope it to the resources an integration needs.
Pagination
Page through list endpoints with page and limit.
Errors
Status codes and the JSON error envelope.
Signature content
The block tree format for signature and campaign content.