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 underdata. Example IDs and values are illustrative.
200
Request
Compatibility alias
GET /oauth/raycast/clients/{clientId} calls the same handler. Use /oauth/clients/{clientId} for new clients.