Skip to main content
In its own essence, Endpoints are very similar to Jobs, with a difference that they are not triggerred upon Schedule or Event but synchronous API request-response with configured Method and Path instead, we have a dedicated section about Endpoints, check the cards below.

Introduction

Get understanding of how does Run API (Endpoints) works in general.

Configuration

Read more about creating API Endpoint.

Routing

Read how we handle routing based on your method and path.

Guard

Validate headers, query parameters or payload before it reaches your Component.

Authentication

Wondering about authentication? Read more about it here.

HTTP Codes

How do we handle HTTP response codes? Read more about it here.