Accounts
Get Classifications
Returns the paginated list of classifications configured for the authenticated account. Deleted classifications are excluded from results.
get/v1/accounts/me/classifications
Response
OK. Returns a list of classifications for the account.
Example response
[
{
"id": "b7db4f07-5225-4a0c-8313-0fe199eec844",
"label": "private",
"priority": 1,
"description": "For documents with sensitive customer data",
"guidelineUrl": "https://lucid.app/lucidspark/classification-guidelines"
}
]