curl --request POST \
--url https://api.vida.dev/api/v2/createAccount \
--header 'Content-Type: application/json' \
--data '{
"accountName": "Acme Solar Bay Area Support Agent",
"integrations": [
{
"appId": "some-app-id",
"appVersion": "v1",
"appData": {
"apiToken": "APIToken"
}
},
{
"appId": "another-example-app",
"appVersion": "v2",
"appData": {
"accountSid": "sidxxxxxxx",
"accountToken": "tokenxxxxxxx",
"apiUrl": "https://someurl.example"
}
}
]
}'
This response does not have an example.
Create a new account under your organization
curl --request POST \
--url https://api.vida.dev/api/v2/createAccount \
--header 'Content-Type: application/json' \
--data '{
"accountName": "Acme Solar Bay Area Support Agent",
"integrations": [
{
"appId": "some-app-id",
"appVersion": "v1",
"appData": {
"apiToken": "APIToken"
}
},
{
"appId": "another-example-app",
"appVersion": "v2",
"appData": {
"accountSid": "sidxxxxxxx",
"accountToken": "tokenxxxxxxx",
"apiUrl": "https://someurl.example"
}
}
]
}'
This response does not have an example.
Vida API Token
Organization Id to create account in
OK