Look up a registered OAuth client
OAuth
Look up a registered OAuth client
Used by the Dev Portal consent page to validate client_id and redirect_uri before approval or denial.
GET
Look up a registered OAuth client
Headers
HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.
Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.
Query Parameters
Example:
"echozero-cli"
Example:
"http://127.0.0.1:8765/callback"
Response
200 - undefined