MATTR VII PlatformCustom domain
Retrieve custom domain
Returns your tenant's custom domain configuration and its verification status.
Analytics Events
CONFIG_CUSTOM_DOMAIN_RETRIEVE_STARTCONFIG_CUSTOM_DOMAIN_RETRIEVE_SUCCESSCONFIG_CUSTOM_DOMAIN_RETRIEVE_FAIL
Roles
adminissuerverifierdts-provider
curl -X GET "https://example.vii.au01.mattr.global/v1/config/domain"
{
"name": "Example Corp",
"logoUrl": "https://cdn.example.com/logo.icon",
"domain": "example.com",
"verificationToken": "8c6f36c1-91ff-439d-a518-48cf7ef421ef",
"isVerified": true,
"verifiedAt": "2024-01-31T20:31:48.340Z"
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?