Get custom event type by Id

Request

GET https://api.connectif.cloud/custom-integrations/{id}/custom-event-types/{eventTypeId}

Path parameters

Parameter name Value Description Additional
eventTypeId string

Id of the custom event type

Required

Authorization

This request requires the use of one of following authorization methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success.

CustomEventType
400 Bad Request

Bad request.

HttpError
401 Unauthorized

Not authorized to access API.

403 Forbidden

Permission not granted to the API Key or account has been blocked.

HttpError
404 Not Found

Custom event type not found.

HttpError
429 Too Many Requests

Requests rate limit reached.