latestOpenAPI 3.0.0MIT2026-08-101483217.9 KB

a59ac1ee7b2c

Applications

Update Callbacks

Update the configured callback URLs for the specified application.

post/v1/configuration/callbacks/applications/{applicationkey}

Request body

Example request

{
  "url": {
    "primary": "http://primary.yourcallback.com/",
    "fallback": "http://fallback.yourcallback.com/"
  }
}

Response

A success response, or an Error.