Fetch the investment terms of a project for the current user
Fetch the investment terms of a project for the current user.
Path parameters
-
User id
-
Project id
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
}
]
Response examples (200)
[
{
"id": "string",
"user_id": "string",
"project_id": "string",
"documents_understood": true,
"read_printed_securities_info_sheet": true
}
]