Skip to content
Coritan Docs

Client API: Platform Domains

Names claimed under the platform's customer suffixes, such as example.coritan.gg.

View as Markdown

Names claimed under the platform's customer suffixes, such as example.coritan.gg.

Base URL: https://api.coritan.com/api/v1. Paths below are complete.

To try these requests in the browser, open the interactive Client API reference.

GET /api/v1/client/platform-domains

Authentication: an access token, sent as Authorization: Bearer <token>.

Status Meaning
200 Success.

GET /api/v1/client/platform-domains/availability

Authentication: an access token, sent as Authorization: Bearer <token>.

Name In Type Required
label query string yes
suffix query string or null no
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

POST /api/v1/client/platform-domains/claims

Authentication: an access token, sent as Authorization: Bearer <token>.

application/json (required)

Field Type Required
label string yes
suffix string or null no
Status Meaning
201 Success.
422 The request is not valid. detail lists each problem.

DELETE /api/v1/client/platform-domains/claims/{claim_id}

Authentication: an access token, sent as Authorization: Bearer <token>.

Name In Type Required
claim_id path integer yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

(Re)queue the .<claim wildcard certificate

Section titled (Re)queue the .<claim wildcard certificate

POST /api/v1/client/platform-domains/claims/{claim_id}/certificate

(Re)queue the *.<claim> wildcard certificate. Claims request it on creation; this is for a claim made before the suffix was delegated, or after a failed order.

Authentication: an access token, sent as Authorization: Bearer <token>.

Name In Type Required
claim_id path integer yes
Status Meaning
202 Success.
422 The request is not valid. detail lists each problem.