GET
/
spaces
/
{spaceId}
/
invitation
curl --request GET \
  --url https://ragapi.sno.ai/v1/spaces/{spaceId}/invitation \
  --header 'Authorization: Bearer <token>'
{
  "space": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "owner": {
      "firstName": "<string>",
      "lastName": "<string>"
    }
  },
  "accessType": "read"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required

Response

200
application/json

Invitation details

The response is of type object.