Developer Portal
Build the future of Fan Engagement.
Integrate Spotlight HQ's verified celebrity data and booking workflows into your own applications with our robust REST API.
Secure Authentication
Bearer token authentication using Laravel Sanctum. Protected endpoints for both fans and stars.
Real-time Webhooks
Get notified the moment a booking is approved, completed, or when a payment is confirmed on-chain.
{
"success": true,
"data": [
{
"id": 1,
"name": "Sway King",
"role": "celebrity",
"bio": "Official account of Sway King...",
"verified": true,
"pricing": {
"shoutout": 250.00,
"meet_greet": 500.00
}
}
],
"pagination": {
"current_page": 1,
"total_pages": 12
}
}