You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
You can connect over the Yuri REST API with <serverdomain>(:<port>)/api.
To access the API, you need to generate an API token in the webinterface.
Navigate to your Yuri web interface and log in with your account and the web interface token. Then, klick on the button ▼ ADVANCED and klick on API TOKEN MANAGEMENT in the drop down menu. Then, click on CREATE TOKEN and copy the token with COPY TOKEN TO CLIPBOARD.
Authorization
If an endpoint is marked with , you need to pass the generated API token (not the web interface token of Yuri) either as Authorization header or as data key token.
IMPORTANT: Endpoints marked with only work if you run POST /api/login once before to create a session, which will be set to your token and used for those endpoints.