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 '{}'
{
  "message": "operation completed successfully"
}

Body

application/json

The request body resource

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

Response

OK

message
string
Example:

"operation completed successfully"