Skip to main content
POST
/
fact-collectors
Create fact collectors
curl --request POST \
  --url https://backstage.example.com/api/soundcheck/fact-collectors \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "collectorId": "<string>",
    "config": {
      "collects": [
        {}
      ]
    }
  }
]
'
{
  "factCollectors": [
    {
      "collectorId": "<string>",
      "config": {
        "collects": [
          {}
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
Minimum array length: 1
collectorId
string
required
Minimum string length: 1
config
object
required

Response

Fact collectors created

factCollectors
object[]
required