Sign in

Create store

documented

Create a new Foxy store and obtain store access tokens.

POST /storesStoresno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.foxy.io/stores" \
  -X POST \
  -H "FOXY-API-VERSION: 1" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/hal+json" \
  -H "Content-Type: application/json" \
  -H "h-captcha-code: {{$hcaptcha_code}}" \
  -d '{"store_name": "{{$store_name}}", "store_domain": "{{$store_domain}}", "store_url": "{{$store_url}}", "store_email": "{{$store_email}}", "postal_code": "{{$postal_code}}", "region": "{{$region}}", "country": "{{$country}}"}'
Create store · foxy · OpenIntegrations