# 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.

Source: https://www.coritan.com/docs/api/reference/organizations/partners/

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](https://api.coritan.com/docs/org).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| POST | [`/api/v1/orgs/{org_slug}/partners/medal/boosts`](#op-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 {#op-post-api-v1-orgs-org-slug-partners-medal-boosts}

`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``.

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `org_slug` | path | string | yes |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |
