Skip to main content

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)
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

https://apistg.arqq.in/api/

Authentication

All API requests require authentication using an API key in the request header:
X-API-Key: YOUR_API_KEY
Keep your API keys secure and never expose them in client-side code. Contact [email protected] to obtain your API key.

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?