Meta
API metadata operations
Returns metadata about available API resources and their operations
Authorizations
Path parameters
orgkeepIDstringRequired
Organization identifier
Responses
200
API metadata
application/json
401
Unauthorized
application/json
500
Internal server error
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?