- 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
- 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 configurations
GET
https://api.mpc.dev.placewise.com/v1/social_logins/configurations
API Permit:System:Api:SocialLogins:Index
API Context:Loyalty Club
Request
Query Params
ids
array[integer]Â |Â nullÂ
optional
type
enum<string>Â
optional
Allowed values:
applegoogle
per_page
integerÂ
optional
Header Params
X-Loyalty-Club-Slug
stringÂ
required
Default:
{{LOYALTY_CLUB_SLUG}}
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 --request GET 'https://api.mpc.dev.placewise.com/v1/social_logins/configurations?ids&type&per_page=&page_no=1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;'
Responses
🟢200Success
application/json
Body
social_logins
array[object (social_login.configuration) {6}]Â
required
name
stringÂ
required
type
enum<string>Â
required
Allowed values:
googleapple
loyalty_club_id
integerÂ
required
>= 1<= 9000
config
objectÂ
required
created_at
stringÂ
required
updated_at
stringÂ
required
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
{
"social_logins": [
{
"name": "dolore",
"type": "google",
"loyalty_club_id": 7279,
"config": {
"client_id": "veniam minim"
},
"created_at": "2025-01-22T14:04:49.515Z",
"updated_at": "2025-01-22T14:04:49.516Z"
},
{
"name": "velit",
"type": "google",
"loyalty_club_id": 312,
"config": {
"client_id": "qui exercitation Lorem"
},
"created_at": "2025-01-22T14:04:49.516Z",
"updated_at": "2025-01-22T14:04:49.517Z"
},
{
"name": "maxime",
"type": "google",
"loyalty_club_id": 4834,
"config": {
"client_id": "voluptate deserunt pariatur"
},
"created_at": "2025-01-22T14:04:49.518Z",
"updated_at": "2025-01-22T14:04:49.519Z"
}
],
"pagination_info": {
"total_count": 2050
}
}
Modified at 2025-04-09 08:47:48