Get Payout Items for a Payout
Retrieve payout items by payout Id.
Endpoint
GET /v1/payouts/{payout_id}/items
Scope
payout_items:all
Request
Path Parameters
Name | type | Description |
---|---|---|
payout_id | string | Id of the payout to retrieve the items |
Response
Name | Type | Description |
---|---|---|
output | Array<Payout Item> | The payout items. |
code | string | The response status code text. |
Test the endpoint
- Production
- Sandbox
curl -X GET 'https://api.minteo.finance/v1/payouts/<payout_id>/items' \
-H 'Authorization: Bearer <your-api-key>'
curl -X GET 'https://api.sandbox.minteo.finance/v1/payouts/<payout_id>/items' \
-H 'Authorization: Bearer <your-api-key>'