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

Token Authorization

API endpoints that are tagged with Token authorization allow to access API by token issued for specific API client.
The requests authorized with the token should have it passed under X-Client-Authorization header:
X-Client-Authorization: uzeYpb5YredkgmtHo3UCK8YtBfSg
API tokens are prepared for specific integrations by our Support team - if you miss your authentication token, please let us know.
Each token has specific set of permits assigned. Depending what permits are assigned, access to some of the endpoints may be restricted, if you miss permits you need, please let us know.
WARNING
Please note that all endpoints except for those within Public API operate on confidential customer data. Tokens with access to such endpoints should not be exposed publicly (e.g. in frontend code).
Previous
Authorization
Next
Member Authorization
Built with