Skip to content

List groups

GET
/groups
curl --request GET \
--url https://api.dropslate.top/v1/groups \
--header 'Authorization: Bearer <token>'

A label over several accounts, for aiming one post at all of them.

Media typeapplication/json
object
groups
Array<object>
object
id
string
name
string
description
string
nullable
color
string
nullable
accountIds
Array<string>
Examplegenerated
{
"groups": [
{
"id": "example",
"name": "example",
"description": "example",
"color": "example",
"accountIds": [
"example"
]
}
]
}