Skip to main content
POST
/
rounds
/
{round_id}
/
invite-single
Invite Single User To Round
curl --request POST \
  --url https://api-dev.monyfix.tech/rounds/{round_id}/invite-single \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

round_id
string
required

Body

application/json
user_id
string
required

Response

Successful Response