Authentication
Send your token as a bearer token on every request.
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://api.docsignal.app/v1/companies"
Tokens are stored only as a hash and shown once at creation. A lost token is replaced rather than recovered.