Fetch a Single Distribution

Last updated September 9th, 2025

get api.withmono.com/v3/payments/disburse/disbursements/{batch_id}/distribution/{distribution_id}
v1.0

This endpoint allows partners to retrieve the details of a single distribution using its unique ID within a batch.

Path Params
Headers

Request

1234
curl --request GET \
  --url https://api.withmono.com/v3/payments/disburse/disbursements/{{BATCH_ID}}/distribution/{{DISTRIBUTION_ID}} \
  --header 'accept: application/json' \
  --header 'mono-sec-key: <YOUR_SECRET_KEY>'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?