---
title: "Get your API key and secret"
method: GET
path: "/v1/user/keys"
tags: ["User"]
---

# Get your API key and secret

`GET /v1/user/keys`

Returns the API client key and secret for the authenticated account. Useful for confirming the credentials currently in use, but never embed this response in client-side code.

## Response `200`

Get your API key and secret

- TestingbotEntitiesApiCredentials — Testingbot_Entities_ApiCredentials model
  - `key` string, required — API client key.
  - `secret` string, required — API client secret. Treat as a password: never embed it in client-side code.

---

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