Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Developers
Developers
  • 📖Documentation
    • Basic Concepts
      • Node JS
      • React
      • Postgres SQL
      • GraphQL
      • Git
      • API
  • 🔌API
    • Getting Started
      • Credentials
    • Users
      • Register User
    • Component Interface
      • Props
  • 🤖IDE
    • Getting started
    • Component View
      • CSS
      • Controller
      • Component
    • Compiler
    • Importing Code
      • Scripts
        • Manifest
      • Connectors
        • Manifest
      • Components
        • Manifest
    • Exporting Code
      • Design Systems
        • Custom React libraries
      • Guidelines
  • ⚙️Figma Plugin
    • Variables
      • Global Variables
      • Local Variables
      • Route Variables
      • Session Context
      • Window Variables
    • Actions
      • GraphQL Trigger
      • Refresh Query
      • Set Variable
      • Select and Navigate
  • 🎛️Settings
    • User Authentication
    • Git
    • External Deployment
    • Version Control
    • External DB Setup
    • SEO
Powered by GitBook
On this page
  • Overview
  • API
  • https://api.uncodie.com

Was this helpful?

  1. API

Getting Started

Uncodie provides a list of public access methods for your users

Overview

Uncodie API is accessible through REST for public methods useful for 3rd party integrations or adding custom logic to your app. This section is meant to describe the Uncodie API, not the application created or hosted with Uncodie.

Before you start be sure that your project is up and running and that you have your project ID available.

API

You can access uncodie API with your API key and secret through

https://api.uncodie.com

Uncodie will automatically use the root for the last updated version, whenever a new version is available you will get access through /version/endpoint, as long as this API version does not have any vulnerability

PreviousAPINextCredentials

Last updated 1 year ago

Was this helpful?

🔌