Retrieves a list of counterparties given the filter parameters provided
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "counterparties": [
- {
- "id": "string",
- "customer_id": "string",
- "description": "string",
- "counterparty_type": "FIAT_US",
- "status": "ACTIVE"
}
]
}, - "links": {
- "self": "string",
- "first": "string",
- "prev": "string",
- "next": "string",
- "last": "string"
}
}