GET /v1/endpoints
[{
"id": "d53ec5c47bd8fa4463b0931251f7da3e",
"url": "https://...",
"signature": "c7bbce6f29eadcdaa6570cc07d4bec83",
"active": true,
"created": "2019-12-17T05:30:00Z"
}]
Endpoints
List all endpoints
GET /v1/endpoints
[{
"id": "d53ec5c47bd8fa4463b0931251f7da3e",
"url": "https://...",
"signature": "c7bbce6f29eadcdaa6570cc07d4bec83",
"active": true,
"created": "2019-12-17T05:30:00Z"
}]
Returns a list of all webhook endpoints registered to your organisation.
Endpoints are returned in descending order of creation date, with the most recently created appearing first.
GET /v1/endpoints
[{
"id": "d53ec5c47bd8fa4463b0931251f7da3e",
"url": "https://...",
"signature": "c7bbce6f29eadcdaa6570cc07d4bec83",
"active": true,
"created": "2019-12-17T05:30:00Z"
}]