Skip to main content
Version: 1.0.0

OBT Live Engage AI - Management API Microservice Microservice

Introduction

This API contains endpoints which enable management of your Engage AI instance.

It is intended to be accessed by LiveOps operators and backend system integrations.

Logging in

Use of this API requires that requests are authenticated (with the exception of the Health Check endpoint).

To login, use the /auth/login endpoint, with your Operator username/password

Tip: to create a sha of your password, run the following cmd

echo -n 'my-secure-password' | sha256sum

This should return you a JWT which you can use for Authorizing further requests.

Client Libraries

Coming soon

Authentication

An API Key ID in the x-api-key-id header

Security Scheme Type:

apiKey

Header parameter name:

x-api-key-id

Contact

OBT Live: support@obt.live

URL: https://obt.live