Get an integration event by its ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$eventIdstringRequired
ID of the integration event
Responses
200
Integration event
application/json
404
Not Found
application/json
get/integrations/{integrationName}/events/{eventId}
Last updated
Was this helpful?