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

Request format

All requests must include the following headers:

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.