Authentication
Every request needs a Bearer token in the Authorization header. Tokens are workspace-scoped - they read and write only the workspace they were issued for.
- Header
- Authorization: Bearer <token>
- Scope
- Workspace
- Rotation
- Manual via settings
curl -X GET "https://api.sentinel.dev/api/deals" \
-H "Authorization: Bearer your_api_token" \
-H "Content-Type: application/json"