Saltar al contenido principal
POST
/
payments-subscriptions
/
v1
/
subscriptions
/
crm
/
{objectId}
/
pause
Pausar una suscripción
curl --request POST \
  --url https://api.hubapi.com/payments-subscriptions/v1/subscriptions/crm/{objectId}/pause \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pauseReason": "<string>"
}
'
{
  "message": "Invalid input (details will vary based on the error)",
  "correlationId": "aeb5f871-7f07-4993-9211-075dc63e7cbf",
  "category": "VALIDATION_ERROR",
  "links": {
    "knowledge-base": "https://www.hubspot.com/products/service/knowledge-base"
  }
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Parámetros de ruta

objectId
integer<int64>
requerido

ID de suscripción al CRM

Cuerpo

application/json
pauseReason
string

Respuesta

default - */*
category
string
requerido

The error category

correlationId
string<uuid>
requerido

A unique identifier for the request. Include this value with any error reports or support tickets

Ejemplo:

"aeb5f871-7f07-4993-9211-075dc63e7cbf"

message
string
requerido

A human readable message describing the error along with remediation steps where appropriate

Ejemplo:

"An error occurred"

context
object

Context about the error condition

Ejemplo:

"{invalidPropertyName=[propertyValue], missingScopes=[scope1, scope2]}"

errors
object[]

further information about the error

A map of link names to associated URIs containing documentation about the error or recommended remediation steps

subCategory
string

A specific category that contains more specific detail about the error

Last modified on December 8, 2025