Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

List All Transforms Brief

GET/transforms/brief
Authorization
AuthorizationBearer token · headerrequired
Responses
200

Successful Response

Array of BriefTransform
namestring | any
Show properties
Any of:
string
string
any
any
connectorstring | any
Show properties
Any of:
string
string
any
any
idstring | any
Show properties
Any of:
string
string
any
any
Request
curl -X GET "https://api.streamkap.com/transforms/brief" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
[
  {
    "name": "string",
    "connector": "string",
    "id": "string"
  }
]