Agents
Get an agent
get/v1/agents/{id}
Path parameters
idstring required
Headers
X-API-Keystring
API key
Response
Example response
{
"id": "agt_abc123",
"name": "Procurement Agent",
"description": "Buys supplies",
"customerId": "cus_abc123",
"sourceAccountId": "vba_agent_balance",
"allowedDestinationAccountIds": [
"eba_vendor456"
],
"limits": {
"currency": "USD",
"perTransaction": "100000",
"perDay": "500000",
"perMonth": "1000000"
}
}Changes
Changed in 1 of the 19 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○