cURL
curl --request POST \ --url https://app.plugchoice.com/api/v3/teams/{team_uuid}/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "domain": "b" }'
{}
See the documentation for more information.
Must match the regex /^[a-zA-Z0-9][a-zA-Z0-9.-]*.[a-zA-Z]{2,}$/. Must not be greater than 255 characters.
"b"
Domain created
The response is of type object.
object
Was this page helpful?