Skip to main content

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

NametypeDescription
payout_idstringId of the payout to retrieve the items

Response

NameTypeDescription
outputArray<Payout Item>The payout items.
codestringThe response status code text.

Test the endpoint

curl -X GET 'https://api.minteo.finance/v1/payouts/<payout_id>/items' \
-H 'Authorization: Bearer <your-api-key>'