---
title: "Track a global wallet connection"
method: POST
path: "/sdk/{environmentId}/globalWallets/connections"
tags: ["SDK"]
---

# Track a global wallet connection

`POST /sdk/{environmentId}/globalWallets/connections`

## Path parameters

- `environmentId` string, required

## Request body

- GlobalWalletConnectionCreateRequest
  - `expiresAt` string, date-time, required

## Response `201`

Successfully created global wallet connection tracking

- GlobalWalletConnection
  - `id` string, required
  - `userId` string, required
  - `appUrl` string, required — An [RFC 6454](https://www.rfc-editor.org/rfc/rfc6454) valid url. Must not include any paths. A single wildcard (*) can be used as the first subdomain.
  - `status` 'connected' | 'disconnected', required
  - `expiresAt` string, date-time, nullable — If global wallet connection status is connected, then this timestamp will be present.
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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