Signing
Get current signer
Return the signer identified by the signer access code, including the has_signature/has_initial/is_signature_reusable flags.
get/v1/signers/self
Response
The signer
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.