Export license histories

URL : /api/v1/license-histories/export

Method : GET

Query parameters

Filtering

The results can be filtered by various attributes on customer account or related to the customer account.

Possible filters:

  • license

  • ts__gte

    • required (ts__gte and ts__lte filters must be within 24 hours)

  • ts__lte

    • required (ts__gte and ts__lte filters must be within 24 hours)

Success Response

Code : 200 OK

Content examples :

"ts","source","sdk_version","level","text","data","license_id","device_id","license_user_id"
"2025-03-03 11:36:51+00:00","api","","info","License created","",1741001811379069,"",""
"2025-03-03 11:36:51+00:00","api","","info","License created","",1741001811383079,"",""
"2025-03-03 11:57:53+00:00","api","","info","License check","{""license_key"":""GYVH-BP62-AW2K-36LK"",""hardware_id"":""85545390726018""}",1684834244249059,1684834602354759,""

Last updated

Was this helpful?