API Playground
Explore Brighten API endpoints interactively. Configure requests and see simulated responses.
This playground shows simulated responses from example data. Sign up for API keys to make real calls.
Request
GET
https://api.hellobrighten.com/v1/recognitionsRetrieve a paginated list of recognitions for your organization. Supports filtering by date range, sender, and recipient.
Query Parameters
Headers
Authorization: Bearer brtn_live_sk_your_key_here
Content-Type: application/json
Rate limit: 100 requests/minuteScopes: recognitions:read
Code Snippet
curl \
-H "Authorization: Bearer brtn_live_sk_your_key_here" \
-H "Content-Type: application/json" \
https://api.hellobrighten.com/v1/recognitionsResponse
Click "Send Request" to see a simulated response