light-mode-image
Learn
MATTR VII PlatformDocument signers

Create a Document Signer

Creates a new Document Signer that can be used to sign new mDocs.

  • Only available in implementations using unmanaged (external) IACAs.
  • A maximum of five Document Signers can be created per tenant.

Analytics Events

MOBILE_CREDENTIAL_DOCUMENT_SIGNER_CREATE_STARTMOBILE_CREDENTIAL_DOCUMENT_SIGNER_CREATE_SUCCESSMOBILE_CREDENTIAL_DOCUMENT_SIGNER_CREATE_FAIL

Roles

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

In: header

iacaIdstring

Internal identifier of the IACA used to sign this document signer:

  • Must be an unmanaged (external) IACA.
Formatuuid

Response Body

curl -X POST "https://example.vii.au01.mattr.global/v2/credentials/mobile/document-signers" \  -H "Content-Type: application/json" \  -d '{    "iacaId": "080c670a-2e90-4023-b79f-b706e55e9bc6"  }'
{
  "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"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?