List login accounts

Prev Next
Get
/ds/login/{login_id}/accounts

List accounts for a specific data source login

Security
HTTP
Type bearer

Bearer token authentication. Include the token in the Authorization header: Authorization: Bearer <your-token>

Path parameters
login_id
stringRequired

Supermetrics login ID

Query parameters
offset
integer

Pagination offset for the number of accounts to return

Default0
limit
integer

Maximum number of accounts to return

Maximum1000
Default100
Responses
200

List of data source accounts retrieved successfully

Expand All
object
meta
object
request_id
string

API request ID

paginate
object
offset
integer

Used pagination offset

limit
integer

Used pagination limit

total
integer

Total number of accounts available

data
Array of object (DataSourceAccount)
object
@type
string
Valid values[ "ds_account" ]
account_id
string

Data source account ID, as used in ds_accounts parameter

name
string

Data source account name

group
string

Group name for account in Supermetrics products

404

Data Source Login Not Found

object
error
string
Valid values[ "LOGIN_NOT_FOUND" ]
message
string