cURL
curl --request GET \ --url https://api.paylora.org/api/v1/channels/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "channel_id": "-1001234567890", "channel_title": "My Channel", "user_uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef" } }
Retrieve a telegram channel by its UUID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resource model
Indicates if the request was successful
true
The data returned by the API
Show child attributes