Skip to main content
GET
/
package
/
min
/
list
Get package list
curl --request GET \
  --url https://api-stage.karmacheck.io/package/min/list \
  --header 'Authorization: Bearer <token>'
{
  "packages": [
    {
      "id": "e35fece1-1ea5-43fc-b023-231a5d23a08b",
      "name": "Package A"
    },
    {
      "id": "7d35473c-428f-4271-9832-7e9241c740be",
      "name": "Package B"
    },
    {
      "id": "6229c081-eaab-433e-8df9-22576b4de002",
      "name": "Package C"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

packages
object[]