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

Stores

Methods allow you to get a list of portal stores or information on a specific store.

GET /stores

Return a list of stores.

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

GET /stores/{id}

Returns information about store by ID.

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|
Updated 20 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Tasks
Docs powered by archbee 
Request example
TABLE OF CONTENTS
GET /stores
GET
Request example
GET /stores/{id}
GET
Request example