Vitally integration (Productivity, Data). Imported from open-connector.
https://{subdomain}.rest.vitally.io/resources/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of accounts to return, up to 100. |
| from | string | optional | The pagination cursor returned by a previous Vitally list response. |
| status | string | optional | The account status filter. |
/resources/accounts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Vitally account ID or the external ID supplied when creating it. |
/resources/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| externalId | string | required | The unique account ID from your system. |
| name | string | required | The account name. |
| organizationId | string | optional | The Vitally-assigned organization ID to relate this account to. |
| traits | object | optional | Vitally account traits keyed by trait name. Values are forwarded using Vitally'… |
/resources/accounts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Vitally account ID or the external ID supplied when creating it. |
| name | string | optional | The updated account name. |
| organizationId | string | optional | — |
| traits | object | optional | Vitally account traits keyed by trait name. Values are forwarded using Vitally'… |
/resources/accounts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Vitally account ID or the external ID supplied when creating it. |