---
title: "Verify Authentication Key"
method: GET
path: "/api/v1/verify-auth-key"
tags: ["Authentication"]
---

# Verify Authentication Key

`GET /api/v1/verify-auth-key`

Verify that your API authentication key is valid and working. Use this endpoint to test your API credentials before making actual API calls.

## Response `200`

Authentication key is valid

- object
  - `data` object — Empty object on successful verification
  - `message` string — Response message confirming authentication

---

[API](https://skmtc.dev/thewayl/apis/wayl-api.md) · [All operations](https://skmtc.dev/thewayl/apis/wayl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thewayl/wayl-api/revisions/ee660efc8daf/schema)
