Subscriptions
List Subscriptions
Lists all subscriptions on the authenticated user's Lucid account. This endpoint is paginated.
get/v1/subscriptions
Response
OK. Returns an array of subscriptions on the account.
Example response
[
{
"id": "8e8cf611-d74c-4a2f-8b61-754b22328fbb",
"licenseTotal": 100,
"licensesUsed": 50,
"start": "2024-08-08T22:21:48.612Z",
"end": "2024-08-08T22:21:48.612Z",
"renewal": "2024-08-08T22:21:48.612Z"
}
]