Endpoints to manage authentication and generate session tokens
Api LiveID+ (2.1.0)
API for third parties integration with LiveID+ video identification platform.
You can subscribe to the LiveID+ service on the Namirial status page to receive updates on important releases.
Download OpenAPI description
Languages
Servers
Test
https://liveid.test.namirialtsp.com
Production
https://liveid.namirialtsp.com
- Testhttps://liveid.test.namirialtsp.com/api/authenticate/genAPIToken
- Productionhttps://liveid.namirialtsp.com/api/authenticate/genAPIToken
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://liveid.test.namirialtsp.com/api/authenticate/genAPIToken?idConference=string' \
-H 'apikey: YOUR_API_KEY_HERE'Response
application/json
{ "service": "string", "success": true, "token": "string" }
General conference management endpoints (Version 1)
DEPRECATION NOTICE:
For security reasons, the v1 API endpoints has been deprecated and will be shut down in the upcoming months, starting from TEST environment.- 15/10/2026 - TEST environment
- 15/01/2027 - PRODUCTION environment
Operations