Retrieve custom attribute definitions for companies, including available tag options.
Scope: By default, returns only global (company-level) definitions. Pass job_id to also include job-specific definitions for that job. Pass list_id to also include list-specific definitions. Optionally filter by is_client status. Both job_id and list_id can be combined.
When to use: Call this to discover company-level attribute IDs and tag option IDs before using current_company_attribute_filters in person search endpoints.
Response: Each definition includes job_id and list_id fields. Global attributes have both as null. Job-specific attributes have job_id set. List-specific attributes have list_id set.
Documentation Index
Fetch the complete documentation index at: https://docs.stardex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Filter definitions by client/non-client company type.
Job UUID. When provided, returns global company attributes PLUS job-specific attributes for this job. Without this parameter, only global company attributes are returned.
List UUID. When provided, returns global company attributes PLUS list-specific attributes for this list. Without this parameter, only global company attributes are returned.