Api referenceApiV1DocumentsId
/api/v1/documents/{id}
Authorization
bearerAuth AuthorizationBearer <token>
API key as Authorization: Bearer esk_...
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/documents/a1b2c3d4-..."{ "id": "string", "title": "string", "status": "draft", "pageCount": 0, "createdAt": "string", "recipients": [ { "id": "string", "email": "string", "name": "string", "role": "signer", "status": "created" } ]}{ "error": { "code": "not_found", "message": "Document not found" }}{ "error": { "code": "not_found", "message": "Document not found" }}