Skip to main content
POST
/
facts
Submit facts
curl --request POST \
  --url https://backstage.example.com/api/soundcheck/facts \
  --header 'Content-Type: application/json' \
  --data '
{
  "facts": [
    {
      "factRef": {
        "source": "<string>",
        "scope": "<string>",
        "name": "<string>"
      },
      "entityRef": "<string>",
      "data": {},
      "timestamp": "2023-11-07T05:31:56Z"
    }
  ],
  "cache": true
}
'
{
  "facts": [
    {
      "factRef": "<string>",
      "entityRef": "<string>"
    }
  ]
}

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
facts
object[]
required
cache

Response

Facts submitted successfully

facts
object[]
required