Skip to main content
GET
/
v1
/
auth
/
check
Check Auth
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.

Authorizations

Authorization
string
header
required

Enter your API key: mvn_test_xxx or mvn_live_xxx

Response

200 - application/json

Successful Response

Response for auth check endpoint.

authenticated
boolean
required
org_id
string
required
mode
string
required
message
string
required