cURL
curl --request GET \ --url https://api.paylora.org/api/v1/channels \ --header 'Authorization: Bearer <token>'
{ "success": true, "total": 123, "data": [ { "uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "channel_id": "-1001234567890", "channel_title": "My Channel", "user_uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef" } ] }
Retrieve all telegram channels associated with the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Paginated list
Show child attributes
The UUID of the telegram channel
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Telegram channel ID
"-1001234567890"
Telegram channel title
"My Channel"
The UUID of the user who owns this channel