Authentication

Mashvisor uses API keys to allow access. To request your API key, follow these steps:

To request your API key, register for a new developer user account, and you will be able to start a 2-weeks trial when you’re ready.

The API key is required to be included in all API requests.

Mashvisor allows you to authenticate your account when using the API by including your secret x-api-key header in the request.

Example request with basic auth

curl https://api.mashvisor.com/v1.1/client/property \
  -h x-api-key:YOUR_API_KEY

Was this page helpful?