cURL
curl --request GET \ --url https://api.conveo.ai/v1/studies \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "cm3izbg8k00384xkjj42uc4jm", "internalTitle": "EV Market Research 2025", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 42, "page": 2, "pageSize": 20 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
A paginated list of studies
The response is of type object.
object
Was this page helpful?