Skip to main content
POST
POST /api/v1/social/invite/{socialId}
Sends invitations to specific users to join a Scootaverse session.

Authorizations

X-API-Key
string
header
required

Path Parameters

socialId
string<uuid>
required

Body

application/json
socialInviteId
string<uuid>
socialId
string<uuid>
invitedUserId
string<uuid>
invitedUser
object
didAttend
boolean
dateTimeInvited
string<date-time>
error
string

Response

200 - application/json

OK

socialInviteId
string<uuid>
socialId
string<uuid>
invitedUserId
string<uuid>
invitedUser
object
didAttend
boolean
dateTimeInvited
string<date-time>
error
string