Add Account Domain
This document contains details for adding a domain to an account via the /api/v1/account/{accountUuid}/domain endpoint, including requirements and request/response examples.
Request example
[
{
"domain": "google.com"
}
]Response example
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"accountUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"domain": "google.com",
"status": "UNVERIFIED"
}Last updated