Skip to main content

Get a Payout Item by id

Retrieve payout item by payout Id and item Id.

Endpoint

GET /v1/payouts/{payout_id}/items/{item_id}

Scope

payout_items:details

Request

Path Parameters

NametypeDescription
payout_idstringId of the payout
item_idstringId of the item to retrieve

Response

NameTypeDescription
outputPayout ItemThe payout item.
codestringThe response status code text.

Test the endpoint

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