Get Club information

GET {{baseUrl}}/{{version}}/website/info?site_code={{site_code}}

  This endpoint allows you to register a new Club account in TeamSportz platform.

Request Params

KeyDatatypeRequiredDescription
site_codestring

Request Body

[{"name"=>"email", "value"=>"mylovely@email.com", "datatype"=>"string"}, {"name"=>"password", "value"=>"MyS3cur3P4ssw0rd", "datatype"=>"string"}, {"name"=>"first_name", "value"=>"Marc", "datatype"=>"string"}, {"name"=>"last_name", "value"=>"Smith", "datatype"=>"string"}, {"name"=>"send_welcome_email", "value"=>"", "datatype"=>"null"}, {"name"=>"country_phone_code", "value"=>"", "datatype"=>"null"}, {"name"=>"phone_number", "value"=>"", "datatype"=>"null"}]

RESPONSES

status: OK

{"error":false,"code":200,"message":"Your account has been created. You should have received an email confirmation.","user_id":15411000}