cURL
curl --request GET \ --url https://business.bfinance.app/external/api/customers/{id}/questionnaires \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "questionnaires": [ { "id": "<string>", "name": "<string>", "completed": true, "completedAt": "2023-11-07T05:31:56Z" } ] } }
Returns questionnaires available for the customer and whether each one is completed.
JWT authentication token
Customer ID
Questionnaires retrieved successfully.
Response status.
success
Show child attributes
Was this page helpful?
Contact support