Add Integration
POST/api/v1/integration/add
Adds new integrations
- name: Name of the proposed integration
- email: Developer contact email for feedback, support
- callback_url: Valid redirect URL used after authorization
Request
Responses
- 200
- 400
- 401
- 422
- 500
Successful Response
integration_already_exists: An integration with this name and email already exists in the system.
unauthorized: Invalid or no credentials where supplied.
Validation Error
database_error: Unexpected Database Error.