cURL
curl --request POST \ --url https://billing.platform.arb.inc/skus/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "groupCode": "STANDARD_SERVICES", "includeInactive": false } '
[ { "id": "5e8f9a7b-3c2d-4e6f-9a8c-7d6e5f4a3b2c", "code": "DOCUMENT_FILING", "name": "Document Filing", "description": "File a document in a case", "isActive": true, "priceCredits": 10, "priceDollars": 1, "currencyCode": "USD" } ]
Lists all active SKUs in a specified group with their pricing information. Groups are logical collections of related SKUs.
access token
SKU group code to list (1-100 characters)
"STANDARD_SERVICES"
Whether to include inactive SKUs
false
List of SKUs in the group
"5e8f9a7b-3c2d-4e6f-9a8c-7d6e5f4a3b2c"
"DOCUMENT_FILING"
"Document Filing"
"File a document in a case"
true
10
1
"USD"