Skip to main content
POST
/
v1
/
api
/
agencies
/
{id}
/
wallet
/
withdraw
Request a wallet withdrawal
curl --request POST \
  --url http://localhost:3091/v1/api/agencies/{id}/wallet/withdraw \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

id
integer<int64>
required

Body

application/json
{key}
number

Response

Withdrawal requested

{key}
string