Reference
//
List subscriptions
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 }