Hanzo
OpenapiTeam

Returns the identity providers this deployment starts a login with.

Returns the identity providers this deployment starts a login with. It is always exactly one — hanzo.id.

GET /v1/team/account/providers

Addresshttps://api.hanzo.ai/v1/team/account/providers
MethodGET
Operationget_team_account_providers
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the identity providers this deployment starts a login with. It is always exactly one — hanzo.id. Which identities that door accepts (Google, GitHub, passkey, password) is IAM's question, answered on IAM's own page next to the identity check and the training-data consent that must precede a first session; listing them here would be a second place holding that answer, and the two drift the moment IAM gains or drops one.

Request

GET /v1/team/account/providers takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200ProviderInfo[]ok

200 body — 2 fields.

FieldInTypeAlwaysDescription
[].displayNamebodystringDisplayName is the human label for the sign-in button; this deployment sends "Hanzo".
[].namebodystringName is the provider id, and it is the value that goes back in the URL to start a login: GET /v1/team/account/auth/{provider}.

Failure carries the platform error shape — see Errors.

Examples

hanzo team account providers

Team API · All Hanzo APIs · Interactive reference

How is this guide?

On this page