Skip to main content
POST
/
v1
/
expo_builds
expo_builds
curl --request POST \
  --url https://api.fetchbean.com/v1/expo_builds \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "app_id": "<string>",
  "platform": "<string>",
  "status": "<string>",
  "limit": 50,
  "offset": 1
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
app_id
string
platform
string
status
string
limit
integer
Required range: 1 <= x <= 100
offset
integer
Required range: x >= 0

Response

Success

The response is of type object.