---
title: "Update callback URL settings"
method: PUT
path: "/api/v2/callback/settings"
tags: ["User Settings"]
---

# Update callback URL settings

`PUT /api/v2/callback/settings`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/undefined/updateCallbackSettings" target="_blank">Try in sandbox</a><br>

## Request body

- object
  - `outUrl` string, nullable, required — This URL is used to push message delivery status updates to your application.
  - `inUrl` string, nullable, required — This URL is used to push incoming SMS to your application.
  - `format` 'm' | 'u' | 'j', required — Desired callback data format. m - multipart/form-data, u - application/x-www-form-urlencoded, j - application/json

## Response `200`

Request executed with success.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.

---

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