Ciele
Canali

List the Teammate channels this key's Member is in

GET/api/v1/channels

Hai bisogno di una chiave API dell'organizzazione con la capability member.

AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/channels"
{  "data": [    {      "channel": {        "id": "string",        "organizationId": "string",        "name": "string",        "projectId": null,        "createdBy": null,        "createdAt": "string",        "updatedAt": "string"      },      "memberIds": [        "string"      ],      "teammateIds": [        "string"      ],      "unread": {        "count": 0,        "mentionsYou": true      },      "lastMessagePreview": "string",      "lastMessageAt": null    }  ]}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}