Skip to main content
GET
/
cards
/
card_widget_url
Get card widget URL
curl --request GET \
  --url https://api.synctera.com/v2/cards/card_widget_url
{
  "url": "<string>"
}

Query Parameters

widget_type
enum<string>
required

The type of widget for which to construct the URL

Available options:
set_pin,
activate_card
customer_id
string<uuid>
required
Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

account_id
string<uuid>
required

The unique identifier of an account

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

card_id
string<uuid>

The ID of the card (required for set PIN widget)

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Card issued

A URL for activate card and set pin widgets

url
string<uri>