Skip to content
GetmeDocs
Sign inCreate account

Getting started

  • Getme developer documentation

API Reference

  • Introduction
  • Authentication
  • Errors
  • Idempotent requests
  • Metadata
  • Pagination
  • Request IDs
  • Versioning
  • Webhooks
  • Event Catalog
  • SDKs and CLI

Core Resources

  • Auth
  • Events

Site Resources

  • Forms
  • Sites

Commerce Resources

  • Brands
  • Categories
  • Products
  • Services

Crm Resources

  • Customers

Other Resources

  • Media

Dev Tools

  • CLIBeta
  • Website source with the CLIBeta
  • Webhooks with the CLIBeta
  • SDKsBeta
  • Node SDKBeta
  • Python SDKBeta

Guides

  • Guides
  • Quickstart
  • Website source workflow
  • Webhook handler

Changelog

  • Changelog
  • June 10, 2026 - Developer platform docs beta
  • July 15, 2026 - Install token lifecycle safety
  • July 15, 2026 - Source-first site development
  • July 15, 2026 - Site source navigation warnings
Loading documentation...
HomeAPI referenceAPI reference

API reference

REST API for the Getme platform — authentication, conventions, and resource endpoints.

The Getme API is a REST API over HTTPS. Requests and responses are JSON, resources are accessed through predictable URLs, and standard HTTP verbs and status codes are used throughout.

bash
curl https://api.getmeonline.io/v1/ping \
  -H "Authorization: Bearer $GETME_API_KEY"

Authentication

Every request is authenticated with a bearer token. See Authentication.

Conventions

  • Introduction — base URLs, the response envelope, and how to read the reference.
  • Authentication — bearer tokens and auth modes.
  • Errors — status codes and error payloads.
  • Pagination — cursor-based list pagination.
  • Idempotent requests — safe retries with Idempotency-Key.
  • Versioning — date-based API versions.

Resources

The endpoint reference for each resource is generated from the public OpenAPI contract. Browse them in the sidebar under Core, Site, and Commerce resources.

On this page

  • Conventions
  • Resources