---
title: "Register application URL"
method: PUT
path: "/m2m/applications/registration"
---

# Register application URL

`PUT /m2m/applications/registration`

## Request body

- object
  - `url` string — The url of your application
  - `headers` string, json — Provide headers you want to push to your endpoint (eg. API key). It is required to add at least one header to register the application. You can leave it like in the example if you don't want/hav to insert anything in particular.

## Response `200`

200

- object
  - `msg` string
  - `code` integer

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.dev/iotcreators/apis/iot-creators-scs-api.md) · [All operations](https://skmtc.dev/iotcreators/apis/iot-creators-scs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iotcreators/iot-creators-scs-api/revisions/56410fabfdec/schema)
