---
title: "Authenticate API Key"
method: POST
path: "/v1/api-keys/authenticate"
tags: ["BackendService"]
---

# Authenticate API Key

`POST /v1/api-keys/authenticate`

## Request body

- AuthenticateAPIKeyRequest
  - `secretToken` string

## Response `200`

OK

- AuthenticateAPIKeyResponse
  - `apiKeyId` string
  - `organizationId` string
  - `actions` string[]

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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