curl --request GET \
--url https://app.plugchoice.com/api/v3/products \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"name": "<string>",
"sku": "<string>",
"active": true,
"digital": true,
"price": 123
}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/products \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"name": "<string>",
"sku": "<string>",
"active": true,
"digital": true,
"price": 123
}
]
}Returns a list of all available products (e.g., charger licenses).Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.