End user APIs and frontend for self-service data access.
- Download the latest release of
support-clior runcargo run -p support-cli - Configure the API host with
support-cli config set host https://support-api.shared.oxide.computer - Choose an authentication mode based on the kind of session you want, either a short-term session token (id) or a long-term api token (token).
To log in with a short lived session run:
support-cli auth login oauth zendeskTo retrieve an IdP token run:
support-cli auth login oauth --request-idp-token zendeskIn addition to logging in, this command will also retrieve an IdP token and present it back. This can be used to interacte directly with the IdP's API.