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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
provider
string
required

BYOK provider id, e.g. fireflies, posthog.

fields
object
required

The provider's connection fields (key + any config), per /v1/connections/providers.

label
string

Optional label.

Response

Created

The response is of type object.