Users
Log in
Login to console as user with password
POSThttps://console.flecs.tech/api/v2/auth/login
Body
issueJWTboolean
passwordstring
usernamestring
Response
Item created
Body
dataData
statusCodeinteger
statusTextstring
Request
Response
Create api validate
Validate authentication token
POSThttps://console.flecs.tech/api/v2/auth/validate
Body
jwtJwt
Response
Item created
Body
dataData
statusCodeinteger
statusTextstring
Request
Response
Get all products for a specific user
Get all products for a specific user
GEThttps://console.flecs.tech/api/v2/my/products
Query parameters
Header parameters
Response
All products of a user
Body
statusCode*integer
statusTextstring
data*productResponse (object)
Request
Response
Get all app products for a specific user
Get all app products for a specific user
GEThttps://console.flecs.tech/api/v2/my/products/apps
Query parameters
Header parameters
Response
All app products of a user
Body
statusCode*integer
statusTextstring
data*productResponse (object)
Request
Response
Get all subscriptions of a specific user
Get all subscriptions of a specific user
GEThttps://console.flecs.tech/api/v2/my/subscriptions
Query parameters
Header parameters
Response
All subscriptions of a user
Body
statusCode*integer
statusTextstring
data*subscriptions (object)
Request
Response
Last updated