WebHook
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Responses
200
Webhooks returned.
401
Caller not authenticated.
403
Caller lacks Webhook.Read scope.
500
Unexpected server error.
get
/api/{tenantId}/webhooksRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Body
or
Responses
200
OK
201
Webhook created.
400
Invalid webhook payload.
401
Caller not authenticated.
403
Caller lacks Webhook.Write scope.
500
Unexpected server error.
post
/api/{tenantId}/webhooksRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
idstringRequired
Identifier of the webhook
tenantIdstringRequired
Responses
200
Webhook returned.
401
Caller not authenticated.
403
Caller lacks Webhook.Read scope.
404
Webhook not found.
500
Unexpected server error.
get
/api/{tenantId}/webhooks/{id}Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
idstringRequired
Identifier of the webhook
tenantIdstringRequired
Body
or
Responses
200
Webhook updated.
No content
400
Invalid webhook payload.
401
Caller not authenticated.
403
Caller lacks Webhook.Write scope.
404
Webhook not found.
500
Unexpected server error.
put
/api/{tenantId}/webhooks/{id}No content
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
idstringRequired
Identifier of the webhook
tenantIdstringRequired
Responses
200
Webhook deleted.
No content
401
Caller not authenticated.
403
Caller lacks Webhook.Write scope.
404
Webhook not found.
500
Unexpected server error.
delete
/api/{tenantId}/webhooks/{id}No content
Last updated

