Nimply Developers
API ReferenceChannels

Get a channel

GET
/v1/channels/{id}
AuthorizationBearer <token>

Workspace API key (nim_live_...)

In: header

Path Parameters

id*string

Channel id

Response Body

application/json

curl -X GET "https://example.com/v1/channels/string"
{  "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"}
Empty