C
Docs.
Platform
Docsapiauth

Authentication

How to securely authenticate your requests to the CraftingStudioPro API.

API Keys

All API requests must be authenticated using an API key. You can generate keys in your Developer Settings on the main platform. Keys should be passed in the X-API-Key header.

Request Example
GET /listings HTTP/1.1
Host: craftingstudiopro.dev/api
X-API-Key: csp_726a...b912
Content-Type: application/json

Key Security

Your API keys carry significant privileges. Keep them secure and never share them in client-side code, public repositories, or with unauthorized team members. If you believe a key has been compromised, revoke it immediately in your dashboard.

Updated on May 3, 2026

Edit this page on GitHub