
Business Centre, Sharjah Publishing City Free Zone, Sharjah, United Arab Emirates
This document provides instructions on how to use the /report and /api-key endpoints of the application.
https://impbid.com
Used to generate an API key for authentication.
POST
Content-Type: application/json
{
"user_name": "<your-username>",
"password": "<your-password>"
}
{
"api_key": "<generated-api-key>"
}
Fetches report data for a specific date range. Requires authentication via X-API-Key.
GET
X-API-Key: <your-api-key>
YYYY-MM-DD format (required)YYYY-MM-DD format (required)GET /report?start_date=2025-04-01&end_date=2025-04-10&format=json HTTP/1.1 Host: <your-host> X-API-Key: <your-api-key>
{
"reports": [
{
"timezone": "UTC",
"currency": "USD",
"data": {
"2025-04-13": [
{
"imps": 79073,
"cost": 25.6511
}
]
}
}
]
}
X-API-Key is kept secure and not shared.YYYY-MM-DD format.Copyright © 2025 All Rights Reserved.