---
title: "Get card widget URL"
method: GET
path: "/cards/card_widget_url"
tags: ["Cards"]
---

# Get card widget URL

`GET /cards/card_widget_url`

This endpoint returns a URL address of the specified widget for a given card

## Query parameters

- `card_id` string, uuid — The unique identifier of a card
- `account_id` string, uuid, required — The unique identifier of an account
- `customer_id` string, uuid, required — The unique identifier of a customer
- `widget_type` 'activate_card' | 'set_pin', required — The widget type

## Response `200`

Card issued

- CardWidgetUrlResponse — A URL for activate card and set pin widgets
  - `url` string, uri

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
