Start object refresh
This endpoint queues a job to refresh the list of objects for a destination.
Request schema
Path parameters
destination_id
integerrequired
ID of the destination to update
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
POST
https://app.getcensus.com/api/v1/destinations/{destination_id}/refresh_objects
POST /api/v1/destinations/{destination_id}/refresh_objects HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully enqueued the object refresh job.
200
refresh_key
integer
They key that can be used to check the status of the refresh job.
example:
{ "refresh_key": 1647978948 }