Skip to content

Definitions

admin-hashedtokens edited this page Mar 30, 2026 · 4 revisions

In this page, we'll define the data that we'll be talking about often.

Endpoint (E)

It's a string that's similar to a directory path as given in the examples below

/run/code 
/v1/some/operation

Request (Q)

The data that's sent as a payload in the request when somebody calls an endpoint as given in the example below

Response (P)

The data that's received as a payload in the response when endpoint processing is completed as given in the example below

Clone this wiki locally