{ "info": { "_postman_id": "9617a80a-a0fe-4984-8e54-a8f25132a7a8", "name": "Administrate", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "OAuth 2 with Administrate for GraphQL", "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "clientSecret", "value": "", "type": "string" }, { "key": "clientId", "value": "", "type": "string" }, { "key": "useBrowser", "value": false, "type": "boolean" }, { "key": "client_authentication", "value": "body", "type": "string" }, { "key": "scope", "value": "instance", "type": "string" }, { "key": "tokenName", "value": "Token name", "type": "string" }, { "key": "authUrl", "value": "https://auth.getadministrate.com/oauth/authorize", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.getadministrate.com/oauth/token", "type": "string" }, { "key": "redirect_uri", "value": "https://postman-echo.com/get", "type": "string" }, { "key": "tokenType", "value": "Bearer", "type": "string" }, { "key": "addTokenTo", "value": "header", "type": "string" } ] }, "method": "POST", "header": [], "url": { "raw": "" } }, "response": [] } ] }