cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/players/{playerId}/withdrawals/pending \ --header 'Authorization: Bearer <token>' \ --header 'X-Session-ID: <x-session-id>'
Returns all pending/processing withdrawal requests for the player.
Documentation IndexFetch the complete documentation index at: https://setup.cevro.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://setup.cevro.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Bearer token. For this demo, any non-empty string is accepted.
Pending withdrawals retrieved
Was this page helpful?