GET
/
api
/
v1
/
withdrawals
/
{withdrawal}
Detalhe do saque
curl --request GET \
  --url https://seu-dominio.com/api/v1/withdrawals/{withdrawal} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Path Parameters

withdrawal
string
required

Response

200 - application/json

OK

The response is of type object.