Skip to main content
POST
/
Account
Create Account
curl --request POST \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/Account \
  --header 'Content-Type: application/json' \
  --header 'X-apikey: <api-key>' \
  --data '
{
  "Name": "",
  "AccountTypeId": 1234567891234567,
  "Contacts": [
    {
      "ContactName": "",
      "ContactPhone": "",
      "ContactEmail": ""
    }
  ],
  "ExternalId": ""
}
'
{
  "Success": false,
  "Message": "",
  "Id": 1234567891234567,
  "ExternalId": ""
}

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

Body

application/json
Name
string
default:""
required
AccountTypeId
integer<int64>
required
Example:

1234567891234567

Contacts
object[]
ExternalId
string
default:""

Response

200 - application/json
Success
boolean
required
Example:

false

Message
string
default:""
required
Id
integer<int64>
Example:

1234567891234567

ExternalId
string
default:""