cURL
curl --request GET \ --url https://api.reqlick.com/domains/{id} \ --header 'Authorization: Bearer <token>'
[ { "slug": "example.com", "verified": true, "primary": false, "target": "<string>", "type": "redirect" } ]
Retrieve a list of domains for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace URL
Get all domains
The response is of type object[].
object[]