Nimply Developers
API ReferenceChannels

List connected channels

GET
/v1/channels

Returns all social channels connected to the workspace. Use the channel id when creating posts.

AuthorizationBearer <token>

Workspace API key (nim_live_...)

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/channels"
[  {    "id": "123e4567-e89b-12d3-a456-426614174000",    "name": "Acme Corp",    "type": "INSTAGRAM_PROFESSIONAL",    "username": "acmecorp",    "avatar": {},    "isConnected": true,    "tokenStatus": "HEALTHY",    "isQueuePaused": false,    "timezone": "Europe/Berlin",    "createdAt": "2026-01-15T09:30:00.000Z"  }]