πŸ”’Get business withdrawals

Fetch withdrawals

get

Fetch withdrawals for a business.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

^FRX-API api-key=[^,]+,signature=[^,]+,timestamp=[\d]+$

Query parameters
businessIdstring Β· uuidRequired

ID of the business.

clientWithdrawIdstring[]Optional

Withdrawal ID provided by the client.

afterinteger Β· int64Optional

Withdrawal creation date range start, in UNIX seconds, inclusive.

Example: 1702894529
beforeinteger Β· int64Optional

Withdrawal creation date range end, in UNIX seconds, exclusive.

Example: 1702894529
limitinteger Β· max: 2000Optional

Limit of the results per request.

Default: 25Example: 25
Responses
200

Returns withdrawals, sorted by created.

application/json
get
/api/v1/withdrawals
200

Returns withdrawals, sorted by created.

Last updated