More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📅

List Subscriptions

n8n-nodes-base.httpRequest

Retrieves a paginated list of recurring payment subscriptions.

gohighlevel payments subscriptions recurring crm
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Manage recurring payments
Track active subscriptions
Filter by subscription status

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for list subscriptions. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /payments/subscriptions?altId={{ $json.altId }}&altType={{ $json.altType }}{{ $json.entityId ? '&entityId=' + $json.entityId : '' }}{{ $json.paymentMode ? '&paymentMode=' + $json.paymentMode : '' }}{{ $json.startAt ? '&startAt=' + $json.startAt : '' }}{{ $json.endAt ? '&endAt=' + $json.endAt : '' }}{{ $json.entitySourceType ? '&entitySourceType=' + $json.entitySourceType : '' }}{{ $json.search ? '&search=' + $json.search : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.id ? '&id=' + $json.id : '' }}{{ $json.limit ? '&limit=' + $json.limit : '&limit=10' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}
Nodes: 2
Auth: GoHighLevel OAuth2 API
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related GoHighLevel Nodes