Import Integration
POST/api/v1/integrations/import
Import integration from exported data.
If an integration with the same name exists:
- Set overwrite=true to replace it
- Set overwrite=false to create with a new name (default)
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error