Skip to main content
GET
/
v2
/
external
/
verticales
cURL
curl --request GET \
  --url https://staging.api.eu-west-3.lokki.rent/v2/external/verticales \
  --header 'x-access-token: <api-key>'
[
  {
    "id": "BIKE",
    "infos": {
      "name": "Vélo"
    }
  }
]
Retrieve the list of all verticales supported by Lokki. Verticales are the top-level classification for rental items and stores.

Authorizations

x-access-token
string
header
required

Query Parameters

lang
string
required

Response

200 - application/json
id
enum<string>
required

Unique identifier for the verticale

Available options:
BIKE,
ELECTRIC_BIKE,
MOPED,
MOTORCYCLE,
CAR,
SCOOTER,
SKI,
CLIMBING,
SNOWSHOES,
SURF,
PADDLE,
CANOE_KAYAK,
BOAT,
EVENT,
MOTOCULTURE,
TOOLING
Example:

"BIKE"

infos
object
required

Descriptive information about the verticale