Developers

InkeepX API

Build integrations on top of your InkeepX data with a simple, key-authenticated REST API.

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

Need API access?

Create an account and generate your key in Settings → API.

Get Started Talk to Us