Authentication
The Authentication API verifies the validity of your API key. If the key is valid, it returns the associated user's email address and the number of remaining tokens available for use.
Query Parameters
api_keystring— REQUIREDYour RentEst API key.
Response Fields
authorizedbooleanIndicates whether the API key is valid.
user_emailstringThe email address associated with the API key.
remaining_tokensintegerThe number of API credits remaining for use.
Costs
0 api CreditsGET /api/v1/property/auth
curl "https://rentest.ai/api/v1/property/auth?"