The InkeepX API lets eligible plans read their business data programmatically. Authenticate with a business API key you generate in the app.
Getting a key
Sign in, then go to Settings → API to create an API key (keys start with ikx_). Keep it secret — treat it like a password.
The API is available on plans that include API access.
Authentication
Send your key in the Authorization header on every request:
Authorization: Bearer ikx_your_key_here
Example
List your products:
GET https://inkeepx.com/api/v1/products