LogoLogo
  • Introduction
  • OVERVIEW
    • About ParqEx
      • -- Marketplace
      • -- Access+
      • -- GuestParq & GuestAccess
      • -- Enforcer
    • API Requirements
    • Roles and Permissions
  • GETTING STARTED
    • Requesting an Account
    • Using RESTful Tools
    • Webhooks
  • Embedding ParqEx in Native Mobile Apps
    • Overview
    • FAQ
    • Technical Documentation
      • iOS Implementation Guide
      • Android Implementation Guide
  • THE BASICS
    • Entities
    • Best Practices
    • Testing Accounts
  • OAUTH
    • Overview
    • How to Authorize Access
      • Step 1: Generate Authorization URL
      • Step 2: Handle Authorization Response
      • Step 3: Request an Access Token
      • Step 4: Call API Endpoints
      • Step 5: Refresh the Tokens
  • API ENDPOINTS
    • Overview
    • Get User Info
    • Get User Settings
    • Get User Devices
    • Toggle Access Point
    • Invite User (internal)
    • Get Access History
Powered by GitBook
On this page
  • Security
  • Caching and Querying

Was this helpful?

  1. OVERVIEW

API Requirements

In ParqEx's world, security is paramount. Therefore, the following requirements must be adhered to strictly:

Security

  • All requests must be made over HTTPS (no exceptions)

  • All requests are governed by OAuth 2.0 access tokens

Caching and Querying

  • Data related to the state of the door may not be cached

  • No long-polling of the service is allowed

Previous-- EnforcerNextRoles and Permissions

Last updated 4 years ago

Was this helpful?