Skip to content

API Overview

Base URL

https://api.ikamet.com/api/v1/production/

Authentication

All API requests require a Bearer token:

Authorization: Bearer <token>

Tokens are issued by Ikamet for approved integration partners.

Response format

All endpoints return JSON:

{
"success": true,
"data": { ... }
}

On error:

{
"success": false,
"message": "Error description"
}

Rate limiting

API requests are rate-limited per token. Contact your Ikamet integration contact for specific limits applicable to your integration.

Support

For API support, email [email protected].