Skip to main content
GET https://api.getkato.io/oauth/clients/{clientId} Read the name, website, and fixed scope set of a registered OAuth client. See OAuth flow and credentials for client registration, authorization, and token rotation. No authentication required. Unknown clients return 404. Successful responses are cacheable for 300 seconds. This endpoint does not register a new client.

Parameters

string
required
Currently kato-raycast.

Response

200 — Returns the resource under data. Example IDs and values are illustrative.
200
Request
Set path-ID environment variables to values returned by your workspace before running the request.

Compatibility alias

GET /oauth/raycast/clients/{clientId} calls the same handler. Use /oauth/clients/{clientId} for new clients.