Meta

API metadata operations

Get API metadata

get

Returns metadata about available API resources and their operations

Authorizations
Path parameters
orgkeepIDstringRequired

Organization identifier

Responses
200
API metadata
application/json
get
GET /api/orgkeep/v4/{orgkeepID}/meta HTTP/1.1
Host: matrix.ag5.com
X-API-Key: YOUR_API_KEY
Accept: */*
[
  {
    "dbName": "text",
    "fields": [
      {}
    ],
    "name": "text",
    "operations": [
      "list"
    ],
    "restPath": "text",
    "schemaName": "text"
  }
]

Was this helpful?