MATTR VII PlatformDocument signers
Retrieve a Document Signer
Retrieves an existing Document Signer by providing its ID.
Analytics Events
MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_STARTMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_SUCCESSMOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_FAIL
Roles
adminissuer
GET
/v2/credentials/mobile/document-signers/{documentSignerId}
AuthorizationBearer <token>
In: header
Path Parameters
documentSignerIdstring
Document Signer ID
Format
uuid
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/mobile/document-signers/d2c9f2aa-fc69-4fbc-9b85-0c00591d72f6"
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"iacaId": "080c670a-2e90-4023-b79f-b706e55e9bc6",
"active": true,
"csrPem": "-----BEGIN CERTIFICATE REQUEST-----...-----END CERTIFICATE REQUEST-----"
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?