Skip to main content
POST
/
orgs
/
invitations
Handle Organization Invitation
curl --request POST \
  --url https://use.hoop.dev/api/orgs/invitations \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "accept"
}
'
{
  "message": "operation completed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The request body resource

action
enum<string>
required
Available options:
accept,
decline

Response

OK

message
string
Example:

"operation completed successfully"