Manage Inbound Authentication

Creates and updates installed integration inbound authentication.

Path Parameters

  • tenantIdstringrequired

    Describes the tenantId of the tenant

  • installedIntgIdstringrequired

    Unique Identifier of the installed integration

Request Body

application/json

  • authTypestring

    Type of authentication.

    Enum:
    WEBHOOKOAUTH2ALL
  • roleobject

    Role of the user: Mandatory only when installing category is selected as Custom. Default user role is used depending on other installing categories.

  • apiKeyPairsarray

  • tokenstring

Request Body Samples

{
  "authType": "OAUTH2"
}

Responses

  • authTypestring

  • apiKeyPairsarray

  • tokenstring

Response Samples

{
  "authType": "OAUTH2",
  "apiKeyPairs": [
    {
      "key": "EkWCgfV465DhFd7BBeWEhQXrmXYsD5Qj"
    }
  ]
}