Skip to main content

Quick Reference: Endpoint Summary

MethodEndpointDescription
GET/v1/auth/meTest authentication
GET/v1/meta/appsList all apps
GET/v1/meta/{appId}/tablesList tables
GET/v1/meta/{appId}/tables/{tableName}/fieldsList fields
POST/v1/data/{appId}/tables/{tableName}List records
POST/v1/data/{appId}/tables/{tableName}Search/filter records
POST/v1/data/{appId}/tables/{tableName}/{recordId}Get record by ID
POST/v1/data/{appId}/tables/{tableName}/recordsCreate record
PUT/v1/data/{appId}/tables/{tableName}/recordsUpdate record
DELETE/v1/data/{appId}/tables/{tableName}/recordsDelete record