Spectrum Partner API

Welcome to the Spectrum Partner API. This API provides programmatic access to color ownership verification and other features.

Getting Started

To use this API, you need an API key. Contact support to get started.

Available Endpoints

Health Check

GET /health

Check API status and availability.

API Information

GET /api/v1/info

Get information about your API key, limits, and features.

Authentication: Required

Verify Color Ownership

GET /api/v1/verify?hex={hexCode}

Verify if a color is owned and get owner information.

Authentication: Required

Parameters:

Authentication

Include your API key in the Authorization header:

Authorization: Bearer sk_test_your_api_key_here

Documentation

For full API documentation, visit docs.hexel.uk