Skip to main content

Retrieve my authorizations

GET 

/user-grants/me/authorizations/

Retrieve Current User Authorizations.

This endpoint retrieves all authorization grants for the currently authenticated user using the Zitadel client. It queries the user's organization for available grants and returns them in a list.

Response:​

  • 200 OK: Returns a list of authorization grants for the current user.
  • 401 Unauthorized: If the user is not authenticated.
  • 403 Forbidden: If the user lacks necessary permissions.

🔒 Authentication​

This endpoint require a valid OAuth2 Bearer

Responses​

Successful Response