Create a new team list
Bearer token authentication. Include the token in the Authorization header:
Authorization: Bearer <your-token>
Team list creation parameters including identifier, name, and type configuration
{
"list_slug": "marketing_accounts",
"list_name": "Marketing Team Account IDs",
"list_type": "account_ids",
"ds_id": "GAWA",
"show_in_products": [
"API",
"DWH"
]
}User-defined ID, used to reference list in queries. Restricted to characters A-Z, a-z, 0-9 and _.
List name, used in product UI.
List type.
Data source ID. If not provided or empty string, list is global and available for all data sources.
List of Supermetrics products this list should be shown in. If not provided or empty list, not shown in any product.
Team list created successfully
API request ID
Supermetrics list ID
User-defined ID, used to reference list in queries
List name
List type
Data source ID. Empty string when list is global.
Data source name. Empty string when list is global.
List of Supermetrics products this list should be shown in. If empty, not shown in any product.
List Slug Invalid
Unauthorized - invalid or missing authentication
API request ID
Error code
Error message
Error description
Team list slug conflict
Team list slug already exists for specified data source ID
Team list slug is reserved for system use
Unprocessable Entity - request validation failed
API request ID
Error code
Error message
Error description
Too Many Requests - rate limit exceeded
API request ID
Error code
Error message
Error description
List Create Failed