v1

latestOpenAPI 3.0.02026-08-06132933.0 KB
Accounts

List data sources

Retrieves the list of data sources available for the specified account.

get/v1/accounts/{accountId}/data-sources

Path parameters

accountIdinteger required

Unique identifier for the Databox account.

Example:123456

Response

Successful response containing the list of data sources available for the account.

requestIdstring

Unique identifier for the request.

statusstring

Indicates the status of the request.

Example response

{
  "requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
  "status": "success",
  "dataSources": [
    {
      "id": 4754489,
      "title": "ERP System",
      "created": "2025-10-01T12:00:00.000000Z",
      "timezone": "UTC",
      "key": "ingestion",
      "ingestionSupported": true
    }
  ]
}