---
title: "Test authorization and rate limits"
method: GET
path: "/Test"
tags: ["Test"]
---

# Test authorization and rate limits

`GET /Test`

## Response `200`

Return string "ok" on successful response

- string

## Other responses

- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `415` — Unsupported Media Type. Invalid Content-Type in the request header. Must be application/json or application/xml
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min

---

[API](https://skmtc.net/track-pod/apis/track-pod-api.md) · [All operations](https://skmtc.net/track-pod/apis/track-pod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/track-pod/track-pod-api/revisions/833e05afe46e/schema)
