---
title: "POST /api/client/register"
method: POST
path: "/api/client/register"
tags: ["Client API"]
---

# POST /api/client/register

`POST /api/client/register`

## Request body

- ClientApplication
  - `platformName` string, nullable
  - `platformVersion` string, nullable
  - `sdkType` 'frontend' | 'backend'
  - `sdkVersion` string, nullable
  - `yggdrasilVersion` string, nullable
  - `appName` string, required
  - `connectVia` ConnectVia[], nullable
    - `appName` string, required
    - `instanceId` string, required
  - `connectionId` string, nullable
  - `environment` string, nullable
  - `instanceId` string, nullable
  - `interval` integer, required
  - `projects` string[], nullable
  - `started` string, date-time, required
  - `strategies` string[], required

## Response `202`

Accepted client application registration

## Other responses

- `403` — Was not allowed to register client application

---

[API](https://skmtc.net/unleash/apis/unleash-edge.md) · [All operations](https://skmtc.net/unleash/apis/unleash-edge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-edge/revisions/1664833d352a/schema)
