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"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.