{
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "value",
        "value": "{{admin_api_key}}",
        "type": "string"
      },
      {
        "key": "key",
        "value": "api-key",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "method": "GET",
  "header": [
    {
      "key": "Accept",
      "value": "application/json"
    }
  ],
  "url": {
    "raw": "{{baseUrl}}/accounts/list?organization_id={{organization_id}}",
    "host": [
      "{{baseUrl}}"
    ],
    "path": [
      "accounts",
      "list"
    ],
    "query": [
      {
        "key": "organization_id",
        "value": "{{organization_id}}"
      }
    ],
    "variable": [
      {
        "key": "organization_id",
        "value": "{{organization_id}}",
        "description": "(Required) - Organization id"
      }
    ]
  },
  "description": "List merchant accounts for an organization"
}
