Subscribe to a webhook

POST
/webhook_subscriptions

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Request

This endpoint expects an object.
object_typeenumRequired
urlstringRequiredformat: "uri">=1 character<=2083 characters
event_typeslist of stringsOptional

Response

Successful Response

idstringformat: "uuid"
event_typeslist of strings
object_typeenum
secretstring
status"enabled" or "disabled"
Allowed values: enableddisabled
urlstringformat: "uri">=1 character<=2083 characters

Errors