{
"opencollection": "1.0.0",
"info": {
"name": "API Reference subpackage_advertisement_opportunities subpackage_bulkSubscriptionUpdates API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "subpackage_bulkSubscriptionUpdates",
"type": "folder"
},
"items": [
{
"info": {
"name": "List subscription updates OAuth Scope: subscriptions:read",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.beehiiv.com/v2/publications/:publicationId/bulk_subscription_updates",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "publicationId",
"value": "",
"type": "path",
"description": "The prefixed ID of the publication object"
}
]
},
"docs": "Returns a list of Subscription Update objects for a publication."
},
{
"info": {
"name": "Get subscription update OAuth Scope: subscriptions:read",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.beehiiv.com/v2/publications/:publicationId/bulk_subscription_updates/:id",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "publicationId",
"value": "",
"type": "path",
"description": "The prefixed ID of the publication object"
},
{
"name": "id",
"value": "",
"type": "path",
"description": "The ID of the Subscription Update object"
}
]
},
"docs": "Returns a single Subscription Update object for a publication."
},
{
"info": {
"name": "Update subscriptions OAuth Scope: subscriptions:write",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.beehiiv.com/v2/publications/:publicationId/subscriptions/bulk_actions",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "publicationId",
"value": "",
"type": "path",
"description": "The prefixed ID of the publication object"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Bulk update multiple subscriptions fields, including status, custom fields, and tiers."
},
{
"info": {
"name": "Update subscriptions OAuth Scope: subscriptions:write",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.beehiiv.com/v2/publications/:publicationId/subscriptions/bulk_actions",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "publicationId",
"value": "",
"type": "path",
"description": "The prefixed ID of the publication object"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Bulk update multiple subscriptions fields, including status, custom fields, and tiers."
},
{
"info": {
"name": "Update subscriptions' status OAuth Scope: subscriptions:write",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.beehiiv.com/v2/publications/:publicationId/subscriptions",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "publicationId",
"value": "",
"type": "path",
"description": "The prefixed ID of the publication object"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Bulk update subscriptions' status."
},
{
"info": {
"name": "Update subscriptions' status OAuth Scope: subscriptions:write",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.beehiiv.com/v2/publications/:publicationId/subscriptions",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "publicationId",
"value": "",
"type": "path",
"description": "The prefixed ID of the publication object"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Bulk update subscriptions' status."
}
]
}
],
"bundled": true
}