Skip to main content

Authentication

Mikita Martynaū avatar
Written by Mikita Martynaū
Updated over a week ago

All Skarbe API endpoints require a workspace-scoped API key.

Obtain an API Key

  1. Click Create New Key.

  2. New secret key — you’ll only see it once!

Note: API keys are bound to your workspace. If you leave the workspace (or are removed), your key is automatically revoked.

How to Send Your Key

Include your API key in every request’s headers:

X-Api-Key: <your_api_key_here>

Example (cURL)

curl -X GET "https://api.skarbe.com/api/connect/me" \ -H "X-Api-Key: sk_live_abc123xyz" \ -H "Accept: application/json"

Did this answer your question?