Apis for account related resources (authentication, profiles, organisation details etc)
Apis for account related resources (authentication, profiles, organisation details etc)
Details of the webhook subscription to create
The publicly accessible URL of the endpoint which will be notified
{ "topics": [ "matter.created", "matter.updated", "matter.status.updated" ], "subscriptionUrl": "https://myapplication.com/incomingwebhooks", "clientState": "supersecretstring" }
null
No request payload
[
{
"id": 1,
"topics": [
"matter.created",
"matter.updated",
"matter.status.updated"
],
"subscriptionUrl": "https://myapplication.com/incomingwebhooks",
"clientState": "supersecretstring",
"status": "failed",
"createdDateUtc": "2022-10-11T11:54:04.0000000+00:00",
"createdBy": "461fffa2-950f-4961-b313-09fef67d419c",
"modifiedDateUtc": "2022-12-19T11:54:04.0000000+00:00",
"modifiedBy": "461fffa2-950f-4961-b313-09fef67d419c"
},
{
"id": 2,
"topics": [
"contract.created"
],
"subscriptionUrl": "https://myapplication.com/incomingwebhooks/example",
"clientState": "my client state",
"status": "active",
"createdDateUtc": "2022-10-15T11:54:04.0000000+00:00",
"createdBy": "461fffa2-950f-4961-b313-09fef67d419c",
"modifiedDateUtc": "2022-12-21T11:54:04.0000000+00:00",
"modifiedBy": "461fffa2-950f-4961-b313-09fef67d419c"
}
]
No request payload
{
"id": 1,
"topics": [
"matter.created",
"matter.updated",
"matter.status.updated"
],
"subscriptionUrl": "https://myapplication.com/incomingwebhooks",
"clientState": "my client state",
"status": "active",
"createdDateUtc": "2022-10-11T11:54:04.0000000+00:00",
"createdBy": "461fffa2-950f-4961-b313-09fef67d419c",
"modifiedDateUtc": "2022-12-19T11:54:04.0000000+00:00",
"modifiedBy": "461fffa2-950f-4961-b313-09fef67d419c"
}
No request payload