Clients
Get API Clients
Returns all existing API clients.
get/connect/clients/
Response
The array of Client objects
Example response
[
{
"createTime": "2024-12-03T21:04:59.970640998Z",
"id": "socl_my_new_api_client",
"name": "My New API Client",
"note": "This client is used for automating case observable attachments",
"permissions": [
"events/read",
"cases/read",
"cases/write"
],
"secret": "ERa5jp9Z6WbLm1YC5FCM",
"updateTime": "0001-01-01T00:00:00Z"
}
]