Skip to main content
GET
/
package
/
min
/
id
/
{packageId}
Get package
curl --request GET \
  --url https://api-stage.karmacheck.io/package/min/id/{packageId} \
  --header 'Authorization: Bearer <token>'
{
  "packages": [
    {
      "id": "7d35473c-428f-4271-9832-7e9241c740be",
      "name": "Package B"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

packageId
string
required

Response

OK

packages
object[]