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