Skip to main content
GET
/
api
/
public
/
candidates
List all candidates
curl --request GET \
  --url http://localhost:3001/api/public/candidates \
  --header 'x-api-key: <api-key>'
{
  "candidates": [
    {
      "name": "<string>",
      "email": "jsmith@example.com",
      "createdAt": "2023-11-07T05:31:56Z",
      "identifier": "<string>",
      "notes": "<string>",
      "status": "Not Assigned"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Successfully retrieved candidates

candidates
object[]
required

List of candidates