Channels
Channels Endpoint
Last updated
Last updated
GET /api/v1/social-sparks/channels HTTP/1.1
Host: app.marketingblocks.ai
Accept: */*
{
"channels": {
"current_page": 1,
"data": [
{
"channel_id": 1,
"platform": "text",
"account_name": "text",
"avatar": "https://example.com"
}
],
"first_page_url": "https://example.com",
"from": 1,
"last_page": 1,
"last_page_url": "https://example.com",
"next_page_url": null,
"path": "https://example.com",
"per_page": 1,
"prev_page_url": null,
"to": 1,
"total": 1
},
"status": true
}