Skip to main content
POST
/
v1
/
expo_apps
expo_apps
curl --request POST \
  --url https://api.fetchbean.com/v1/expo_apps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "account": "<string>",
  "first": 50,
  "after": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
account
string
first
integer
Required range: 1 <= x <= 100
after
string

Response

Success

The response is of type object.