Skip to content
Cloud infrastructure/devops

combell.com

Public sandbox and mock API

# Introduction This API allows resellers to manage their resources in a simple, programmatic way using HTTP requests. # Conventions ## Requests The API supports different methods depending on the required action. | Method | Description | --- | --- | GET | Retrieve resources in a collection or get a single resource.<br/>Getters will never have any effect on the queried resources. | POST | Create a Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
75
Collections
-
Event types
-
example request
curl https://your-combell.slurry.io/v2/accounts \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version v2.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 75.

  • GET/accounts
  • POST/accounts
  • GET/accounts/{accountId}
  • GET/dns/{domainName}/records
  • POST/dns/{domainName}/records
  • GET/dns/{domainName}/records/{recordId}
  • PUT/dns/{domainName}/records/{recordId}
  • DELETE/dns/{domainName}/records/{recordId}
  • GET/domains
  • POST/domains/registrations
  • POST/domains/transfers
  • GET/domains/{domainName}