Skip to Content
Getting StartedAuthentication

Authentication

Authenticate by including your API key in the Authorization header of every request. Keys are issued per company and scoped to that company’s data.

Authenticated request
curl -X GET https://rentsimple.ai/api/v1/properties \ -H "Authorization: Bearer $RENTSIMPLE_API_KEY"

Requests with a missing or invalid key return 401 Unauthorized.

Getting and rotating keys. Contact your RentSimple account manager to have keys issued or rotated.

Keep your key secret. Your API key grants full read and write access to your company’s portfolio and leads. Store it as an environment variable or in a secrets manager. Never commit it to source control or expose it in client-side code.

Last updated on