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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

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

Response

Success

The response is of type object.