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>"
}
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>"
}
API Key
Default Response
The response is of type any
.
Was this page helpful?