API Reference

create_team

Description

Creates a team with the given team name.

Required

team_name

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"team_name":"VALUE",
	  
   },
   "action":"create_team"
}