# Getting Started
# Base URL
Alias [[BaseUrl]]
ENGAGEMENT Environment
The Base URL is https://api.iperawifi.com/api/v1
MIDDLE EAST Environment
The Base URL is https://api.me.iperawifi.com/api/v1
# Authentication
Authorization: Bearer <api_token>
The authentication method is Bearer. API token will be provided by IPERA.
# Content Type
The IPera REST API supports JSON content type and should be specified in the "Content-Type" HTTP header as "application/json"
Content-Type: application/json
# Notes
Date fields are returned in ISO 8601 format and in UTC (Coordinated Universal Time) timezone.
# Changelog
Version | Date | Description |
---|---|---|
v2.25 | Jun 03, 2025 | API Base URLs are separated based on environment |