Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Customers can optionally provide the entitlement details for a given user. This section provides the details of the API.

3.2.1 API overview

Go to https://ascdevasc.apis.ascendo.inai/docs and under the “User” label you will find a POST API . This API provides the information on the user information for the current chat session. Prior to that, we are required to provide the specific Ascendo customer info and the corresponding API key. For example, Ascendo customer “Acme” will have its own unique uuid and API key. These will be available under the Admin Portal. The API then will provide the information on the customer email and the name.

...

Use the POST method to update the user details. API Link:

https://ascdevasc.apis.ascendo.inai/api/v1/user/{customer_uuid}/update_subscription?api_key={ai_bot_api_key}

...