Tools
clerk_sessions
Run the clerk_sessions tool. Returns a clean, normalized JSON shape. Bring your own key — connect clerk first via POST /v1/connections.
POST
clerk_sessions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the clerk_sessions tool. Returns a clean, normalized JSON shape. Bring your own key — connect clerk first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/clerk_sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>",
"client_id": "<string>",
"status": "<string>",
"limit": 250,
"offset": 123
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/clerk_sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>",
"client_id": "<string>",
"status": "<string>",
"limit": 250,
"offset": 123
}
'{}