curl --request POST \
--url https://api.drip.re/api/v1/organizations/{organizationId}/team-members \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"role": "<string>"
}'
{
"success": true,
"message": "<string>"
}
curl --request POST \
--url https://api.drip.re/api/v1/organizations/{organizationId}/team-members \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"role": "<string>"
}'
{
"success": true,
"message": "<string>"
}
API Key
Default Response
The response is of type any
.
Was this page helpful?