Skip to main content
GET
/
v1
/
products
List available products
curl --request GET \
  --url https://public-api.adclear.ai/v1/products \
  --header 'Authorization: Bearer <token>' \
  --header 'X-External-User-Email: <x-external-user-email>' \
  --header 'X-External-User-ID: <x-external-user-id>'
{
  "products": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Unkey API key passed as Bearer token

Headers

X-External-User-ID
string
required

External user identifier from the calling system

X-External-User-Email
string<email>
required

External user email from the calling system

Response

Products list

products
object[]
required