Skip to main content
GET
/
audiences
/
attributes
/
{attribute}
Audience Attributes
curl --request GET \
  --url https://api.audiencelab.io/audiences/attributes/{attribute} \
  --header 'X-Api-Key: <api-key>'
{
  "attributes": {
    "sic": {
      "data": [
        "7371",
        "7372"
      ],
      "count": 2
    }
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

attribute
enum<string>
required

The specific attribute key. Available options are sic, industries, departments, seniority, gender, segments

Available options:
sic,
industries,
departments,
seniority,
gender,
segments

Response

Successful response with data for the specified attribute

attributes
object