IPFS Groups
List Groups
GET
/
groups
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
nameContains
string
Filter by name of the group
offset
integer
Paginate through next series of groups
limit
integer
Limit the number of results
Response
200 - application/json
id
string
ID of the created Group
user_id
string
ID of the user who created the Group
name
string
Name of the Group
updatedAt
string
ISO 8601 format date of the last time Group was updated
createdAt
string
ISO 8601 format date of Group creation