Skip to main content
POST
/
api
/
v1
/
social
/
{socialId}
/
show
/
banner
POST /api/v1/social/{socialId}/show/banner
curl --request POST \
  --url https://api.scoot.app/api/v1/social/{socialId}/show/banner \
  --header 'Content-Type: application/json' \
  --data '{}'
{}
Shows a banner for a social event.

Path Parameters

socialId
string
required

socialId parameter

Body

application/json · object

Request body data

Response

Successful response

Response from backend service

I