---
title: "Check API key validity and resolve organization/project context."
method: GET
path: "/v1/ping/"
tags: ["stats"]
---

# Check API key validity and resolve organization/project context.

`GET /v1/ping/`

Both the Python and TypeScript SDKs call this endpoint on client construction to validate the API key and resolve the default `org_id` and `project_id`.

## Response `200`

The API key is valid.

- object
  - `status` string
  - `org_id` string
  - `project_id` string
  - `user_email` string, email

## Other responses

- `401` — Invalid API key.

---

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