Ycode API
Welcome to the Ycode Developer Docs.
The Ycode API lets you programmatically interact with your Ycode project’s data. You can manage collections and collection items through a RESTful interface, making it easy to integrate Ycode with external tools, automation platforms, and custom applications.
Base URL
All API requests are made to:
https://app.ycode.com/api/v1What you can do
- List collections in your project
- Create, read, update, and delete items within any collection
- Filter, sort, and paginate through collection items
- Include nested relations (references and multi-references) in responses
Getting started
- Create an API token in your project settings
- Authenticate requests using the
Authorization: Bearer <token>header - Start making requests to the
/collectionsand/itemsendpoints
Need help?
Visit ycode.com for more information about the Ycode platform.
Last updated on