Quick Start

Make your first request

To make your first request, send a request to the apps endpoint. This will return all public apps.

Return all apps.

GET https://console.flecs.tech/api/v2/products/apps

Returns all apps.

Request Body

NameTypeDescription

store_id*

number

ID of the store

{
    "name"="Wilson",
    "owner": {
        "id": "sha7891bikojbkreuy",
        "name": "Samuel Passet",
    "species": "Dog",}
    "breed": "Golden Retriever",
}

Last updated