Skip to main content

Get Withdraw Setting Request By ID

GET 

/withdraw-setting-request/:id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Retrieve details of a withdraw setting request by its ID.

Request

Path Parameters

    id stringrequired

    User withdraw setting request id.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Responses

If any required params are missing or has invalid format or type.

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L -X GET 'https://docs.zrobank.io/withdraw-setting-request/:id' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Auth
Parameters
— pathrequired
— headerrequired
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!