Signing

Get current signer

Return the signer identified by the signer access code, including the has_signature/has_initial/is_signature_reusable flags.

Copy as Markdown Open in ChatGPT Open in Claude

get/v1/signers/self

Response

The signer

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200,
  "data": {
    "resource": "signer",
    "id": "62d6ee35c7741ca4006b9e11",
    "full_name": "John Signer",
    "email": "john@email.com",
    "whatsapp_phone_number": "+5548999990000",
    "has_signature": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.