Hanzo
OpenapiIam

Returns everything a login screen needs to draw itself for one application: its… — GET /v1/iam/auth/application

Returns everything a login screen needs to draw itself for one application: its branding, and each sign-in method it offers with the provider details that…

GET /v1/iam/auth/application

Addresshttps://api.hanzo.ai/v1/iam/auth/application
MethodGET
Operationget_iam_auth_application
AuthAuthorization: Bearer $HANZO_API_KEY

Returns everything a login screen needs to draw itself for one application: its branding, and each sign-in method it offers with the provider details that method needs.

The client secret is masked. Read before anyone has signed in, so it carries only what is safe for a browser to see.

Request

2 fields.

FieldInTypeRequiredDescription
clientIdquerystringClientId is the application's OAuth client id — the one field that selects which login screen this is.
responseTypequerystringResponseType is the OAuth response type the screen will ask for.

Response

StatusBodyMeaning
200iam.Answerok
400iam.Answerbad request

200 body — 8 fields.

FieldInTypeAlwaysDescription
codebodystring
databodyobject
data2bodyobject
data3bodyobject
msgbodystring
namebodystring
statusbodystring
subbodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo iam auth application

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page