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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.