Skip to main content
GET
/
apps
/
{app_id}
/
branches
curl "https://ecommerce.jelou.ai/apps/{app_id}/branches" \
  -H "Authorization: Bearer <API_KEY>"
app_id
string
required
Your store ID in Jelou Shop.
paginate
boolean
default:"true"
Send false to retrieve all branches without pagination.
curl "https://ecommerce.jelou.ai/apps/{app_id}/branches" \
  -H "Authorization: Bearer <API_KEY>"