All API requests must be authenticated using an API key. This ensures the security of our service and allows us to provide you with the best possible experience.To authenticate your requests:
1.
Include your API key in the header of each request.
2.
Use the following format:Authorization: Bearer YOUR_API_KEY
Replace YOUR_API_KEY with the actual API key you received when setting up your account.Example using cURL:curl -X GET "https://api.realyeti.com/v1/real_estate/overview" -H "Authorization: Bearer YOUR_API_KEY"š« Error HandlingIf your API key is invalid or missing, you'll receive a 401 Unauthorized response.š API Key SecurityKeep your API key secure and do not share it publicly. If you believe your key has been compromised, please contact our support team immediately to have it revoked and replaced.