Skip to Content
DocsIntroduction

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/v1

What 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

  1. Create an API token in your project settings
  2. Authenticate requests using the Authorization: Bearer <token> header
  3. Start making requests to the /collections and /items endpoints

Need help?

Visit ycode.com  for more information about the Ycode platform.

Last updated on