Clients
Regenerate Client Secret
Regenerates a new client secret for the given API client ID. Pre-existing access tokens that have not yet expired will remain valid through their expiration.
put/connect/clients/{id}/secret/
Path parameters
idstring required
The API client ID
Response
A client object with the new secret populated
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"
}Changes
Changed in 2 of the 23 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲