Set callback url

Sets a universal callback URL for the client.

Headers

x-api-keystringRequired

Request

SetCallbackUrlBodyDTO

callbackURLstringRequired

URL where webhook notifications should be sent when the trigger fires.

Response

statusstring

Status of the operation (success/error).

messagestringOptional

Additional information about the operation result.

triggerIdstringOptional

Unique identifier of the affected trigger.

isNewbooleanOptional

Indicates whether a new trigger was created (true) or an existing one was modified (false).