API ReferenceDocument signers
Retrieve a Document Signer
GET
/v2/credentials/mobile/document-signers/{documentSignerId}Retrieves an existing Document Signer by providing its ID.
Roles
adminissuermanaged-issuer
Analytics Events
MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_STARTMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_SUCCESSMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
documentSignerId*string
Document Signer ID
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v2/credentials/mobile/document-signers/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "iacaId": "080c670a-2e90-4023-b79f-b706e55e9bc6", "active": true, "csrPem": "string"}How would you rate this page?