Arqqin Parking Management API
The Arqqin Parking Management API provides a comprehensive solution for managing parking access through vehicle whitelists. Built with a reference-based architecture, it allows partners to manage parking access by adding, updating, and removing vehicles in a whitelist per location.This API is designed for integration with property management systems, residential complexes, and commercial parking facilities.
Key Features
Vehicle Whitelist Management
Add, update, and remove vehicles from location-specific whitelists with full CRUD operations and flexible filtering.
Company & Location Management
Multi-tenant architecture supporting company registration, location management, and hierarchical access control.
Reference-Based Architecture
Group vehicles under any external entity using generic reference IDs (residents, contracts, units, fleets).
Comprehensive Status Monitoring
Live parking occupancy data, gate status, capacity information, and bulk location status reporting.
System Architecture
The API follows a comprehensive multi-tenant architecture:- Multi-Tenant Companies: Hierarchical company and location management with role-based access
- Secure Access: API key-based authentication with appropriate permissions for your use case
- Vehicle Whitelists: Managed per location with flexible filtering and reference-based grouping
- Reference IDs: Generic identifiers to group vehicles under any external entity (no PII required)
Why Reference-Based Architecture?
Why Reference-Based Architecture?
The reference-based approach provides flexibility and privacy:
- No PII Required: Reference IDs can represent any external entity without exposing personal information
- Flexible Grouping: Group multiple vehicles under residents, contracts, units, or fleet accounts
- Privacy Compliant: Maintains data privacy while enabling powerful vehicle management
- Integration Friendly: Easy to map to existing property management or CRM systems
Base URLs
- Staging
- Production
Authentication
All API requests require authentication using an API key in the request header:Quick Start
Get started with the API in four simple steps:1
Register Your Company
Use the
/register/company endpoint to register your organization and get started with the platform.2
Get Your API Key
Contact our support team at [email protected] to obtain your API key with appropriate permissions for your use case.
3
Explore Locations
Use the
/locations endpoint to discover available parking locations and their details.4
Manage Whitelist
Add vehicles to whitelists using the
/locations/{locationId}/whitelist endpoints with your reference IDs.What’s Next?
Company Registration
Register your organization and get started with the platform.
Authentication Guide
Learn about API key authentication and security best practices.
Quickstart Guide
Get up and running with your first API calls in minutes.
Whitelist Management
Comprehensive guide to managing vehicle whitelists.
Integration Examples
Real-world integration examples in JavaScript, Python, and cURL.

