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 /stores
GET
Params
Header Parameters
Authorization
required
String
String in "Token XXXXXX..." format.
Body Parameters
limit
optional
Integer
The number of results to return per page.
offset
optional
Integer
The initial index from which to return the results.



GET /stores/{id}

Returns information about store by ID.

GET /stores/{id}
GET
Params
Path Params
id
required
String
Stores ID.
Header Parameters
Authorization
required
String
String in "Token XXXXXX..." format





Updated 20 Apr 2022
Did this page help you?
Yes
No
PREVIOUS
SKU
NEXT
Tasks
Docs powered by archbee 
Request example