GET /v1/me as a health check or connection-test step — it confirms the API key is valid and returns the tenant it belongs to. This endpoint is ideal for validating a newly issued key or testing connectivity during integration setup. It intentionally returns the minimum possible payload and does not include the key’s scopes.
Endpoint
Authorization header. It accepts no path parameters, query parameters, or request body.
Example Request
Response
A successful request returns200 OK with a MeResponse body.
string
The unique tenant identifier this API key belongs to. Use this value to confirm you are authenticating against the correct Knock2 tenant.
string
Always
"ok" for a successful response.