POST
/
spaces
/
invites
/
{action}
curl --request POST \
  --url https://ragapi.sno.ai/v1/spaces/invites/{action} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "spaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'

Path Parameters

action
enum<string>
required

Action to perform on the invitation

Available options:
accept,
reject

Body

application/json

Response

200
application/json

Invitation processed successfully

The response is of type object.