Groups

List my groups

Returns a list of groups the current user is a member of.

GET
/groups

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Response Body

application/json

application/json

curl -X GET "https://v2.api.piktid.com/groups"
[
  {
    "name": "string",
    "role": "string",
    "member_count": 0
  }
]
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty