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