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
- 403
- 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.
could_not_validate_credentials
: Could not validate credentials.
Validation Error
database_error
: Unexpected Database Error.