Fetch the investment terms of a project for the current user

GET /users/{user_id}/projects/{project_id}/investment_terms

Fetch the investment terms of a project for the current user.

Path parameters

Responses

GET /users/{user_id}/projects/{project_id}/investment_terms
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/projects/{project_id}/investment_terms
Response examples (200)
[
  {
    "id": "string",
    "user_id": "string",
    "project_id": "string",
    "documents_understood": true,
    "read_printed_securities_info_sheet": true
  }
]