Register an integration
POST/v1/admin/integrations
Registers a new integration. The integration_type query parameter
selects the body shape (see IntegrationConfigRequest). Returns
the assigned integration_id which subsequent operations (GET /
PUT / DELETE / endpoint registration) address by.
Super-admin only.
Request
Responses
- 201
- 400
- 401
- 403
- 500
Integration successfully registered
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error