Skip to main content
POST
/
v1
/
clerk_sessions
clerk_sessions
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
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
user_id
string
client_id
string
status
string
limit
integer
Required range: 1 <= x <= 500
offset
integer

Response

Success

The response is of type object.