cURL
curl --request POST \ --url https://api.dashgram.io/v1/{project_id}/track \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "updates": [ {} ], "origin": "<string>" } '
{ "status": "<string>" }
Accepts a list of updates from Telegram or other sources.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Numeric project identifier
List of Telegram updates
Optional origin of the updates
Successfully tracked updates
Status of the tracking process