Retrieves the membership form for the club.
GET
https://api.vereinsantrag.de/v1/club/membership-form
Forms
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vereinsantrag.de/v1/club/membership-form'
Response Response Example
{
"notes": "string",
"showSepa": true,
"showOnAccount": true,
"showSignature": true,
"needConfirmation": true
}
Request
None