Guides
Practical integration guides for building on Getme with the API, webhooks, CLI, and SDKs.
Use these guides when you want a workflow rather than a reference page. Each guide points back to the contract-driven API, webhook, CLI, and SDK surfaces so examples stay aligned with the public platform model.
Start here
- Quickstart - create credentials and make your first API request.
- Website source workflow - pull, validate, save, preview, and request publication for site source.
- Webhook handler - receive signed event deliveries safely.
Integration path
Most production integrations follow this order:
- Create a developer app and install it into a test workspace.
- Use an app-install token server-side with the API, SDK, or CLI.
- Subscribe to webhook events needed by your integration.
- Save website or commerce changes into safe draft/development flows before requesting publication.
- Move to live credentials only after test mode behavior is verified.