S

Shutterstock CLI

CLI discovered

Details
Command
shutterstock
Docs
https://www.shutterstock.com/developers/documentation/cli
Authentication
Shutterstock application consumer key and consumer secret basic discovered Get credentials ↗
env SHUTTERSTOCK_KEY, SHUTTERSTOCK_SECRET

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 bearer discovered Get token ↗
env SHUTTERSTOCK_API_TOKEN

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.