{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Refresh Tokens API", "version": "3.0.0" }, "items": [ { "info": { "name": "Refresh Tokens", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Retrieve Refresh Token Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/oauth/v1/refresh-tokens/:token", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "token", "value": "6f18f26a-3e95-4d95-a6e5-3d5c6e5c9e5a", "type": "path", "description": "The OAuth refresh token" } ] }, "docs": "Retrieves metadata for a specific OAuth refresh token, including the associated\nclient, user, and hub information.\n" }, { "info": { "name": "Hubspot Revoke a Refresh Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hubapi.com/oauth/v1/refresh-tokens/:token", "params": [ { "name": "token", "value": "6f18f26a-3e95-4d95-a6e5-3d5c6e5c9e5a", "type": "path", "description": "The OAuth refresh token" } ] }, "docs": "Revokes a specific OAuth refresh token, invalidating it and any associated access tokens.\nUse this endpoint when a user logs out or when you need to terminate a session.\n" } ] } ], "bundled": true }