POST
/
projects
/
{project_id}
/
refresh
curl --request POST \
  --url https://app.getcensus.com/api/v1/projects/{project_id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "refresh_key": 1647978948
}

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

project_id
integer
required

The id of the project to refresh. List the IDs of the projects for your source using the list projects endpoint.

Response

202
application/json
Successfully issued a refresh request for the project. The refresh is in progress.

The response is of type object.