Skip to main content

Authentication

To access Mindsite API, you need an API key. API keys are unique 32-character alphanumeric strings assigned to each customer. These keys are provided by your designated account manager at Mindsite.

Warning

Keep your API key confidential. It provides access to your data and should be treated as sensitive information.

API Key

  1. Obtain your API key from your Mindsite account manager.

  2. Include the API key in the header of your HTTP requests. Set the X-Api-Key header to your unique API key:

    GET /api/endpoint
    Host: api.mindsite.com
    X-Api-Key: YOUR_UNIQUE_API_KEY

    Replace YOUR_UNIQUE_API_KEY with the actual API key you obtained.

  3. Send the authenticated request to the appropriate endpoint. Your API key will be validated, granting you access to the requested data.

  4. Keep in mind that API keys provided by Mindsite do not expire, ensuring uninterrupted access to Mindsite API.