curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hostname": "<string>"
}
'{
"id": 123,
"hostname": "<string>",
"status": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hostname": "<string>"
}
'{
"id": 123,
"hostname": "<string>",
"status": "<string>"
}app.example.com). Must be a valid hostname, maximum 255 characters. Cannot contain plugchoice or volttime, and cannot be an existing platform domain.