POST
/
api
/
v1
/
organizations
/
{organizationId}
/
invites
cURL
curl --request POST \
  --url https://api.drip.re/api/v1/organizations/{organizationId}/invites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

organizationId
string
required

Body

application/json

Response

200
application/json

Default Response

The response is of type any.