Endpoint
/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}/inbound/authentication
Path Parameters
tenantIdstring
installedIntgIdstring
authTypestring
Type of authentication.
roleobject
Role of the user: Mandatory only when installing category is selected as Custom. Default user role is used depending on other installing categories.
Child Parameters
- role.uniqueId
- Unique ID of the role. For information on unique ID of the role, see Search Roles API.
tokenstring
{
"authType": "OAUTH2"
}
{
"authType": "WEBHOOK"
}
Responses
OK
{
"apiKeyPairs": [
{
"key": "EkWCgfV465DhFd7BBeWEhQXrmXYsD5Qj"
}
],
"authType": "OAUTH2"
}
{
"authType": "WEBHOOK",
"token": "gvKnS9rPErNmYhUrBZE4EnXBWhGN9zb4"
}