curl --request GET \
--url https://shelfforce.ai/api/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"type": "brand",
"status": "active",
"createdAt": "2023-11-07T05:31:56Z",
"contactName": "<string>",
"contactEmail": "<string>",
"contactPhone": "<string>",
"website": "<string>",
"notes": "<string>",
"logoUrl": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Retrieves full details for an account.
curl --request GET \
--url https://shelfforce.ai/api/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"type": "brand",
"status": "active",
"createdAt": "2023-11-07T05:31:56Z",
"contactName": "<string>",
"contactEmail": "<string>",
"contactPhone": "<string>",
"website": "<string>",
"notes": "<string>",
"logoUrl": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
}