This is an old revision of the document!
Every API call that is sent to Club Planner API must be accompanied by a token that is preconfigured in the club planner parameters.
Is over HTTPS and should never be used over HTTP
Is usaly the base url of the web platform + \api
Example: https://demo.clubplanner.be/api
Calling the API over extensively or misuse can result in a disabled api.
When the api was unable to process the request a BadRequest (400 Bad Request) with the specified error message will be sent back.
Example: The getmember API needs an id or uid or email, when none are provided you will get HTTP 400.
https://demo.clubplanner.be/api/member/getmember?token=DEMOTOKEN
Return:
<Error> <Message>id or uid or email is mandatory</Message> </Error>