Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
  1. Get started
  • 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. Get started

Common HTTP Error Codes

CodeDescription
400Request parameters cannot be parsed (for example, when expecting JSON and given body is not valid JSON format)
401X-Client-Authorization is invalid (or doesn't match provided loyalty club or product)
402Feature is not enabled or not configured properly for the Loyalty Club
403Not authorized to perform this action (provided X-Client-Authorization doesn't have required permit)
404The requested resource doesn't exist
405Action cannot be performed for given resource (e.g. given record is not destroyable)
422Invalid parameters are provided (e.g. incorrect properties on member creation)
444Security rejection. This request was rejected by our WAF system to prevent any possible attacks.
460OAuth token required for the action is invalid (applies only to OAuth-related actions - see OAuth flow)
470Some of required header is missing
471Some of headers is incorrect
503Server is down for maintenance
Also, most of handled errors have JSON response body like this:
{"error": "Message describing what went wrong"}
Previous
Global Headers
Next
API Permits
Built with