{ "info": { "_postman_id": "494ba45c-de1a-48f4-9e24-b1ae91804895", "name": "GoToWebinar Request", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Template: Get Refresh Token für VC-Config", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "[CLIENT-SECRET]", "type": "string" }, { "key": "username", "value": "[CLIENT-ID]", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "type": "text", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "type": "text", "value": "application/json" }, { "warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.", "key": "Authorization", "type": "text", "value": "Bearer OEE1M3luSEVoVm5IUjZyc1RHOExheVRsSDZYUWRuc0g6NWM5NzJ1ZndnSzRHeEpOaQ==", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "https://api.getgo.com/oauth/v2/token?grant_type=authorization_code&code=[CODE AUS SCHRITT 5]&redirect_uri=[URI vom OAUTH-CLIENT]", "protocol": "https", "host": [ "api", "getgo", "com" ], "path": [ "oauth", "v2", "token" ], "query": [ { "key": "grant_type", "value": "authorization_code" }, { "key": "code", "value": "[CODE AUS SCHRITT 5]" }, { "key": "redirect_uri", "value": "[URI vom OAUTH-CLIENT]" } ] }, "description": "Use this call to obtain an access token and a refresh token.\n\nUnder **Authorization**, set Type to **OAuth 2.0**.\n\nClick **Get New Access Token** and enter the following:\n\n

\tResponse Parameters\t

\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n
\tfield\t\tdata type\t\tdescription\t
\tToken Name\t\tstring\t\tName of the attachment\t
\tGrant Type\t\tstring\t\tFilename of xls or csv format\t
\tCallback URL\t\tstring\t\tThe destination invoked by the API method upon call completion.\t
\tAuth URL\t\tstring\t\thttps://api.getgo.com/oauth/v2/authorize\t
\tAccess Token URL\t\tstring\t\thttps://api.getgo.com/oauth/v2/token\t
\tClient ID\t\tstring\t\tThe consumer key from your GoTo Dev client\t
\tClient Secret\t\tstring\t\tThe consumer secret from your GoTo Dev client\t
\tScope\t\tstring\t\tSpecific product areas or levels to which the API requests access from the API product user\t
\tState\t\tstring\t\tA typically random string sent to the auth server, which the server returns in the response. Used to prevent Cross Site Request Forgery (XRSF).\t
\tClient Authentication\t\tvalue\t\tSend as Basic Auth header'\t
\t\t\t\t\t\t\t\t\t\t\n\nAnd then click **Request Token**." }, "response": [] } ] }