Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to call the Public API interface, you must first have a JWT token from the authentication server. The token is valid for 1 hour, after which it has to be updated (issued again).
Mluvii Public API allows 2 ways how you can authorize yourself following the .
Generated API username and password (client_credentials).
Login via the login screen (OpenID Connect)
Generate the new API password from the mluvii administration interface.
Use the generated password to call the authentication server.
On premise version: curl -X POST https://{your_domain}/login/connect/token
For this step, you can use any library or tool that supports the OAuth2 standard. e.g. Postman:
Use the JWT token returned by the authentication server to call the Public API using the HTTP “Bearer” header.
On premise version: curl -X GET https://{your_domain}/api/v1/Sessions/{id}
For the Webhooks list click .