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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
full_name
string
app_id
string

Response

Success

The response is of type object.