curl --request GET \
--url https://api.example.com/api/Configuration/SMS/Purchases[
{
"id": 123,
"typeID": 1,
"type": "<string>",
"quantity": 123,
"price": 123,
"pricePerCredit": "<string>",
"dateCreated": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url https://api.example.com/api/Configuration/SMS/Purchases[
{
"id": 123,
"typeID": 1,
"type": "<string>",
"quantity": 123,
"price": 123,
"pricePerCredit": "<string>",
"dateCreated": "2023-11-07T05:31:56Z"
}
]Was this page helpful?