/
/Gameball API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h 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

Returns all plants from the system that the user has access to

get/plants

Query parameters

limitinteger

The maximum number of results to return

Response

Plant response

namestring required

The name of the plant

tagstring

Tag to specify the type

Changes