Skip to content
Coritan Docs

Organization API: Partners

Server-to-server calls from the brand's partners, such as the Medal quest that grants a free server a RAM boost.

View as Markdown

Server-to-server calls from the brand's partners, such as the Medal quest that grants a free server a RAM boost. Authenticated with that brand's partner key (Authorization: Bearer), never a staff or customer token.

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

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

Method Path Summary
POST /api/v1/orgs/{org_slug}/partners/medal/boosts Grant a free server the brand's Medal RAM boost

Grant a free server the brand's Medal RAM boost

Section titled Grant a free server the brand's Medal RAM boost

POST /api/v1/orgs/{org_slug}/partners/medal/boosts

Grant a free server the brand's Medal RAM boost.

Authenticated with Authorization: Bearer <key>, the brand's Medal key. server_address is the one required field, in a JSON or form body or the query string. An optional claim_id makes a retry answer with the grant it already made; dry_run checks the address and every rule and grants nothing. The contract is in API_DOCS.md.

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