POST
/
domains
/
{id}
curl --request POST \
  --url https://api.reqlick.com/domains/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "domain": "<string>"
}'
{
  "error": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Workspace URL

Query Parameters

subscriptionId
string
required

Subscription ID

Body

application/json
domain
string

domain

Response

200
application/json
Domain added successfully
error
boolean

Indicates if there was an error

Example:

false