Apiary Powered Documentation
Sign in with Apiary account.
The Visible API allows retrieving and updating metrics in visible.vc.
All API access is over HTTPS and accessed from https://api.visible.vc
.
All data is sent and received as JSON.
All timestamps and dates are returned in ISO 8601 format:
YYYY-MM-DD
YYYY-MM-DDTHH:MM:SSZ
Each API request must include an access token in the Authorization
HTTP header:
Authorization: Bearer c92dfc786b31...31c005332467
A token is issued to a specific Visible user and will have access to the same companies the user does.
To obtain an access token contact us at dev@visible.vc.
You can make up to 300 API requests in a 5 minute window, this limit might change in the future.
If the limit is exceeded the API will return a 429 Too Many Requests
HTTP header.
Returns a paginated collection of metrics.
company_id | id of your company or fund |
---|---|
page | page number |
filter | filter by portfolio company profile id with |
c85cb869-40c0-4b8f-829a-30cdeb673ce0
Data points store the actual value of a metric for each time period.
Returns a paginated collection of data points for a metric.
metric_id | id of a metric |
---|---|
page | page number |
Create or update multiple data points for a metric (limited to up to 50 data points per request).
If you don't know the metric's id you can get it from the metric's URL in the app: https://app.visible.vc/companies/{company_id}/data/metrics/{metric_id}
.
metric_id | id of the metric |
---|
2019-01-01
10.99
Create contacts in your Visible account.
If you don't know your company id you can get it from the URL in the app: https://app.visible.vc/companies/{company_id}
.
test@example.com
c85cb869-40c0-4b8f-829a-30cdeb673ce0
Jane
Doe
CEO
Returns a paginated collection of contact lists.
company_id | id of your company or fund |
---|---|
page | page number |
Investor product only
A portfolio company profile represents a single company in your Portfolio section.
Returns a paginated collection of portfolio company profiles.
company_id | id of your company or fund |
---|---|
page | page number |