Hanzo
OpenapiIam

Returns the signed-in person's own account and the organization they belong to… — GET /v1/iam/get-account

Returns the signed-in person's own account and the organization they belong to — what a console reads to draw the account menu.

GET /v1/iam/get-account

Addresshttps://api.hanzo.ai/v1/iam/get-account
MethodGET
Operationget_iam_get-account
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the signed-in person's own account and the organization they belong to — what a console reads to draw the account menu.

Passwords, API secrets and MFA material are stripped. It answers for a session cookie or a bearer token alike.

Request

GET /v1/iam/get-account 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 iam get-account

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page