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

Manufacturers

Methods allow you to get a list of portal manufacturers or information on a specific manufacturer.

GET /manufacturers

Return a list of manufacturers.

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 manufacturers.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about manufacturers.

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



GET /manufacturers/{id}

Returns information about manufacturer 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

Manufacturer ID.

name string [ 1 .. 255 ] characters

Manufacturer name.



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