v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/candidates/:id/files

Returns the files associated with the given candidate. Accessible with all token types.

get/candidates/{id}/files

Path parameters

idstring required

The candidate's id

Response

200

Example response

{
  "files": [
    {
      "name": "applied",
      "preview_url": "Applied",
      "source": "2016-09-29T00:00:00.000Z"
    }
  ]
}