curl --request GET \
--url https://api.trymaven.com/v1/auth/check \
--header 'Authorization: Bearer <token>'{
"authenticated": true,
"org_id": "<string>",
"mode": "<string>",
"message": "<string>"
}Check if API key is valid.
Use this to verify your API key is working correctly.
Authentication: API Key (Bearer token)
curl --request GET \
--url https://api.trymaven.com/v1/auth/check \
--header 'Authorization: Bearer <token>'{
"authenticated": true,
"org_id": "<string>",
"mode": "<string>",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.trymaven.com/llms.txt
Use this file to discover all available pages before exploring further.