Welcome to the Spectrum Partner API. This API provides programmatic access to color ownership verification and other features.
To use this API, you need an API key. Contact support to get started.
GET /health
Check API status and availability.
GET /api/v1/info
Get information about your API key, limits, and features.
Authentication: Required
GET /api/v1/verify?hex={hexCode}
Verify if a color is owned and get owner information.
Authentication: Required
Parameters:
hex - 6-character hex code (e.g., ff5733)Include your API key in the Authorization header:
Authorization: Bearer sk_test_your_api_key_here
For full API documentation, visit docs.hexel.uk