Create an integration
Create an integration. Integrations are created in development
status by default.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
JMESPath describing which of the fields in configuration_fields
is the best human-friendly field to use to identify a specific installation (e.g., account name)
A json-schema describing the settings fields that a user should be presented with when installing the integration
The get
endpoint that will be invoked after OAuth authorization
The delete
endpoint that initiates the uninstallation flow for the integration
Response
JMESPath describing which of the fields in configuration_fields
is the best human-friendly field to use to identify a specific installation (e.g., account name)
The current state of the integration (development, approved, archived)
A json-schema describing the settings fields that a user should be presented with when installing the integration
The get
endpoint that will be invoked after OAuth authorization
The delete
endpoint that initiates the uninstallation flow for the integration