Skip to main content
This documentation in only used for purpose of Run API, Platform API has different section.
RevoEngine - Run API Introduction
1

Firstly

A client sends HTTP request to Run API Endpoint.
2

Secondly

Validates Token & Instance based on Authentication mechanism.
3

Moreover

We are matching requested Method and Path against configured Active Endpoints, then we validate request against Guard if configured and execute attached Component if configured.
4

Lastly

We return Response together based on Configuration.