# Validate API Key **GET /zapier_webhook/me** Validates the provided API key and returns account-related info ## Servers - Production environment for Boost Integration V1 & V2: https://boost.homespotter.com (Production environment for Boost Integration V1 & V2) - QA/Staging environment (available upon request): https://boost.homespotter.com (QA/Staging environment (available upon request)) - GraphQL API server for agent lookups and queries: https://api.homespotter.com (GraphQL API server for agent lookups and queries) ## Authentication methods - Jwt token ## Parameters ### Query parameters - **api_key** (string) ## Responses ### 200 API key is valid #### Body: application/json (object) - **account_id** (string) - **account_name** (string) - **email** (string(email)) - **api_key_status** (string) ### 401 Invalid API key [Powered by Bump.sh](https://bump.sh)