Getting Started with Kinexa API
Getting Started with Kinexa API
Base URL
https://api.kinexa.id/v1Authentication
All requests require an Authorization header:
Authorization: Bearer YOUR_API_KEYAPI keys can be obtained from Dashboard > Settings > API Keys.
Example Request
curl -X GET https://api.kinexa.id/v1/products \
-H "Authorization: Bearer YOUR_API_KEY"Response Format
All responses use JSON format:
{
"success": true,
"data": [...],
"meta": {
"page": 1,
"total": 42
}
}Rate Limiting
- Free: 100 requests/minute
- Pro: 1,000 requests/minute
- Enterprise: Custom
For complete documentation, visit docs.kinexa.id.