Versions Compared

Key

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

APIs are great interfaces to integrate different applications. An API exposes the functionality and features to the external applications. Luma provides an inbound API that allows external applications to interact with Luma, which can be used for scenarios such as notifying the bot users after completion of a service or request.

...

NameValueEndpoint Example
Default URL{{ENDPOINT}}/public/notifylumauser/messagehttps://lumastaging.serviceaide.com/vsa
https://luma2.serviceaide.com/vsa
https://luma3.serviceaide.com/vsa

...

NameDescriptionExample
AuthorizationInclude the API Token provided to your Tenant in Luma.

API_TOKEN: Specify the alphanumeric access token available on Manage Tenant Information page.

Content-TypeSpecify the data format in which you want the response to be provided, for example, json payload, or card.

application/json

  • Authorization: Bearer {{API_TOKEN}}

    Info
    titleNote

    If the 'Bearer' text is not included, then 401 invalid token error response is received.


  • Content-Type: application/json

...