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

Get a list of your transactional databases

Required permissions: View Contacts and transactions

get
Query parameters
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
accountIDstringOptional
get/database/transactionaldatabases
GET /database/transactionaldatabases?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
  "accountID": "text",
  "tables": [
    {
      "id": "text",
      "name": "text",
      "description": "text"
    }
  ]
}

Last updated

Was this helpful?