cURL
curl --request GET \ --url https://business.bfinance.app/external/api/customers/{id}/questionnaires/{questionnaireId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "status": "success", "data": { "questionnaire": { "id": "<string>", "name": "<string>", "completed": true, "questionnaire": [ { "id": "<string>", "question": "<string>", "type": "<string>", "required": true, "placeholder": "<string>", "options": [ "<string>" ] } ], "completedAt": "2023-11-07T05:31:56Z" } } }
Returns questionnaire questions and completion status for the customer.
JWT authentication token
Customer ID
Questionnaire ID
Questionnaire retrieved successfully.
Response status.
success
Show child attributes
Was this page helpful?
Contact support