Get a list of all import keys
Requires verified email; Requires one of the following permissions: Import.IndexImportKeys; Requires the following features to be enabled: Import
GET
/Api/ImportKeys
curl \
-X GET https://app.lovassy.hu/Api/ImportKeys \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 42,
"name": "string",
"enabled": true,
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]