Hanzo AI

List callback — GET /v1/provider/github/user/callback

Where GitHub returns the person.

GET /v1/provider/github/user/callback

Addresshttps://api.hanzo.ai/v1/provider/github/user/callback
MethodGET
Operationget_provider_github_user_callback
AuthAuthorization: Bearer $HANZO_API_KEY

Where GitHub returns the person. It verifies the state, burns its nonce, and parks the code for the console to complete; it exchanges nothing. PUBLIC and state-authed, like every OAuth return, and raw because it answers a browser with a redirect.

Request

GET /v1/provider/github/user/callback takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Provider API · All Hanzo APIs · Interactive reference

How is this guide?

On this page