Browse documentation

Deck

1 endpoint, of which 1 need no token.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

POST/deck/verifyNo token required

Verify Deck Access

Request body

json
{
  "email": "investor@example.com",
  "name": "Test Investor",
  "company": "VC Fund"
}

Response fields

Asserted by the API’s own test suite.

success