Script Connections

Create or update an OAuth app for script credential bindings

post/api/oauth-apps

Request body

idstring
presetIdstring
providerstring
clientIdstring required
clientSecretstring
authorizeUrlstring uri
tokenUrlstring uri
userinfoUrlstring uri
revocationUrlstring uri
scopesstring[]
extraParamsobject
tokenAuthStyle'body' | 'basic'
tokenBodyFormat'form' | 'json'

Response

Saved OAuth app without client secret

redirectUristring required
setupHintsstring[]

Changes

Changed in 4 of the 104 revisions of this API.112

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • the request property became optional

      request-property-became-optional

    • the request property became optional

      request-property-became-optional

    • the request property became optional

      request-property-became-optional

    • the request property default value was removed

      request-property-default-value-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation