cURL
curl --request GET \ --url https://api.kombo.dev/v1/assessment/packages \ --header 'Authorization: Bearer <token>' \ --header 'X-Integration-Id: <x-integration-id>'
200
example1
{ "status": "success", "data": { "packages": [ { "id": "1001", "name": "TypeScript", "description": "TypeScript coding skills assessments", "updated_at": "2023-06-29T18:47:40.890Z", "type": "SKILLS_TEST" } ] }}
Get all available assessment packages for an integration.
Create an API key on the Secrets page in the Kombo dashboard.
ID of the integration you want to interact with.
GET /assessment/packages Positive response
The response is of type object.
object
Was this page helpful?