Skip to main content
POST
/
certify_world
Certify world
curl --request POST \
  --url https://backstage.example.com/api/soundcheck/certify_world \
  --header 'Content-Type: application/json' \
  --data '
{
  "scope": "<string>",
  "numberOfDays": 123,
  "batchSize": 123,
  "trackId": "<string>"
}
'
{
  "status": "<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
scope
string
numberOfDays
integer
batchSize
integer
trackId
string

Response

OK

status
string
required