Phase 0 Sandbox • OpenAPI 3.1.0 Specification
No authorization token was provided in the request headers.
Authorization header:Authorization: Bearer tk_your_sandbox_token_here
The provided token is invalid, malformed, or has expired.
tk_, production tokens with sk_. Contact support to generate a new token if needed.
Production tokens (sk_*) are not allowed in Phase 0 sandbox mode.
tk_ prefix during Phase 0. Production tokens will be enabled in Phase 1+.
Unexpected error during authentication process.
request_id from the response and contact support if the issue persists.
A UUID parameter (seller-id, listing-id, etc.) is malformed or not a valid UUID v4.
xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx (36 characters with hyphens).
A required field is missing from the request body.
domain, price, currency.
Price must be a positive integer representing cents (e.g., 100000 = €1000.00).
120000 for €1200.00.
Page or limit parameter is invalid (must be positive integers).
page ≥ 1 and limit between 1-100. Example: ?page=1&limit=20
The requested listing does not exist or has been deleted.
GET /v1/sellers/{seller-id}/listings to retrieve available listings.
This domain already has an active listing.
The requested domain is not available for listing in the marketplace.
GET /v1/domains to retrieve the list of available domains.
The requested sale does not exist.
GET /v1/sellers/{seller-id}/sales to retrieve available sales.
You are attempting to access a sale that belongs to another seller.
Cannot modify payment details after payment has been completed.
The provided IBAN is not valid (format or checksum error).
ES9121000418450200051332. The API validates using MOD-97 algorithm.
Too many requests in a short time period.
Retry-After header for recommended wait time. Current limits: 100 requests per minute per token.
An unexpected error occurred while processing your request.
request_id from the error response and contact support. This is logged for investigation.