Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

routes get get groups

Manoel Domingues Junior edited this page Dec 25, 2018 · 2 revisions

Get all groups (GET /get/groups)

Useful when adding a password to a group you are not member of.

Method: "/get/groups"

Usage example:

$curl -v -H 'Authorization: Bearer XXXXXXXX' [GSENHA_API]/get/groups

Response in case of success:

HTTP 200 and a JSON:

{
 "Groups": [
	"group1", 
	"group2", 
	"group3", 
	"group4", 
	"group5"
	]
}