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— REQUIRED

Your RentEst API key.

Response Fields

authorizedboolean

Indicates whether the API key is valid.

user_emailstring

The email address associated with the API key.

remaining_tokensinteger

The number of API credits remaining for use.

Costs
0 api Credits
GET /api/v1/property/auth
curl "https://rentest.ai/api/v1/property/auth?"