The default way to authenticate.

Application Level Authentication

Application level authentication is generally considered the default way to authenticate yourself on the API. Version is controlled by:

  • A single query parameter, apiKey

You can request an API key by logging into your account on venture capital archive website.

API Key

Once you have been issued a key, an example API key-based request looks like this:

cURL Example

curl --request GET \
     --url 'http://venturecapitalarchive.com/api/limited-partners-data/getAllActiveLimitedPartners?apiKey=API_KEY&page=1&limit=10'