{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Blog Authors API", "version": "3.0.0" }, "items": [ { "info": { "name": "Blog Authors", "type": "folder" }, "items": [ { "info": { "name": "Hubspot List All Blog Authors", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/cms/v3/blogs/authors", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results per page (1-100)" }, { "name": "after", "value": "example-value", "type": "query", "description": "Pagination cursor for the next page" }, { "name": "sort", "value": "example-value", "type": "query", "description": "Properties to sort by" }, { "name": "archived", "value": "false", "type": "query", "description": "Whether to return archived authors" }, { "name": "property", "value": "example-value", "type": "query", "description": "Specific property to return" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a paginated list of all blog authors in your HubSpot account. \nUse query parameters to filter, sort, and paginate the results.\n" }, { "info": { "name": "Hubspot Create a Blog Author", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/authors", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new blog author profile in your HubSpot account." }, { "info": { "name": "Hubspot Retrieve a Blog Author", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/cms/v3/blogs/authors/:objectId", "params": [ { "name": "objectId", "value": "12345678901", "type": "path", "description": "The unique identifier of the blog author" }, { "name": "archived", "value": "false", "type": "query", "description": "Whether to return archived authors" }, { "name": "property", "value": "example-value", "type": "query", "description": "Specific property to return" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a specific blog author by their unique identifier." }, { "info": { "name": "Hubspot Update a Blog Author", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hubapi.com/cms/v3/blogs/authors/:objectId", "params": [ { "name": "objectId", "value": "12345678901", "type": "path", "description": "The unique identifier of the blog author" }, { "name": "archived", "value": "false", "type": "query", "description": "Whether to update archived authors" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an existing blog author. Only the properties included in the \nrequest body will be updated; all other properties remain unchanged.\n" }, { "info": { "name": "Hubspot Archive a Blog Author", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hubapi.com/cms/v3/blogs/authors/:objectId", "params": [ { "name": "objectId", "value": "12345678901", "type": "path", "description": "The unique identifier of the blog author" }, { "name": "archived", "value": "true", "type": "query", "description": "Whether to return archived authors" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Archive (soft delete) a blog author by their unique identifier." } ] } ], "bundled": true }