Skip to main content
POST
/
v1
/
users
/
accept-invite
Accept Invite
curl --request POST \
  --url https://api.oviond.com/v1/users/accept-invite \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Invite finalised

success
enum<boolean>
required
Available options:
true