Skip to main content
POST
/
api
/
v1
/
refresh
Request a tracker refresh
curl --request POST \
  --url http://localhost:4000/api/v1/refresh \
  --header 'Authorization: Bearer <token>'
{
  "queued": true,
  "coalesced": true,
  "requested_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

202 - application/json

Refresh queued

queued
boolean
required
coalesced
boolean
required
requested_at
string
required
Last modified on March 31, 2026