Skip to main content

Get Wallet by ID

GET 

/operations/wallets/:id

Retrieve detailed information about a wallet by specifying its ID.

Request

Path Parameters

    id stringrequired

    Wallet 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

The wallet returned successfully.

Schema
    id stringrequired

    Wallet id.

    name stringrequired

    Wallet name.

    default booleanrequired

    Wallet default flag.

    state stringrequired

    Possible values: [pending, active, deactivate, blocked]

    Wallet state.

    permission_types string[]required

    Wallet permission type that defines what the user can do.

    owner_id stringrequired

    Wallet owner id.

    owner_name stringrequired

    Wallet owner name.

    created_at date-timerequired

    Wallet created at.

Loading...