- Overview
- Reference
- API Structure
- Public API
- Introduction
- Loyalty Club
- Member
- Offers
- Rewards
- Games
- CMS Content
- Management API
- Introduction
- Core
- Applications
- Privacy Policy
- Cookie Policy
- Terms
- Domains
- Domain Email Configs
- Domain Web Configs
- TLS Certificates
- Links
- Fonts
- Subunits
- Subunits Scopes
- SMS Sender Identities
- Contacts
- Translations
- Promotions Policy
- Tracker
- Social Logins
- Billing
- Members
- Listing Members
- Member Profile
- Imports
- Groups
- Programs
- Benefits
- Cars
- Webhooks
- Misc
- Receipts
- Stores
- V4 API
- Stores
- Retailers
- Categories
- Store Categories
- V3 API
- Offers
- Rewards
- Triggerer
- CMS
- Introduction
- Pages
- Components
- Website
- Website Domains
- Venue Info
- Landing Pages
- Landing Page Templates
- Articles
- Events
- Events Groups
- Job Postings
- Press Releases
- Tags
- Service Messages
- Content Prototypes
- ContentPrototype Model
- List Content Prototypes
- Show Content Prototype
- Create Content Prototype
- Update Content Prototype
- Destroy Content Prototype
- List Organization Content Prototypes
- Show Organization Content Prototype
- Create Organization Content Prototype
- Update Organization Content Prototype
- Destroy Organization Content Prototype
- Mixed Content
- Attachments
- Events
- Games
- Scraper
- Files
- Receipts
- Users API
- Operations API
- Introduction
- Manager API
- Tenant API
- Messaging API
- Data API
- ML API
- Introduction
- Predict Sending KPI v1
- Explain Sending KPI Prediction v1
- Predict Sending KPI In Date Range v1
- Predict Sending Popularity v2
- Predict Sending Text Popularity v2
- Predict Sending Time Series Popularity v2
- Explain Sending Popularity Prediction v2
- Explain Sending Text Popularity Prediction v2
- Explain Sending Time Series Popularity Prediction v2
- Recommend sending time v2
- Generate Image
- Generate Text
- Generate Sending Text
- (Draft) Reporting API
- Other
List Stores
GET
https://api.mpc.dev.placewise.com/v4/stores
API Permit:Stores:Api:Stores:Index
API Context:Customer
Authorizations:UserToken
Request
Query Params
status
stringÂ
optional
Example:
published
type
stringÂ
optional
Example:
store
category_id[]
array[integer]
optional
Example:
["12"]
external_id
stringÂ
optional
Example:
1
search
stringÂ
optional
Example:
store
ids[]
array[string]
optional
Example:
["1","2"]
per_page
integerÂ
optional
sort_directions[]
enum<string>Â
optional
Allowed values:
ASCDESC
Default:
DESC
Examples:
ASCDESC
with_archived
booleanÂ
optional
Default:
false
only_archived
booleanÂ
optional
Default:
false
Header Params
X-Client-Authorization
stringÂ
optional
Default:
{{API_TOKEN}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.mpc.dev.placewise.com/v4/stores?status=published&type=store&category_id[]=12&external_id=1&search=store&ids[]=1&ids[]=2&per_page=&page_no=1&sort_by[]=id&sort_directions[]=DESC&with_archived=false&only_archived=false' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
Responses
🟢200Success
application/json
Body
stores
array[object (Store) {40}]Â
required
id
integer <uint64>
read-onlyrequired
Example:
1
name
stringÂ
required
Example:
Infinity Store
slug
stringÂ
required
Example:
infinity-store
type
enum<string>Â
optional
Allowed values:
storecinemadiningoffice
Default:
store
Example:
store
description
required
zip_code
string  | nullÂ
required
Example:
33-232
region
string  | nullÂ
required
Example:
Shire
address
string  | nullÂ
required
Example:
Bag End
city
string  | nullÂ
required
Example:
Hobbiton
phone_number
required
email
required
website_url
required
website_text
required
location_description
required
map_key
string  | nullÂ
required
Example:
55
social_profiles
object (cms.social_profiles)Â
required
opening_hours
required
opening_hours_text
object (LocalizedContent)  | nullÂ
required
Example:
{"en":"Text"}
opening_hours_inherited
booleanÂ
required
Default:
false
status
enum<string>Â
required
Allowed values:
draftpublishedunpublished
Example:
published
status_message
object (LocalizedContent)  | nullÂ
required
Example:
{"en":"Text"}
locales
array[string]
required
Example:
["en"]
products
array[string]
required
Example:
["website"]
sorting_priority
integerÂ
required
Example:
0
receipt_names
array[string]
required
receipt_addresses
array[string]
required
created_at
string <date-time>
read-onlyrequired
Example:
2022-11-05T16:25:58.099512Z
updated_at
string <date-time>
read-onlyrequired
Example:
2022-11-15T16:25:58.099512Z
discarded_at
string <date-time> | nullÂ
read-onlyrequired
Example:
2022-11-15T16:25:58.099512Z
logo
object (File)  | nullÂ
read-onlyrequired
images
array[object (File) {6}]Â
read-onlyrequired
retailer
required
categories
array [object {3}]Â
read-onlyrequired
us_legacy_data
object  | nullÂ
required
national_deals_sync_policy_mode
enum<string>Â Â |Â enum<null>Â
required
Allowed values:
draftdisabledpublish
Default:
publish
Example:
publish
external_master
string  | nullÂ
required
external_id
string  | nullÂ
optional
external_url
string  | nullÂ
required
floor
stringÂ
optional
pagination_info
object (PaginationInfo)  | nullÂ
read-onlyrequired
count
integerÂ
read-onlyrequired
Example:
1000
total_count
integerÂ
required
>= 1
Example:
2050
per_page
integerÂ
read-onlyrequired
Example:
1000
total_pages
integerÂ
read-onlyrequired
Example:
3
current_page
integerÂ
read-onlyrequired
Example:
1
next_page
integer  | nullÂ
read-onlyrequired
Example:
2
prev_page
integer  | nullÂ
read-onlyrequired
Example:
null
is_first_page
booleanÂ
read-onlyrequired
Example:
true
is_last_page
booleanÂ
read-onlyrequired
Example:
false
is_out_of_range
booleanÂ
read-onlyrequired
per_page
param out of range?Example:
false
offset
integerÂ
read-onlyrequired
Example:
0
Example
{
"stores": [
{
"id": 1,
"retailer_id": 54,
"name": "Infinity Store",
"slug": "infinity-store",
"type": "store",
"description": {
"en": "Text"
},
"zip_code": "33-232",
"region": "Shire",
"address": "Bag End",
"city": "Hobbiton",
"phone_number": "4740769126",
"email": "somebody@example.com",
"website_url": "https://example.com",
"website_text": {
"en": "Text"
},
"location_description": {
"en": "Text"
},
"map_key": "55",
"social_profiles": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"instagram": "https://example.com",
"linkedin": "https://example.com",
"snapchat": "https://example.com",
"tiktok": "https://example.com",
"youtube": "https://example.com",
"pinterest": "https://example.com"
},
"opening_hours": [
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
}
],
"opening_hours_text": {
"en": "Text"
},
"opening_hours_inherited": false,
"status": "draft",
"status_message": {
"en": "Text"
},
"locales": [
"en"
],
"products": [
"website"
],
"sorting_priority": 0,
"receipt_names": [
"string"
],
"receipt_addresses": [
"string"
],
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"discarded_at": "2022-11-15T16:25:58.099512Z",
"logo": {
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
},
"images": [
{
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
}
],
"retailer": {
"id": 1,
"name": "Placewise",
"slug": "slug",
"country": "NO",
"description": {
"en": "Text"
},
"phone_number": "4740769126",
"email": "somebody@example.com",
"website_url": "https://example.com",
"logo": {
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
},
"us_legacy_data": {},
"external_master": "scraper",
"social_profiles": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"instagram": "https://example.com",
"linkedin": "https://example.com",
"snapchat": "https://example.com",
"tiktok": "https://example.com",
"youtube": "https://example.com",
"pinterest": "https://example.com"
},
"images": [
{
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
}
],
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
},
"categories": [
{
"id": 1,
"slug": {
"en": "Text"
},
"title": {
"en": "Text"
}
}
],
"us_legacy_data": {},
"national_deals_sync_policy_mode": "publish",
"external_master": "string",
"external_id": "string",
"external_url": "string",
"floor": "string"
}
],
"pagination_info": {
"count": 1000,
"total_count": 2050,
"per_page": 1000,
"total_pages": 3,
"current_page": 1,
"next_page": 2,
"prev_page": null,
"is_first_page": true,
"is_last_page": false,
"is_out_of_range": false,
"offset": 0
}
}
Modified at 2025-02-24 14:01:33