Manage Installed Integration Base Notifier

Creates and updates an installed integration base notifier.

Path Parameters

  • tenantIdstringrequired

    Describes the tenantId of the tenant

  • installedIntgIdstringrequired

    Unique Identifier of the installed integration

Request Body

application/json

  • typestring

    Notification type.

    Enum:
    REST_APISOAP_API
  • authTypestring

    Authentication type.

    Enum:
    NONEOAUTH2JWTBASIC
  • grantTypestring

    Grant type for notification.

    Enum:
    CLIENT_CREDENTIALSPASSWORDREFRESH_TOKEN
  • userNamestring

    Username: Mandatory when authType is OAUTH2 and grantType is PASSWORD/REFRESH_TOKEN.

  • passwordstring

    Password: Mandatory when authType is OAUTH2 and grantType is PASSWORD/REFRESH_TOKEN.

  • apiKeystring

    API Key: Mandatory if authType is OAUTH2.

  • apiSecretstring

    API Secret: Mandatory if authType is OAUTH2.

  • accessTokenURLstring

    Access Token URL: Mandatory if authType is OAUTH2.

  • tokenPayloadobject

    (JWT only) Payload for the token.

  • tokenURLstring

    (JWT only) Access token URI.

  • tokenHeadersarray

    (JWT only) Headers to request the token.

  • tokensPatharray

    (JWT only) Token path in the response of the authentication REST call.

  • resourceAuthHeadersarray

    (JWT only) Authorization header for resource calls.

  • baseURIstring

Loading Examples...

Responses

  • typestring

    Notification type.

    Enum:
    REST_APISOAP_API
  • authTypestring

    Authentication type.

    Enum:
    NONEOAUTH2JWTBASIC
  • grantTypestring

    Grant type for notification.

    Enum:
    CLIENT_CREDENTIALSPASSWORDREFRESH_TOKEN
  • userNamestring

    Username: Mandatory when authType is OAUTH2 and grantType is PASSWORD/REFRESH_TOKEN.

  • passwordstring

    Password: Mandatory when authType is OAUTH2 and grantType is PASSWORD/REFRESH_TOKEN.

  • apiKeystring

    API Key: Mandatory if authType is OAUTH2.

  • apiSecretstring

    API Secret: Mandatory if authType is OAUTH2.

  • accessTokenURLstring

    Access Token URL: Mandatory if authType is OAUTH2.

  • tokenPayloadobject

    (JWT only) Payload for the token.

  • tokenURLstring

    (JWT only) Access token URI.

  • tokenHeadersarray

    (JWT only) Headers to request the token.

  • tokensPatharray

    (JWT only) Token path in the response of the authentication REST call.

  • resourceAuthHeadersarray

    (JWT only) Authorization header for resource calls.

  • baseURIstring

Loading Examples...