For the complete documentation index, see llms.txt. This page is also available as Markdown.

Gets your database schema

Required permissions: View Contacts and transactions

get
Query parameters
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
get/database/fields
GET /database/fields?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
  "fields": [
    {
      "fieldID": "text",
      "name": "text",
      "description": "text",
      "type": "text",
      "isNullable": true
    }
  ]
}

Last updated

Was this helpful?