/
/Gameball API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 60m ago · Updated 2d 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}/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

Information about a new plant added to the store

postWebhook/plant/webhook

Payload

namestring required

The name of the plant

tagstring

Tag to specify the type

idinteger required

Identification number of the plant

Response

Return a 200 status to indicate that the data was received successfully

Changes