Placewise API
Get startedExplore
Performance Cloud 🗗Placewise 🗗
Get startedExplore
Performance Cloud 🗗Placewise 🗗
IndexPublic APIManagement APIUsers API
Operations APIMessaging APIReporting APIML APIData API
IndexPublic APIManagement APIUsers API
Operations APIMessaging APIReporting APIML APIData API
  1. Subunits Scopes
  • Introduction
  • Users
    • Introduction
    • Account
      • Show Notifications Settings
      • Update Notifications Settings
    • List Users
      GET
  • Conversations
    • Introduction
    • Conversations
      • Mark Conversation as "received"
      • Create Conversation
      • List Conversations
      • Show Conversation
      • Mark Conversation as "seen"
      • Archive Conversation
    • Messages
      • Create Message
      • List Messages
      • Archive Message
  • Notifications
    • List Notifications
      GET
    • Show Notification
      GET
    • Mark all Notifications as Received
      PUT
    • Mark Notification as Seen
      PUT
    • Mark all Notifications as Seen
      PUT
    • Mark Notification as Received
      PUT
  • Subunits Scopes
    • List Subunits Scopes for User
      GET
Get startedExplore
Performance Cloud 🗗Placewise 🗗
Get startedExplore
Performance Cloud 🗗Placewise 🗗
IndexPublic APIManagement APIUsers API
Operations APIMessaging APIReporting APIML APIData API
IndexPublic APIManagement APIUsers API
Operations APIMessaging APIReporting APIML APIData API
  1. Subunits Scopes

List Subunits Scopes for User

Pending
GET
https://api.mpc.dev.placewise.com/v1/users/me/customers/subunit_scopes
API Permit:Customers:Api:Users:SubunitScopes:Index
API Context:Customer
Authorizations:UserToken
Returns list of scopes available for current user.

Query Parameters#

ParameterTypeDefaultDescription
per_pageinteger100Number of results to be returned per request (100 is the maximum)
page_nointeger1Number of results page
with_archivedboolean1When true, also archived (soft-deleted) will be returned

Example#

When successful, returns object containing scopes and PaginationInfo
{
  "subunit_scopes": [], // List of documents - see 'Document model'
  "pagination_info": {} // Pagination info - see 'Pagination info'
}

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/customers/subunit_scopes' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'
Response Response Example
{}
Previous
Mark Notification as Received
Built with