v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Get Agent Accounts

It return all the accounts for the given agent_id

get/v1/agentaccounts

Query parameters

agent_idstring

This field is used for filtering merchants, that belong to this agent.

primaryboolean

Return merchants only for primary agent

Response

200

Example response

{
  "meta": {
    "include": [
      "bankaccounts"
    ]
  }
}