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>.
A URL-encoded, comma-delimited list of filter IDs (e.g. custom group filter IDs) that you plan to apply to your study.
There are various methods of converting an array of filter IDs to a URL-encoded, comma delimited array e.g:
JavaScript:
Python:
The minimum hourly reward rate that we recommend you pay to your study’s participants.
Note that this is returned as the hundredth subunit of the given currency i.e:
To display this as USD or GBP respectively, you’ll need to divide this value by 100 and use an appropriate number formatting API e.g:
JavaScript:
The good hourly reward rate that we recommend you pay to your study’s participants.
Note that this is returned as the hundredth subunit of the given currency i.e:
To display this as USD or GBP respectively, you’ll need to divide this value by 100 and use an appropriate number formatting API e.g:
JavaScript: