Skip to main content

Mendeley

Website: https://www.mendeley.com/ API Reference: https://dev.mendeley.com/methods/#introduction

Configuration

InputTypeDescriptionDefault Value
client_idstringClient ID. Could be found at https://dev.mendeley.com/myapps.html
start_datestringStart date.
client_secretstringClient secret. Could be found at https://dev.mendeley.com/myapps.html
query_for_catalogstringQuery for catalog search. Query for catalog searchPolar Bear
client_refresh_tokenstringRefresh token. Use cURL or Postman with the OAuth 2.0 Authorization tab. Set the Auth URL to https://api.mendeley.com/oauth/authorize, the Token URL to https://api.mendeley.com/oauth/token, and use all as the scope.
name_for_institutionstringName for institution. The name parameter for institutions searchCity University

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
annotationsidDefaultPaginator
catalog_searchidDefaultPaginator
identifier_typesuuidDefaultPaginator
profileidDefaultPaginator
trashedidDefaultPaginator
groupsidDefaultPaginator
foldersidDefaultPaginator
filesidDefaultPaginator
documentsidDefaultPaginator
subject_areasuuidDefaultPaginator
institutionsidDefaultPaginator

Reference

Config fields reference

Field
Type
Property name
string
client_id
string
start_date
string
client_secret
string
query_for_catalog
string
client_refresh_token
string
name_for_institution

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.22025-04-1257676Update dependencies
0.0.12025-04-0857512Initial release by @btkcodedev via Connector Builder
Was this page helpful?