website logo
⌘K
🚀Welcome to Eyrene
🎉What's New
😎Tutorials
📱Mobile App
💻Web Portal
🔌API
Docs powered by archbee 

Categories

Methods allow you to get a list of portal brands or information on a specific brand.

GET /categories

Return a list of categories.

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|

Response parameters​

count integer

The number of categories.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about categories.

  • id integer Category ID.
  • name string [ 1 .. 255 ] characters Category name.



GET /categories/{id}

Returns information about the category by ID.

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|

Response parameters​

id integer

Category ID.

name string [ 1 .. 255 ] characters

Category name.

Updated 14 Apr 2022
Did this page help you?
Yes
No
UP NEXT
DQI types
Docs powered by archbee 
Request example
TABLE OF CONTENTS
GET /categories
GET
Request example
Response parameters​
GET /categories/{id}
GET
Request example
Response parameters​