get https://bolt.thena.ai/v3/accounts/
This returns a single account by id.
Response parameters
Parameter | Description |
---|---|
data.id | The unique identifier for the record. |
data.created_at | The timestamp when the record was created. |
data.updated_at | The timestamp when the record was last updated. |
data.customer_team.id | The unique identifier for the customer team. |
data.customer_team.name | The name of the customer team. |
data.customer_team.icon.image_default | Indicates if the default team icon is being used. |
data.customer_team.icon.image_34 | The URL for the 34x34 team icon image. |
data.customer_team.icon.image_44 | The URL for the 44x44 team icon image. |
data.customer_team.icon.image_68 | The URL for the 68x68 team icon image. |
data.customer_team.icon.image_88 | The URL for the 88x88 team icon image. |
data.customer_team.icon.image_102 | The URL for the 102x102 team icon image. |
data.customer_team.icon.image_230 | The URL for the 230x230 team icon image. |
data.customer_team.icon.image_132 | The URL for the 132x132 team icon image. |
data.customer_team.avatar_base_url | The base URL for the customer team avatar images. |
data.customer_team.is_verified | Indicates if the customer team is verified. |
data.customer_team.domain | The domain associated with the customer team. |
data.customer_team.date_created | The timestamp when the customer team was created. |
data.customer_team.requires_sponsorship | Indicates if the customer team requires sponsorship. |
data.slack.channel_id | The unique identifier for the Slack channel. |
data.slack.channel_is_private | Indicates if the Slack channel is private. |
data.slack.channel_is_ext_shared | Indicates if the Slack channel is externally shared. |
data.slack.channel_name | The name of the Slack channel. |
data.customer_name | The name of the customer associated with the record. |
data.channel_name_normalized | The normalized name of the Slack channel. |
data.crm_values.contract_currency | The currency used in the customer's contract. |
data.crm_values.contract_value | The contract value associated with the customer. |
data.crm_values.additional_fields | Additional fields related to the customer's contract. |
message | A message associated with the response, if any. |