Skip to main content
POST
/
v1
/
domains
/
connect
Connect domain (BYOD)
curl --request POST \
  --url https://api.usenaive.ai/v1/domains/connect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "mycompany.com"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
domain
string
required
Example:

"mycompany.com"

Response

Connected.

The response is of type object.