GET
/
cards
/
card_widget_url
Get card widget URL
curl --request GET \
  --url https://api.synctera.com/v1/cards/card_widget_url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

card_id
string<uuid>

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

Example:

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

account_id
string<uuid>
required

The unique identifier of an account

Example:

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

customer_id
string<uuid>
required

The unique identifier of a customer

Example:

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

widget_type
enum<string>
required

The type of widget for which to construct the URL

Available options:
ACTIVATE_CARD,
SET_PIN

Response

200
application/json

Card issued

A URL for activate card and set pin widgets