Skip to main content
POST
/
api
/
v1
/
badging
/
upload
/
badge
/
data
POST /api/v1/badging/upload/badge/data
curl --request POST \
  --url https://api.scoot.app/api/v1/badging/upload/badge/data \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '"<string>"'
{
  "rows": [
    123
  ],
  "errors": [
    "<string>"
  ]
}
Uploads badge data.

Authorizations

X-API-Key
string
header
required

Query Parameters

socialRoomSetId
string<uuid>
required
removeOld
boolean

Body

application/json

The body is of type string.

Response

200 - application/json

OK

rows
integer[]
errors
string[]