cURL
curl --request POST \ --url https://api.reqlick.com/domains/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "domain": "<string>" }'
{ "error": false }
Create a new domain for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace URL
Subscription ID
Domain added successfully
The response is of type object.
object