light-mode-image
Learn
MATTR VII PlatformCustom domain

Update custom domain

Updates the custom domain configuration.

Analytics Events

CONFIG_CUSTOM_DOMAIN_UPDATE_STARTCONFIG_CUSTOM_DOMAIN_UPDATE_SUCCESSCONFIG_CUSTOM_DOMAIN_UPDATE_FAIL

Roles

adminissuerverifierdts-provider
PUT/v1/config/domain
AuthorizationBearer <token>

In: header

id?string
namestring

Insert a name for the custom domain that will be displayed to digital wallet holders when they receive credential offers or verification requests from this tenant.

logoUrlstring

Insert a URL for a square logo that will be displayed to digital wallet holders when they receive credential offers or verification requests from your MATTR VII tenant:

  • URL must be publicly available.
  • Must be a square image, recommended 64x64 px in size
  • png and jpg files are supported.
  • The recommended maximum size is 15 KB.
domainstring

Insert the full custom domain, leaving out the protocol (e.g. https://).

Response Body

curl -X PUT "https://example.vii.au01.mattr.global/v1/config/domain" \  -H "Content-Type: application/json" \  -d '{    "name": "Example Corp",    "logoUrl": "https://cdn.example.com/logo.jpg",    "domain": "example.com"  }'

{
  "name": "Example Corp",
  "logoUrl": "https://cdn.example.com/logo.icon",
  "domain": "example.com",
  "verificationToken": "8c6f36c1-91ff-439d-a518-48cf7ef421ef",
  "isVerified": true,
  "verifiedAt": "2021-04-15T07:37:25.008Z"
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?