Stacks docs home pagelight logodark logo
  • Pricing
  • Support
  • Dashboard
  • Dashboard
Documentation
API Reference
Change log
  • Documentation
  • Documentation
  • Feature board
  • Blog
  • API Documentation
    • Introduction
    Links
    • GET
      list links
    • GET
      show link
    • POST
      create link
    • PATCH
      update link
    • DEL
      delete link
    Collections
    • GET
      list collections
    • GET
      show collection
    • POST
      create collection
    • PUT
      update collection
    • DEL
      delete collection
    Files
    • GET
      list files
    • GET
      show file
    • POST
      create file
    • PUT
      update file
    • DEL
      delete file
    Pages
    • GET
      list user pages
    • GET
      show user page
    • POST
      create user page
    • PUT
      update user page
    • DEL
      delete user page
    Collections
    • GET
      list collections
    • POST
      create collection
    • GET
      show collection
    • PUT
      update collection
    • DEL
      delete collection
    • PATCH
      update collection
    Files
    • GET
      list files
    • POST
      create file
    • GET
      show file
    • PUT
      update file
    • DEL
      delete file
    Links
    • GET
      list links
    • POST
      create link
    • GET
      show link
    • DEL
      delete link
    • PATCH
      update link
    Pages
    • GET
      list user pages
    • POST
      create user page
    • GET
      show user page
    • PUT
      update user page
    • DEL
      delete user page
    • PATCH
      update user page
    API Documentation

    Introduction

    Example section for showcasing API endpoints

    If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.

    ​
    Welcome

    There are two ways to build API documentation: OpenAPI and MDX components. For the starter kit, we are using the following OpenAPI specification.

    Plant Store Endpoints

    View the OpenAPI specification file

    ​
    Authentication

    All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

    "security": [
      {
        "bearerAuth": []
      }
    ]
    

    Was this page helpful?

    list links
    xgithublinkedin
    Powered by Mintlify
    On this page
    • Welcome
    • Authentication