get
https://dev-selfie-api.alocity.com/v1/account/info
This endpoint will return all of the account information.
Response Payload Object
| Property | Type | Description |
|---|---|---|
| id | Guid | The account Id in our system. |
| name | string | The name of the account. |
| isActive | boolean | The active state of the account. |
| termsAndConditions | string | The URL for the terms and conditions page that you want to display in emails and SMS messages sent out. |
| templateId | string | The email template Id for your company. |
| created | DateTime | The DateTime of your account's creation. |
