List conversations
Authentication
Query parameters
Opaque token from a previous response’s next link.
Opaque token from a previous response’s next link.
Lists the caller’s conversations, most recently updated first. A conversation is the thread between two members and carries a subject, topic and study where those have been set. Conversations that predate these fields return them as null.
Pass workspace_id to list a workspace’s conversations instead of the caller’s own. Pass study_id to only return conversations about that study.
Results are paginated. Follow next for the following page, or stop when it is null.
The Prolific API uses API token to authenticate requests. You can create an API token directly from your settings.
Your API token does not have an expiry date and carries full permission, so be sure to keep them secure.
If your token is leaked, delete it and create a new one directly in the app.
In your requests add Authorization header with the value Token <your token>.