Authentication

POST /auth/verify/confirm Session only

Confirm the address with the mailed code.

Body

code string required
The six-digit code mailed to your address.Example 123456
curl
curl -X POST "https://freehire.me/api/v1/auth/verify/confirm" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"code":"123456"}'
json — response
{ "data": { "id": 1, "email": "me@example.com", "role": "user", "...": "..." } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available