Skip to main content
The Vein API gives you read-only access to verified portfolio company data, with full source attribution on every metric.

1. Get a test key

Phase 1 keys are issued by hand to design partners. Ask your Vein contact for a sandbox key. It looks like vein_sk_test_8aK2nMqP9wF3vR7tB6yX4cZ1jL5hG0sD. A test key sees only the data of the company it is bound to. In Phase 1, test keys are issued against sandbox companies, so you can build against them safely. If your firm already has the API Keys panel in Settings, issuing a key there does the same thing without waiting on us.

2. Make your first call

You’ll get a list envelope back:

3. Paginate

Pass limit (max 100) and the next_cursor from the previous response:
When has_more is false, next_cursor is null and you’ve reached the end.

Next steps

  • Authentication: key format, scopes, and rotation.
  • API Reference: every endpoint, generated from our OpenAPI spec.