Use this API to Get details of all authentication types in the Conversation Manager.
Client application must have 'app.conversation.conversationmgr.manage' assigned to call this API
OK
Bad Request
Unauthorized
Forbidden
Internal server error
{- "authentication": [
- {
- "id": "34fbb53f-ed7f-48d4-b545-e26cc95e075d",
- "name": "custom_bot_callback_authentication",
- "type": "oauth2",
- "oauth2": {
- "method": "POST",
- "headers": [
- {
- "name": "Content-Type",
- "value": "application/json"
}, - {
- "name": "Accept",
- "value": "application/json"
}
], - "payload": "{ \"clientId\": \"c987cbfc-d59c-11ea-87d0-0242ac130003\",\"clientSecret\": \"c987cde6-d59c-11ea-87d0-0242ac130003\",\"refreshToken\": \"c987cee0-d59c-11ea-87d0-0242ac130003\"}",
- "accessTokenPath": "$.accessToken"
}, - "created": "2021-03-28T14:29:01.516Z",
- "modified": "2021-03-28T14:29:01.516Z"
}, - {
- "id": "b92fe726-da13-4821-b236-62ade0c1f7fa",
- "name": "custom_bot_callback_authentication_2",
- "type": "basic",
- "basicAuth": {
- "username": "string",
- "password": "string"
}, - "created": "2021-03-31T03:54:07.620Z",
- "modified": "2021-03-28T14:29:01.516Z"
}
]
}