Manage API authentication tokens
Development Mode
API tokens are displayed here for development convenience. In production, implement proper token management.
| Name | Token | Abilities | Status | Last Used | Actions |
|---|---|---|---|---|---|
| Loading tokens... | |||||
Usage Example
curl -X GET "https://erm.blorpblorp.com/api/projects" \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
-H "Accept: application/json"