curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/subscriptions \
--header 'Authorization: Bearer <token>'{
"items": [
{
"member_id": 123,
"created_at": "2025-12-29T18:18:07+00:00",
"updated_at": "2025-12-29T18:18:07+00:00",
"email": "[email protected]",
"permalink": "<string>",
"plan": {
"id": 123,
"name": "<string>",
"amount": 123,
"currency": "<string>",
"interval": "<string>",
"type": "<string>",
"has_free_trial": true
},
"subscription": {
"id": "1234",
"purchased_at": "2025-12-29T18:18:07+00:00",
"current_period_start": "2025-12-29T18:18:07+00:00",
"current_period_end": "2025-12-29T18:18:07+00:00",
"payment_platform": "<string>",
"canceled_at": "2025-12-29T18:18:07+00:00",
"trial_length": 123,
"trial_start": "2025-12-29T18:18:07+00:00",
"trial_end": "2025-12-29T18:18:07+00:00"
},
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": [
{
"id": 123,
"title": "<string>"
}
],
"ambassador_level": "<string>"
}
],
"links": {
"self": "<string>",
"next": "<string>"
}
}curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/subscriptions \
--header 'Authorization: Bearer <token>'{
"items": [
{
"member_id": 123,
"created_at": "2025-12-29T18:18:07+00:00",
"updated_at": "2025-12-29T18:18:07+00:00",
"email": "[email protected]",
"permalink": "<string>",
"plan": {
"id": 123,
"name": "<string>",
"amount": 123,
"currency": "<string>",
"interval": "<string>",
"type": "<string>",
"has_free_trial": true
},
"subscription": {
"id": "1234",
"purchased_at": "2025-12-29T18:18:07+00:00",
"current_period_start": "2025-12-29T18:18:07+00:00",
"current_period_end": "2025-12-29T18:18:07+00:00",
"payment_platform": "<string>",
"canceled_at": "2025-12-29T18:18:07+00:00",
"trial_length": 123,
"trial_start": "2025-12-29T18:18:07+00:00",
"trial_end": "2025-12-29T18:18:07+00:00"
},
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": [
{
"id": 123,
"title": "<string>"
}
],
"ambassador_level": "<string>"
}
],
"links": {
"self": "<string>",
"next": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Network's unique integer ID, or subdomain Unique numeric network ID
Filter by status: 'canceled' for archived subscriptions
Filter by member (user) ID
Page number for pagination
Items per page (max 100)
Returns paginated list of subscriptions