light-mode-image
Learn
API ReferenceDocument signers

Retrieve a Document Signer

Roles

adminissuermanaged-issuer

Analytics Events

MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_STARTMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_SUCCESSMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_FAIL
GET/v2/credentials/mobile/document-signers/{documentSignerId}

Retrieves an existing Document Signer by providing its ID.

Analytic events

  • MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_START
  • MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_SUCCESS
  • MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

documentSignerId*string

Document Signer ID

Formatuuid

Response 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?