GET /payout-request-batches/preview
Retrieves aggregate information for the payout requests that match a specified filter.
If more than 1000 payout requests match the filter, only the oldest 1000 are included in the preview.
Servers
- https://api-sandbox.rebilly.com/organizations/{organizationId}
- https://api.rebilly.com/organizations/{organizationId}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
filter |
String | No |
Filter string that is used to select payout requests. This field uses the same format as collection filter parameters. Use semicolons to separate multiple filter conditions.
Available filter fields: If a |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.