light-mode-image
Learn
MATTR VII PlatformDocument signers

Retrieve all Document Signers

Retrieves all existing Document Signers from the tenant.

Analytics Events

MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_LIST_STARTMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_LIST_SUCCESSMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_LIST_FAIL

Roles

adminissuer
GET/v2/credentials/mobile/document-signers
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/mobile/document-signers"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "iacaId": "080c670a-2e90-4023-b79f-b706e55e9bc6",
      "active": true,
      "csrPem": "-----BEGIN CERTIFICATE REQUEST-----...-----END CERTIFICATE REQUEST-----"
    }
  ],
  "nextCursor": "string"
}

How would you rate this page?