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 The widget type

Available options:
SET_PIN,
ACTIVATE_CARD
customer_id
string<uuid>
required

The unique identifier of a customer

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) The unique identifier of a card

Example:

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

Response

Card issued

A URL for activate card and set pin widgets

url
string<uri>