Endpoint
/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}/inbound/authentication
Path Parameters
tenantId
string

installedIntgId
string

apiKeyPairs
array

apiKeyPairs.key
authType
string

Type of authentication.

role
object

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

role.uniqueId
Unique ID of the role. For information on unique ID of the role, see Search Roles API.
token
string

{
  "authType": "OAUTH2"
}
{
  "authType": "WEBHOOK"
}

Responses

OK

apiKeyPairs
array

apiKeyPairs.key
authType
string

token
string

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