Skip to main content
GET
/
meta
API surface metadata
curl --request GET \
  --url https://api.creatoraudit.com/v2/meta \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "api_meta",
    "api_version": "v2",
    "status": "current",
    "docs_url": "/v2/docs",
    "openapi_url": "/v2/openapi.json",
    "whoami_url": "/v2/whoami",
    "deprecation": "<string>",
    "sunset": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

data
V2Meta · object
required