v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBSubscriptions
List Subscriptions by User
Retrieves all User's Subscriptions by User
This API is now deprecated as the Subscriptions product is no longer supported.
get/users/{userID}/subscriptions
Path parameters
userIDstring required
The User's unique identifier.
Response
Retrieving all User's Subscription was Successful.
Example response
[
{
"id": "subscription_4451b62e-0e88-46ce-9eab-f0a54ccdc599",
"accountDetails": {
"accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
"accountNo": "DWBG000052",
"accountType": "LIVE",
"accountManagementType": {
"name": "SELF",
"description": "Self Directed Account"
},
"status": "ACTIVE",
"paymentSource": {
"sourceType": "bank_a4656e60-321e-425b-aa0d-a2e75c38885f"
},
"plan": {
"planID": "plan_1d3e1630-9107-47c2-a9c4-6cca93821cb7",
"name": "Monthly Subscription",
"interval": "MONTH",
"intervalCount": 1,
"amount": 4.99,
"currency": "USD"
},
"created": "2022-12-11T22:28:21.810Z",
"started": "2022-12-11T22:28:21.810Z",
"expires": "2022-12-11T22:28:21.810Z",
"transactionHistory": []
}
}
]