Sign in

Create store for app

documented

Create a brand new store and a brand new user account for an application.

POST /v1/application/stores.jsonOAuth App Creatorsno 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.storenvy.com/v1/application/stores" \
  -X POST \\
  -H "Content-Type: application/json" \\
  -H "Accept: application/json" \\
  -d '{"client_id": "{{$client_id}}", "secret": "{{$secret}}", "name": "{{$name}}", "subdomain": "{{$subdomain}}", "owner": {"login": "{{$owner_login}}", "email": "{{$owner_email}}", "password": "{{$owner_password}}"}}'
Create store for app · Storenvy · OpenIntegrations