rentmasseur-optimizer / content /api_map_sanitized.json
github-actions[bot]
Auto-deploy 2026-07-27-09:37:04
1f355ea
Raw
History Blame Contribute Delete
1.15 kB
{
"endpoints": [
{
"name": "dashboard",
"method": "GET",
"path": "/api/v1/account/dashboard",
"auth": "required",
"safe_for_runtime": true
},
{
"name": "availability",
"method": "PUT",
"path": "/api/v1/account/dashboard/availability",
"auth": "required",
"safe_for_runtime": "manual_approved_only"
},
{
"name": "settings_about",
"method": "PUT",
"path": "/api/v1/settings/about",
"auth": "required",
"safe_for_runtime": "approved_profile_edit_only"
},
{
"name": "settings_blog",
"method": "GET",
"path": "/api/v1/settings/blog",
"auth": "required",
"safe_for_runtime": true
},
{
"name": "settings_interview",
"method": "GET",
"path": "/api/v1/settings/interview",
"auth": "required",
"safe_for_runtime": true
},
{
"name": "whosawme",
"method": "GET",
"path": "/api/v1/settings/whosawme",
"auth": "required",
"safe_for_runtime": true
}
],
"headers": "redacted",
"cookies": "redacted",
"tokens": "redacted"
}