Skip to main content
GET
/
domains
/
{id}
retrieve all domains
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"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

slug
string
Example:
verified
boolean
Example:
primary
boolean
Example:
target
string
type
string
Example: