Skip to main content
GET
/
cards
/
card-sensitive-info
Get Card Sensitive Info
curl --request GET \
  --url https://access.utgl.io/v1/cards/card-sensitive-info \
  --header 'Authorization: Basic <encoded-value>'
{
  "expiry": "2022-12-06T02:36:39.975Z",
  "url": "https://access.utgl.io/v1/secure-content/2e91c5ac-eaaf-4274-9afd-520aa35c190e"
}

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

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"