Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "status": "success",
  3. "code": "SUCCESS",
  4. "message": "Success.",
  5. "channels": [
  6. {
  7. "channel_id": 1,
  8. "subscription_id": 1,
  9. "name": "sheriff_mandela",
  10. "description": "Sheriff/Mandela",
  11. "image": null,
  12. "subscribed": true
  13. },
  14. {
  15. "channel_id": 2,
  16. "subscription_id": null,
  17. "name": "test",
  18. "description": "Test",
  19. "image": null,
  20. "subscribed": false
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement