---
title: "Настройка url для callback"
method: POST
path: "/settings/v1/callback"
tags: ["Callback"]
---

# Настройка url для callback

`POST /settings/v1/callback`

Для подписи уведомлений будет использоваться ключ из заголовка авторизации.

## Headers

- `Content-type:` string, required
- `Authorization:` string, required

## Request body

- CallbackSettings
  - `callbackUrl` string, required

## Response `200`

OK

- CallbackSettings
  - `callbackUrl` string, required

## Changes

- **2021-08-18** `c1be604342e8` — 2 breaking, 1 warning, 3 info
  - added the new required `header` request parameter `Authorization:`
  - added the new required `header` request parameter `Content-type:`
  - deleted the `header` request parameter `Authorization`
  - api operation id `postsettingsUrl` removed and replaced with `post-settings-v1-callback`
  - …2 more

[Change history](https://skmtc.dev/raiffeisen-dgtl/apis/api-3/changes/settings/v1/callback/post.md)

---

[API](https://skmtc.dev/raiffeisen-dgtl/apis/api-3.md) · [All operations](https://skmtc.dev/raiffeisen-dgtl/apis/api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/raiffeisen-dgtl/api-3/revisions/3a9d71affec3/schema)
