Skip to content

api routes get get mygroups

Manoel Domingues Junior edited this page Jul 26, 2019 · 1 revision

Get your groups (GET /get/mygroups)

Get the groups you are member of.

Method: "/get/mygroups"

Usage example:

$curl -vvv -H 'Authorization: Bearer XXXXXXXX' [GSENHA_API]/get/mygroups

Response in case of success:

HTTP 200 and a JSON:

{
 "Groups": [ 
	"group1"
	]
}