POST
/
api
/
v1
/
whitelabel
/
domains
Add Domain
curl --request POST \
  --url https://api.example.com/api/v1/whitelabel/domains \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>"
}
'
{}

Body

application/json
domain
string
required

Response

Successful Response

The response is of type Response Add Domain Api V1 Whitelabel Domains Post · object.