Skip to main content
POST
/
v1
/
posthog_request
posthog_request
curl --request POST \
  --url https://api.fetchbean.com/v1/posthog_request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>",
  "method": "<string>",
  "query": {},
  "body": {},
  "project_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
path
string
required
method
string
query
object
body
object
project_id

Response

Success

The response is of type object.