Skip to main content

Get Card Tracking

GET 

/cards/:id/tracking

Tag: api-paas-get-card-trackingDescription: Retrieve card tracking data.

Request

Path Parameters

    id stringrequired

    Card ID.

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    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

Retrieve card tracking found.

Schema
    id stringrequired

    Card ID.

    virtual booleanrequired

    Is Virtual Card.

    status stringrequired

    Possible values: [password_locked, activated, pending, blocked, cancelled, preventive_blocked]

    Status.

    tracking_status stringrequired

    Possible values: [created, embossing, forwarded, received]

    Tracking Status.

Authorization: http

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

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