cURL
curl --request POST \ --url https://api.bonifiq.com.br/v1/pvt/Quiz/answer \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' [ { "QuizQuestionId": 123, "OpenAnswer": "<string>", "OptionIds": [ 123 ] } ] '
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": { "Success": true, "Message": "<string>", "PointsAwarded": 123 }, "HasError": true }
Use API Basic Auth Keys
The quiz answers submission details.
Result of the quiz submission.
Error message or description
Optional error code, if available
Represents the response payload after submitting quiz answers via the external API.
Show child attributes
If true the request had an error.
Was this page helpful?