1. Introduction

The Frontend API is designed for integration with your frontend / client-side of your application that cannot securely store secrets (e.g. native apps or single-page applications running entirely in the browser). It operates as the backbone of our pre-built UI components.

The Frontend API adheres to a commonly recognized RESTful structure, which should make its usage fairly intuitive. However, should you require any assistance, you are always welcome to contact us.

2. Configuration

To call our Frontend API, you only need the Frontend API URL and the Corbado project ID which you can find in the developer panel.

All requests accept form-encoded request bodies, and respond with a JSON-encoded body.

Your Frontend API can be accessed in the following format (default value):

https://<project ID>.frontendapi.corbado.io

3. API Reference

Corbado Logo