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
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
Request
Delete all the artifacts (audio, video, photos and shared documents) stored in LiveID+ relative to the served conference id. The textual audit data won't be deleted; to force deleting the audit data and all the data stored in the database is available the "eraseAll" parameters.
This API has been deprecated and will be shut down soon. Please use the v2 version. See the migration guide for details.
Security
ConferenceToken
Query
If set to "1" will delete all the audit data and all the data stored in the database
Default "0"
Enum"0""1"
Token provided on call closing or generated with genAPIToken (if not provided as header)
- Testhttps://liveid.test.namirialtsp.com/api/v1/deleteAuditData
- Productionhttps://liveid.namirialtsp.com/api/v1/deleteAuditData
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://liveid.test.namirialtsp.com/api/v1/deleteAuditData?idConference=497f6eca-6276-4993-bfeb-53cbbbba6f08&eraseAll=0&token=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "service": "string", "success": true }
Request
Check if the service is active
This API has been deprecated and will be shut down soon (see the deprecation roadmap).
Please use service/checkStatus. See the migration guide for details.
Please use service/checkStatus. See the migration guide for details.
- Testhttps://liveid.test.namirialtsp.com/api/v1/checkStatus
- Productionhttps://liveid.namirialtsp.com/api/v1/checkStatus
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://liveid.test.namirialtsp.com/api/v1/checkStatusResponse
application/json
- Service is up
- Service is down
{ "service": "/checkStatus", "success": true, "active": true }