cURL
curl --request GET \ --url https://dev.entropi.app/v1/interviews/getOne \ --header 'Authorization: Bearer <token>'
{ "result": { "interviewID": "<string>", "productID": "<string>", "userID": "<string>", "interviewName": "<string>", "guidelines": "<string>", "interviewer": "<string>" } }
Returns a single interview by interviewID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The interviewID to retrieve
API Response
The response is of type object.
object