Skip to main content
GET
Get Card Sensitive Info

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

cardAccountId
string<uuid>
required

Card account ID of the card to retrieve sensitive information for

cardId
string<uuid>
required

Card ID of the card to retrieve sensitive information for

ipAddress
string<ipv4-address>
required

Client IP address

Pattern: ^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
Example:

"8.8.8.8"

Response

200 - application/json

Card security code retrieval URL generated successfully

expiry
string<date-time>

Expiry time of the URL in ISO8601

Example:

"2022-12-06T02:36:39.975Z"

url
string

URL to retrieve card sensitive information

Example:

"https://access.utgl.io/v1/secure-content/2e91c5ac-eaaf-4274-9afd-520aa35c190e"