Get Accounts V2

Get all accounts

Headers
  • Accept
    enum
    const:  
    application/json
    required

    Response format. Must be application/json.

    values
    • application/json
Responses
  • application/json
Request Example for get/v2/accounts
curl https://api.uat.koard.com/v2/accounts \
  --header 'Accept: application/json' \
  --header 'x-koard-apikey: YOUR_SECRET_TOKEN'
[
  {
    "address": {
      "city": "string",
      "state": "string",
      "street_line1": "string",
      "street_line2": "",
      "zip": "string"
    },
    "available_processor_configs": [],
    "created_at": "2026-04-20T15:32:06.309Z",
    "deleted_at": null,
    "description": "string",
    "has_access_to_apple_config": false,
    "has_access_to_mms": false,
    "id": "string",
    "mcc": null,
    "name": "string",
    "organization_id": null,
    "parent_account_ids": [],
    "status": "active",
    "surcharge_rate": null,
    "tax_id": null,
    "type": "admin",
    "updated_at": null
  }
]