Skip to main content
GET
/
api
/
Configuration
/
SMS
/
Purchases
Get SMS Purchases.
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"
  }
]

Response

200 - application/json

OK

id
integer<int32>
typeID
enum<integer>
Available options:
1,
2
type
string | null
quantity
integer<int32>
price
number<double>
pricePerCredit
string | null
dateCreated
string<date-time>