cURL
curl --request GET \ --url https://app.conveo.ai/public-api/v1/studies/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "internalTitle": "<string>", "completedOn": "2024-12-15", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns a single completed study.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A single study
The date when the study was completed (YYYY-MM-DD format)
"2024-12-15"
Was this page helpful?