This endpoint returns a redirect URI (in the 'Location' header) that the customer uses to authorize your application and, together with POST /v2/oauth/access_token, generate an access token that represents that authorization.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET '/v2/oauth/authorize?client_id=<string>&redirect_uri=<string>&response_type=<string>&state=<string>' \
--header'User-Agent: ShutterstockWorkspace/1.1.30'
请求参数
Query 参数
Header 参数
返回响应
🔵302Redirect user to authenticate with Shutterstock