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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
mine
boolean

Response

Success

The response is of type object.