subscriptions
Boya API
Bills · Manage
Bills · Payments
Bills · Approval workflows
Bills · Budgets & setup
Bills · Attachments
payments
approvals
fx
Expenses · Retrieve
Expenses · Review & approvals
Expenses · Reports
Expenses · Exports
Cards · Manage
Cards · Controls
Cards · Single-use
Cards · Physical cards
Cards · Authorization
tags
transactions
accounts
categories
taxes
vendors
customers
employees
teams
Investments · Portfolio & accounts
Investments · Fund movements
Investments · Access & permissions
business-policies
Wallet policies · Policies
Wallet policies · Permissions
Wallet policies · Access checks
Wallet policies · Audit
roles
audit-trail
Retrieves a paginated list of subscriptions with optional filtering by search term and status
Security
oauth2ClientCredentials(Required scopes: subscriptions:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/subscriptions
- Productionhttps://api.boyahq.com/v2/subscriptions
- Sandboxhttps://sandbox.api.boyahq.com/v2/subscriptions
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/subscriptions?page=1&limit=50&search=Netflix&status=DRAFT' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ { … } ], "total": 0, "limit": {}, "page": {}, "pages": 0 }