Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-stage.karmacheck.io/package/id/{packageId}/services \ --header 'Authorization: Bearer <token>'
{ "serviceGroupServices": [ { "serviceGroupId": "<string>", "serviceGroupName": "<string>", "serviceGroupDescription": "<string>", "serviceId": "<string>", "serviceName": "<string>", "serviceDescription": "<string>", "serviceGroupEnabled": true, "serviceEnabled": true, "serviceAutoProcessEnabled": true, "serviceTypeEnabled": true, "conditional": true, "defaultSelected": true, "serviceGroupServicesId": "<string>", "serviceGroupPrice": 123 } ] }
Retrieves a list of all enabled services for a package.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
A list of services, each containing detailed information about a service.
Show child attributes