Use this API to get details of existing Authentication types in the Conversation Manager.
Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "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"
}