All the API routes are documented here (https://partneraccess.jobteaser.com/openapi/swagger-ui/)
You can also download files using our HTTP API. This operation needs to be done in several steps:
1.Get a temporary token: (https://partneraccess.jobteaser.com/openapi/swagger-ui/#/token/get_user_token). For instance here is a request to retrieve a token:
The access token (valid for 20 minutes) will be available in the answer. For instance here is an example response:
2. You can then list the files (https://partneraccess.jobteaser.com/openapi/swagger-ui/#/user APIs/get_user_dir_contents) present in the root folder, on within one of the metric folder. For instance, here is a request to list the files in the new_registrations metric folder:
Here is an example response:
3. Or if you know the file you want to download, you can do it directly (https://partneraccess.jobteaser.com/openapi/swagger-ui/#/user APIs/download_user_file). For instance here is a request to download a file named apply_clicks/apply_clicks_2025.csv: