Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| string | NONE | REQUIRED | |
| name | string | NONE | OPTIONAL |
| multiplier_ids | array of strings | NONE | OPTIONAL |
| customer_ids | array of strings | NONE | OPTIONAL |
curl --location --request POST 'https://www-staging.givve.com/api/users/invitations' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"name": "string",
"multiplier_ids": ["string"],
"customer_ids": ["string"]
}'{}