Answer the question
In order to leave comments, you need to log in
How to fulfill such requests?
Understanding the Shutterstock API. How to execute such requests on the server in automatic mode?
curl "https://api.shutterstock.com/v2/oauth/authorize" \
--get \
--data-urlencode "scope=licenses.create licenses.view purchases.view" \
--data-urlencode "state=demo_`date +%s`" \
--data-urlencode "response_type=code" \
--data-urlencode "redirect_uri=$REDIRECT_URI" \
--data-urlencode "client_id=$CLIENT_ID"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question