Skip to main content
GET
/
api
/
signer
/
envelope
Resolve the envelope for a signer token
curl --request GET \
  --url https://api-atlaswork.vercel.app/api/signer/envelope \
  --header 'Authorization: Bearer <token>'
{
  "envelopeId": "<string>",
  "signerId": "<string>"
}

Authorizations

Authorization
string
header
required

HMAC-signed envelope token, as a bearer token or a token query param.

Response

Signer token accepted

envelopeId
string
required
signerId
string