Skip to main content

List Integration Packs

GET /api/v1/integration-packs
Public, unauthenticated. Returns only active packs, ordered alphabetically by name.
packs
object[]
curl https://suite.sundaypyjamas.com/api/v1/integration-packs

Get Integration Pack

GET /api/v1/integration-packs/{packId}
pack
object
Pack object — see List Integration Packs
tools
object[]
skills
object[]
curl https://suite.sundaypyjamas.com/api/v1/integration-packs/notion
{ "error": "Pack not found" }