---
title: "Get partner capabilities"
method: GET
path: "/auth/api-tokens/capabilities"
tags: ["API Tokens"]
---

# Get partner capabilities

`GET /auth/api-tokens/capabilities`

Returns the partner capability configuration for the authenticated user, including whether token management is enabled and which scopes are allowed for self-service token derivation. Requires Privy authentication (Bearer token).

## Response `200`

Partner capability configuration

- PartnerCapabilitiesResponse
  - `partnerProfileId` integer, required — Partner profile ID
  - `tokenManagementEnabled` boolean, required — Whether the partner can manage tokens via self-service endpoints
  - `allowedScopes` string[], required — Scopes the partner is allowed to request when deriving tokens

## Other responses

- `401` — Requires Privy authentication

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/versions/f60847044e0d/schema)
