S
Shutterstock API
Details
- URL
-
https://api.shutterstock.com - Docs
- https://api-reference.shutterstock.com/
Authentication
Shutterstock application consumer key and consumer secret + Shutterstock application consumer key and consumer secret
Authorization: Basic <credential> discovered Log in to your Shutterstock account, open My apps, and click Create new app. After saving the app, copy the app's consumer key and consumer secret from the same page. You use these directly for HTTP Basic auth on supported API endpoints and as the client credentials when obtaining OAuth access tokens.
Shutterstock OAuth access token + Shutterstock OAuth access token
Authorization: Bearer <credential> discovered First create an application at My apps to get a consumer key and consumer secret. Then follow Shutterstock's Authentication flow to request an OAuth access token for your app/account, and store the resulting token for use in the Authorization: Bearer header or the SHUTTERSTOCK_API_TOKEN environment variable for the CLI.