https://yourcompany.sport-keeper.com/api/login
with the email and password that you used to create your account with. In the return response, you will receive an authentication token that you can use to make future requests with.curl --header "Authorization: Bearer TOKEN-FROM-LOGIN" https://yourcompany.sport-keeper.com/api/v1/events
{ "member": { "email": "[email protected]"}}