POST
/
v1
/
{project_id}
/
track
Track updates
curl --request POST \
  --url https://api.dashgram.io/v1/{project_id}/track \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "origin": "<string>",
  "updates": [
    {}
  ]
}'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required

Numeric project identifier

Body

application/json
updates
object[]
required

List of Telegram updates

Telegram update object (simplified placeholder)

origin
string | null

Optional origin of the updates

Response

200 - application/json

Successfully tracked updates

status
string

Status of the tracking process