Endpoint by ID

This endpoint returns a single endpoint and its configuration by ID.

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
id
required
string <uuid> = 36 characters

The Identifier of the subscription, active or not, that you wish to delete.

Example: 4d4d835b-c188-4120-87f9-1208c001e170
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. Endpoint Retrieved Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/webhooks/endpoint/{id}
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "description": "Notify System X for All Assets Created",
  • "disabled": false,
  • "eventTypes": [
    ],
  • "rateLimit": 200
}