Tools
expo_submissions
Run the expo_submissions tool. Returns a clean, normalized JSON shape. Bring your own key — connect expo first via POST /v1/connections.
POST
expo_submissions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the expo_submissions tool. Returns a clean, normalized JSON shape. Bring your own key — connect expo first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/expo_submissions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"app_id": "<string>",
"limit": 50,
"offset": 1
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/expo_submissions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"app_id": "<string>",
"limit": 50,
"offset": 1
}
'{}