cURL
curl --request POST \ --url http://localhost:3001/api/public/candidates/new \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "email": "jsmith@example.com" }'
{ "success": true, "identifier": "<string>" }
Create a new candidate
The full name of the candidate
1
The email address of the candidate
Successfully created candidate
Whether the operation was successful
Unique identifier for the newly created candidate