Skip to main content
GET
/
groups
List all groups (customers)
curl --request GET \
  --url https://api.postiz.com/public/v1/groups \
  --header 'Authorization: <api-key>'
[
  {
    "id": "customer-id",
    "name": "My Company"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.postiz.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Postiz API key

Response

200 - application/json

List of groups

id
string

Unique group (customer) ID

name
string

Group (customer) display name