[coordinator_url]/swagger
. If you use StarTree ThirdEye or the Helm charts, Swagger is also exposed by the frontend app at [your_thirdeye_url]/swagger
.
[your_thirdeye_url]/swagger
Authorization
header with the token value as the base64 encoded value of username:password
prefixed with Basic
.
Example:Authorization: Basic YWRtaW46cGFzcw==
where YWRtaW46cGFzcw==
is the base64 encoded value of admin:pass
.
To encode on macOs:
YWRtaW46cGFzcw==
in the Swagger UI as Basic YWRtaW46cGFzcw==
.