Back to Features
🛠️

API Key Auth

ActivePlatformMUSTFREE

What it does

Secure API authentication with publishable and secret key pairs. Publishable keys (pk_live_) are safe for client-side widget usage with limited scope. Secret keys (sk_live_) provide full API access and should only be used server-side.

How to use it

1

Create API key

Go to Dashboard > API Keys > Create Key. Choose between publishable (client) and secret (server) key types.

2

Use in requests

Include the key in the X-API-Key header or Authorization: Bearer header.

3

Rotate keys

Generate a new key and update your integration before revoking the old one.

4

Monitor usage

Each key tracks its own usage stats, last used timestamp, and rate limit consumption.

API Reference

GET/POST/api/v1/sellers/keys

Related Features

Having issues?