-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Wayne Graham edited this page Feb 7, 2017
·
4 revisions
These are based on the Zotero Web API v3 specs
$$BASE_URL=https://api.zotero.org
- Requires an API key for non-public libraries.
- OAuth (1a) is used for key exchange (https://www.zotero.org/support/dev/web_api/v3/oauth)
- OAuth Endpoints:
- Temporary Credential Request: https://www.zotero.org/oauth/request
- Token Request URI: https://www.zotero.org/oauth/access
- Resource Owner Authorization URI: https://www.zotero.org/oauth/authorize
- OAuth Endpoints:
- Docs on registering an application (https://www.zotero.org/oauth/apps)