Getting Started
v1.0.1
YuuDrive API
Base-URL for our API is
Please make sure to use the API with https
only, http
requests will result in a HTTP 302
redirect to https
.
You can get the API Key here https://yuudrive.me/account
Response is json
, structure is as follows
Status Code
Code | Description |
200 | Everything is OK. Request succeeded |
400 | Bad request (e.g. wrong parameters) |
403 | Forbidden |
401 | Unauthenticated. Require an API key |
404 | Resource not Found |
Last updated