curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/oauth2/clients?per_page=&page_no=1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: '
{
"clients": [
{
"id": "c59531ae-5739-4ee7-9d24-9badc6ad47b9",
"confidential": true,
"redirect_uris": [
"https://unaware-feather.name",
"https://forceful-habit.us/",
"https://indelible-middle.org"
],
"post_logout_redirect_uris": [
"https://royal-cop-out.com/",
"https://noxious-hundred.org",
"https://whopping-comestible.name/"
],
"scopes": [
"openid",
"offline_access"
],
"secret": "******",
"loyalty_club_id": 35,
"application_identifier": "yvykmyxac"
},
{
"id": "a3aed05d-603a-4fc3-bb97-35b29a13c493",
"confidential": false,
"redirect_uris": [
"https://alienated-opera.com/",
"https://illustrious-formula.com/",
"https://those-attraction.biz/"
],
"post_logout_redirect_uris": [
"https://unsung-trench.com"
],
"scopes": [
"openid"
],
"secret": null,
"loyalty_club_id": 41,
"application_identifier": "fcedmgvyci"
}
]
}