# Getting Started
# Base URL
The Base URL is https://api.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.12 | May 20, 2018 | receive_marketing field is added to Guest Information API /guests and /guests/:id end points |