Get fundraise round

View as Markdown

Gets one fundraise round for an entity. Use —entity-id or —entity-slug for the fundraising/portfolio company that raised the round — always a company, never the fund or investment firm. For an investment made by an Investment Firm, pass the portfolio company that received the money here, not the investment firm id and not the round id. Use transactionId for the round id.

Authentication

X-Client-Secretstring

Client secret for read-only service-to-service access (no writes)

Path parameters

transactionIdstringRequiredformat: "uuid"

Fundraise round transaction id. Use this with the —entity-id or —entity-slug selector that owns the round.

Query parameters

idstringOptionalformat: "uuid"

Owner-scoped resource UUID selector.

slugstringOptionalformat: "^[a-z0-9_-]+$"<=255 characters

Owner-scoped resource slug selector.

Response

OK

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error