Path parameters
-
id
string Required The club id.
Body
-
expiryDate
string Expiry date of the invite.
POST
/1/clubs/{id}/invite
curl \
--request POST 'https://api.localsporthero.com/1/clubs/{id}/invite' \
--header "Content-Type: application/json" \
--data '{"expiryDate":"string"}'
Request examples
{
"expiryDate": "string"
}
Response examples (200)
{
"url": "https://www.localsporthero.com/c/i/oijasiodfjohfuias"
}