cURL
curl --request GET \ --url https://getunblocked.com/api/v1/answers/{questionId} \ --header 'Authorization: Bearer <token>'
{ "state": "processing", "questionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "question": "<string>", "answer": "<string>", "references": [ { "htmlUrl": "<string>" } ] }
The API key to authenticate requests. Obtainable from the web dashboard.
The ID of a resource that can be retrieved from the service.
"12345678-abcd-123456789-123456789abc"
OK
processing
complete
The unique identifier for the question
The original question text that was asked
The answer to the question in Markdown format
References used in the answer
Show child attributes