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
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
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?

