Back to Platform

GET /docsign/documents/{document_id}/signers

GET
/docsign/documents/{document_id}/signers

GET operation for /docsign/documents/{document_id}/signers

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

document_id*string

Response Body

application/json

curl -X GET "https://rest.onboard.io/docsign/documents/string/signers"
{
  "id": "string",
  "document": "string",
  "name": "string",
  "email": "[email protected]",
  "role": "string",
  "order": 1,
  "color": "string",
  "status": "pending",
  "completed_at": "2021-01-01T00:00:00Z",
  "created_at": "2021-01-01T00:00:00Z",
  "signer_fields": "string"
}
Empty
Empty
Empty

How is this guide?