Choozle · Example Payload

List Accounts

Example: List all advertising accounts accessible to the authenticated user

Digital AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAudience TargetingDisplay AdvertisingConnected TVCTVVideo AdvertisingNative AdvertisingDOOHReportingReal-Time BiddingRTB

List Accounts is an example object payload from Choozle, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Example: List all advertising accounts accessible to the authenticated user",
  "request": {
    "method": "GET",
    "url": "https://app.choozle.com/api/accounts",
    "headers": {
      "token": "2fb94ad2e255b2d3961f5178ccf5ac105825156c2c84ac2bff48bd49b4ef69b7"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "id": 8737,
        "name": "Acme Corp Account"
      },
      {
        "id": 9102,
        "name": "Demo Advertiser Account"
      }
    ]
  }
}