This endpoint returns an array (List) of all endpoints (your endpoints) and the event types subscribed.
Successful Request. Endpoints Retrieved Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "Notify System X for All Assets Created",
- "disabled": false,
- "eventTypes": [
- "asset.created",
- "asset.updated",
- "asset.downloaded",
- "asset.deleted"
], - "rateLimit": 200
}
]