zitadel/site/docs/apis/01-authentication.md
Livio Amstutz 3487a7a713
chore: rename master to main (#1550)
* chore: rename master to main

* docs
2021-04-07 16:07:15 +02:00

999 B

title description
Authentication API

Authentication aka Auth

The authentication API (aka Auth API) is used for all operations on the currently logged in user.

Service URI
REST https://api.zitadel.ch/auth/v1/
GRPC https://api.zitadel.ch/caos.zitadel.auth.api.v1.AuthService/

At a later date we might expose functions to build your own login GUI You can build your own user Register GUI already by utilizing the Management API

Latest API Version