F

Figshare API

REST discovered

Details
URL
https://api.figshare.com/v2
Docs
https://docs.figshare.com/
Authentication
Figshare OAuth2 access token oauth2 discovered
Authorization: token <credential> /?access_token=<credential>

Register an OAuth application and follow the OAuth flow described in the Figshare API documentation / older OAuth documentation reference. The docs state the v2 API accepts OAuth2 access tokens for authenticated requests; use the app registration path in your Figshare account/developer documentation to obtain client credentials and mint access tokens.

Figshare personal token api_key discovered Get key ↗
Authorization: token <credential> /?access_token=<credential>

Sign in to your Figshare account, then go to Applications to create and manage a personal token. The API docs state personal tokens grant full access to your account and can be sent either in the Authorization: token ACCESS_TOKEN header or as the access_token query parameter.