AldrazA
ZITADEL3mo ago
Aldraz

SystemAPI doesn't work in v4.3.0

Following this tutorial no longer works:
https://zitadel.com/docs/guides/integrate/zitadel-apis/access-zitadel-system-api

I tried all kinds of things.. but can't manage to use the AddCustomDomain API.. it always gives me this error:

--- ERROR ---
Status Code: 401
Error Message: {"code":"unauthenticated","message":"Errors.Token.Invalid (AUTH-7fs1e)","details":[{"type":"zitadel.v1.ErrorDetail","value":"CgpBVVRILTdmczFlEhRFcnJvcnMuVG9rZW4uSW52YWxpZA","debug":{"id":"AUTH-7fs1e","message":"Errors.Token.Invalid"}}]}
Error Details (JSON): {
  "code": "unauthenticated",
  "message": "Errors.Token.Invalid (AUTH-7fs1e)",
  "details": [
    {
      "type": "zitadel.v1.ErrorDetail",
      "value": "CgpBVVRILTdmczFlEhRFcnJvcnMuVG9rZW4uSW52YWxpZA",
      "debug": {
        "id": "AUTH-7fs1e",
        "message": "Errors.Token.Invalid"
      }
    }
  ]
}
This guide focuses on the ZITADEL System API. To access the other APIs (Admin, Auth, Management), please checkout this guide.
Was this page helpful?