Channels
List client groups: GET /groups
Az ügyfélcsoportok, amelyekbe a csatornák be vannak sorolva.
Path
Method and path
GEThttps://api.posty.hu/public/v1/groups
Authorization
channels:readoperationId
listGroupsThe client groups the channels are assigned to. In agency use, this is how you manage one client's channels together.
Request
curl https://api.posty.hu/public/v1/groups \
-H "Authorization: psty_a_kulcsod"Response
Example response structure. The OpenAPI document contains the authoritative schema for each field.
[
{ "id": "cus_1a2b3c", "name": "Kávézó Kft." }
]Related
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.