Validates the provided API key and returns account-related info
GET
/zapier_webhook/me
curl \
--request GET 'https://boost.homespotter.com/zapier_webhook/me?api_key=string&token=api_token_value'
Response examples (200)
{
"account_id": "string",
"account_name": "string",
"email": "hello@example.com",
"api_key_status": "active"
}