Verify and provision a custom domain
Re-checks the verification TXT record, attaches the host to Vercel, and advances the domain's status (pending_dns → verifying → active). Returns the updated domain.
Re-checks the verification TXT record, attaches the host to Vercel, and advances the domain's status (pending_dns → verifying → active). Returns the updated domain.
Authorization
bearerAuth gallery:createA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: gallery:create
Path Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "hostname": "string", "status": "pending_dns", "status_detail": "string", "verification_token": "string", "is_primary": true, "dns_records": [ { "type": "CNAME", "name": "string", "value": "string", "purpose": "routing" } ], "created_at": "string", "verified_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}List the gallery's custom domains GET
Returns the gallery's custom domains, their verification/attach status, and the DNS records to publish.
List a drop's allocation queue GET
Returns the drop's ranked claim queue (the selection outcome) in position order — the gallerist review read-back. Each row is one entrant: their rank and claim state. Empty until the selection engine has run at `closes_at`.