/
/Gameball API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 39m ago · Updated 6d ago
  • get/api/v4.0/integrations/customers
  • post/api/v4.0/integrations/customers
  • get/api/v4.0/integrations/customers/{customerId}
  • delete/api/v4.0/integrations/customers/{customerId}
  • get/api/v4.0/integrations/customers/{customerId}/details
  • get/api/v4.0/integrations/customers/{customerId}/coupons
  • get/api/v4.0/integrations/customers/{customerId}/hash
  • get/api/v4.0/integrations/customers/{customerId}/balance
  • get/api/v4.0/integrations/customers/{customerId}/tier-progress
  • get/api/v4.0/integrations/customers/{customerId}/tags
  • post/api/v4.0/integrations/customers/{customerId}/tags
  • delete/api/v4.0/integrations/customers/{customerId}/tags/{tag}
  • get/api/v4.0/integrations/customers/{customerId}/notifications
  • post/api/v4.0/integrations/customers/{customerId}/notifications/read
  • get/api/v4.0/integrations/referrals/validate
  • post/api/v4.0/integrations/events
  • get/plants
  • post/plants
  • delete/plants/{id}
Webhooks
  • post/plant/webhook

Creates a new plant in the store

post/plants

Request body

namestring required

The name of the plant

tagstring

Tag to specify the type

idinteger required

Identification number of the plant

Response

plant response

namestring required

The name of the plant

tagstring

Tag to specify the type

Changes