Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://shelfforce.ai/api/v1/alerts/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "title": "<string>", "message": "<string>", "createdAt": "2023-11-07T05:31:56Z", "sourceId": "<string>", "placeId": "<string>", "snoozedUntil": "2023-11-07T05:31:56Z", "actionedBy": "<string>", "actionedAt": "2023-11-07T05:31:56Z", "isPinned": true, "metadata": {}, "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieves full details for an alert.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Alert ID
Alert details.
Show child attributes