Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
  1. Authorization
  • Introduction
  • Global Headers
  • Common HTTP Error Codes
  • API Permits
  • Rate Limiting
  • Authorization
    • Token Authorization
    • Member Authorization
    • User Authorization
  • API Contexts
    • Customer Context
    • LoyaltyClub Context
    • Global Context
  • Common Concepts
    • Localization
    • System URLs
    • Params Validation
    • Pagination
    • Sorting
  • Common Models
    • Common Data Formats
    • Member Model
    • API Entity Model
    • Opening Hours Model
  1. Authorization

User Authorization

NOTE
Currently, this kind of authorization works only internally, together with the MPC Web App.
API endpoints that are tagged with User authorization, allow to use API in context of MPC Users, authorized by OAuth Token issued for Users instead of API token.
The requests authorized with it should have it passed under Authorization header:
Authorization: Bearer <OAUTH_TOKEN>
The OAuth Token for User may be issued only for MPC User Interface.
Previous
Member Authorization
Next
API Contexts
Built with