Get
/team/list/{list_id}/data/account_ids
Get the data for a team list of type account_ids
Security
HTTP
Type bearer
Bearer token authentication. Include the token in the Authorization header:
Authorization: Bearer <your-token>
Path parameters
list_id
stringRequired
Supermetrics team list ID
Max length50
Pattern^[A-Za-z0-9_-]+$
Responses
200
Team list data retrieved successfully
Headers
Content-Type
string
HTTP response content type
Valid values[
"application/json"
]
Max length255
Exampleapplication/json
X-RateLimit-Limit
integer
Request limit per hour
Minimum1
Maximum10000
Example100
X-RateLimit-Remaining
integer
Remaining requests in current window
Minimum0
Maximum10000
Example49
Access-Control-Allow-Origin
string
CORS header
Valid values[
"*"
]
Max length255
Example*
object
meta
object (ResponseMeta)
request_id
string
API request ID
Max length50
Pattern^[A-Za-z0-9_-]+$
data
string
List source data, where values are separated by line feeds
Max length100000
401
Unauthorized - invalid or missing authentication
Headers
Content-Type
string
HTTP response content type
Valid values[
"application/json"
]
Max length255
Exampleapplication/json
X-RateLimit-Limit
integer
Request limit per hour
Minimum1
Maximum10000
Example100
X-RateLimit-Remaining
integer
Remaining requests in current window
Minimum0
Maximum10000
Example49
Access-Control-Allow-Origin
string
CORS header
Valid values[
"*"
]
Max length255
Example*
object
meta
object (ResponseMeta)
request_id
string
API request ID
Max length50
Pattern^[A-Za-z0-9_-]+$
error
object (Error)
code
string
Error code
Max length100
ExampleACCESS_TOKEN_INVALID
message
string
Error message
Max length255
ExampleInvalid Access Token
description
string
Error description
Max length255
ExampleProvided access token is either missing, invalid or expired.
404
List Not Found
Headers
Content-Type
string
HTTP response content type
Valid values[
"application/json"
]
Max length255
Exampleapplication/json
X-RateLimit-Limit
integer
Request limit per hour
Minimum1
Maximum10000
Example100
X-RateLimit-Remaining
integer
Remaining requests in current window
Minimum0
Maximum10000
Example49
Access-Control-Allow-Origin
string
CORS header
Valid values[
"*"
]
Max length255
Example*
object
error
string
Valid values[
"LIST_NOT_FOUND"
]
Max length100
message
string
Max length255
422
Unprocessable Entity - request validation failed
Headers
Content-Type
string
HTTP response content type
Valid values[
"application/json"
]
Max length255
Exampleapplication/json
X-RateLimit-Limit
integer
Request limit per hour
Minimum1
Maximum10000
Example100
X-RateLimit-Remaining
integer
Remaining requests in current window
Minimum0
Maximum10000
Example49
Access-Control-Allow-Origin
string
CORS header
Valid values[
"*"
]
Max length255
Example*
object
meta
object (ResponseMeta)
request_id
string
API request ID
Max length50
Pattern^[A-Za-z0-9_-]+$
error
object (Error)
code
string
Error code
Max length100
ExampleACCESS_TOKEN_INVALID
message
string
Error message
Max length255
ExampleInvalid Access Token
description
string
Error description
Max length255
ExampleProvided access token is either missing, invalid or expired.
429
Too Many Requests - rate limit exceeded
Headers
Content-Type
string
HTTP response content type
Valid values[
"application/json"
]
Max length255
Exampleapplication/json
X-RateLimit-Limit
integer
Request limit per hour
Minimum1
Maximum10000
Example100
X-RateLimit-Remaining
integer
Remaining requests in current window
Minimum0
Maximum10000
Example49
Retry-After
integer
Number of seconds to wait before making another request
Minimum1
Maximum3600
Access-Control-Allow-Origin
string
CORS header
Valid values[
"*"
]
Max length255
Example*
object
meta
object (ResponseMeta)
request_id
string
API request ID
Max length50
Pattern^[A-Za-z0-9_-]+$
error
object (Error)
code
string
Error code
Max length100
ExampleACCESS_TOKEN_INVALID
message
string
Error message
Max length255
ExampleInvalid Access Token
description
string
Error description
Max length255
ExampleProvided access token is either missing, invalid or expired.
500
Internal Server Error - unexpected server error
Headers
Content-Type
string
HTTP response content type
Valid values[
"application/json"
]
Max length255
Exampleapplication/json
X-RateLimit-Limit
integer
Request limit per hour
Minimum1
Maximum10000
Example100
X-RateLimit-Remaining
integer
Remaining requests in current window
Minimum0
Maximum10000
Example49
Access-Control-Allow-Origin
string
CORS header
Valid values[
"*"
]
Max length255
Example*
object
meta
object (ResponseMeta)
request_id
string
API request ID
Max length50
Pattern^[A-Za-z0-9_-]+$
error
object (Error)
code
string
Error code
Max length100
ExampleACCESS_TOKEN_INVALID
message
string
Error message
Max length255
ExampleInvalid Access Token
description
string
Error description
Max length255
ExampleProvided access token is either missing, invalid or expired.