Swing Points Program is Live 🚀 Learn More →

Invite Member

post
https://platform.swing.xyz/api/v1
/projects/{projectId}/members

Invite a member to your project

projectId
string
required

Swing Project Identifier

Examples:
app-swing-xyz
email
string

OK

responses
/
200
success
boolean
Auth
:
Parameters
:
Body
curl --request POST \
--url https://platform.swing.xyz/api/v1/projects/app-swing-xyz/members \
--header 'Accept: application/json' \
--header 'Authorization: 123' \
--header 'Content-Type: application/json' \
--data '{
"email": "string"
}'
Response Example
1
{
2
"success": true
3
}