---
title: "POST /v1/sdks/{uid}/sample/access"
method: POST
path: "/v1/sdks/{uid}/sample/access"
tags: ["sdks"]
---

# POST /v1/sdks/{uid}/sample/access

`POST /v1/sdks/{uid}/sample/access`

Invites the caller to the SDK sample repositories

## Path parameters

- `uid` string, required

## Request body

- object
  - `language` 'typescript' | 'python' | 'cli' | 'csharp' | 'java' | 'ruby' | 'php' | 'go' | 'rust' | 'kotlin' | 'swift' | 'cpp' | 'dart'

## Response `200`

Default Response

- object
  - `repositories` object[], required
    - `repository` string, required
    - `invitationUrl` string, nullable, required
    - `failure` 'missing' | 'forbidden' | 'unavailable'

## Other responses

- `400` — Bad request
- `401` — No auth
- `403` — Forbidden
- `404` — Not found
- `422` — Invalid payload
- `500` — Uncaught error

## Changes

> 16 revisions in range; 3 could not be searched.

- **2026-08-14** `ac55136e1f2f` — 1 breaking, 1 info
  - added required request body
  - added the optional property `repositories/items/failure` to the response with the `200` status
- **2026-08-07** `8dff1e93bc68` — 1 info
  - api operation id `postv1SdksUidSampleAccess` removed and replaced with `postV1SdksUidSampleAccess`

[Change history](https://skmtc.dev/scalar/apis/core/changes/v1/sdks/:uid/sample/access/post.md)

---

[API](https://skmtc.dev/scalar/apis/core.md) · [All operations](https://skmtc.dev/scalar/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scalar/core/revisions/2c53f2191a3e/schema)
