Skip to main content
The Yuko API is organized around REST. Our API has predictable, resource-oriented URLs and uses standard HTTP response codes to indicate success or failure. All request and response bodies are JSON.

Base URL

https://api.yukoapp.com/api/v1/public

Request format

All requests must include the following headers:
HeaderValue
AuthorizationBearer YOUR_API_KEY
Content-Typeapplication/json

Response format

All responses return JSON. Successful responses include the requested resource. Error responses include an error object with a message field describing what went wrong.