Skip to main content
POST
/
v1
/
fireflies_analytics
fireflies_analytics
curl --request POST \
  --url https://api.fetchbean.com/v1/fireflies_analytics \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "start_time": "<string>",
  "end_time": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
start_time
string
end_time
string

Response

Success

The response is of type object.