Skip to content

Instantly share code, notes, and snippets.

@mapitman
Last active August 3, 2018 04:52
Show Gist options
  • Save mapitman/c14e4ed0eb82792bb3d4b202292690b0 to your computer and use it in GitHub Desktop.
Save mapitman/c14e4ed0eb82792bb3d4b202292690b0 to your computer and use it in GitHub Desktop.
{
"log": {
"version": "1.2",
"pages": [],
"entries": [
{
"request": {
"method": "POST",
"url": "https://api.gettyimages.com/oauth2/token",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Content-Type",
"value": "application/x-www-form-urlencoded"
}
],
"queryString": [],
"postData": {
"mimeType": "application/x-www-form-urlencoded",
"text": "grant_type=client_credentials&client_id=d8zycayn6vjuk9hbfwd8hyt4&client_secret=gZYhGtjsT5YTbp25vq4zbwB7ENGUuQJ7qk3xWR3x9MW5z",
"params": [
{
"name": "grant_type",
"value": "client_credentials"
},
{
"name": "client_id",
"value": "API-KEY"
},
{
"name": "client_secret",
"value": "API-SECRET"
}
]
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment