Skip to main content
GET
/
v1
/
me
Get current API key context
curl --request GET \
  --url https://api.zavu.dev/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "project": {
    "id": "<string>",
    "name": "<string>",
    "isSubAccount": true
  },
  "team": {
    "id": "<string>",
    "name": "<string>"
  },
  "apiKey": {
    "id": "<string>"
  },
  "isTestMode": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Context for the API key.

project
object
required
team
object
required
apiKey
object
required
isTestMode
boolean
required