Skip to main content

Fetch a Payout by id

Retrieve payout details by Id.

Endpoint

GET /v1/payouts/{id}

Scope

payouts:details

Request

Path Parameters

NametypeDescription
idstringId of the payout to retrieve

Response

NameTypeDescription
outputPayoutThe payout details.
codestringThe response status code text.

Test the endpoint

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