Skip to main content
GET
/
ListAccounts
List Accounts
curl --request GET \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/ListAccounts \
  --header 'X-apikey: <api-key>'
[
  {
    "Id": 1234567891234567,
    "ExternalId": "",
    "Name": "",
    "AccountTypeId": 1234567891234567,
    "Contacts": [
      {
        "ContactName": "",
        "ContactPhone": "",
        "ContactEmail": ""
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://platform195.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-apikey
string
header
required

Response

200 - application/json
Id
integer<int64>
required
Example:

1234567891234567

ExternalId
string
default:""
required
Name
string
default:""
required
AccountTypeId
integer<int64>
required
Example:

1234567891234567

Contacts
object[]