Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
[
{
"id": 1,
"name": "Qui commodi incidunt iure odit.",
"sku": "quidem",
"active": false,
"digital": true,
"price": 12
},
{
"id": 2,
"name": "Autem et consequatur aut dolores enim non facere tempora.",
"sku": "nostrum",
"active": true,
"digital": false,
"price": 74
}
]