Integrations

Complete OAuth flow for an Integration

post/integrations/install/{name}/oauth/complete

Path parameters

namestring required

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "/v1/schemas/CompleteIntegrationOAuthFlowRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "/v1/schemas/CompleteIntegrationOAuthFlowResponseBody.json"
}

Changes

Changed in 3 of the 28 revisions of this API.45

    • added the required property data/installed/items/attributes/capabilities to the response with the 200 status

      response-required-property-added

  • v148f07aa81a7a22See the full diff
    • removed the required property data/installed/items/attributes/config from the response with the 200 status

      response-required-property-removed

    • removed the required property data/installed/items/attributes/settings from the response with the 200 status

      response-required-property-removed

    • added the required property data/installed/items/attributes/sanitizedConfig to the response with the 200 status

      response-required-property-added

    • added the required property data/installed/items/attributes/userSettings to the response with the 200 status

      response-required-property-added

  • v1eb0846e58abc22See the full diff
    • removed the required property data/installed/items/attributes/sanitizedConfig from the response with the 200 status

      response-required-property-removed

    • removed the required property data/installed/items/attributes/userSettings from the response with the 200 status

      response-required-property-removed

    • added the required property data/installed/items/attributes/config to the response with the 200 status

      response-required-property-added

    • added the required property data/installed/items/attributes/settings to the response with the 200 status

      response-required-property-added

    This revision also has 39 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog