Space Management
Accept/Reject Invitation
Allows a user to accept or reject an invitation to a space.
POST
Allows a user to accept or reject an invitation to a space. The action parameter in the URL should be either ‘accept’ or ‘reject’. Requires the space ID in the request body.
Authorizations
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Path Parameters
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
.