Register a delivery endpoint on this integration
PUT/v1/integrations/:integrationId/endpoints
Registers a delivery endpoint for the calling user on the given
integration. The server derives an endpoint_id per integration
type and returns it in the response.
Callers must persist the returned endpoint_id to later address
the endpoint (e.g. for DELETE).
Request
Responses
- 200
- 400
- 500
Endpoint registered
Bad request
Internal server error