Public
Documentation Settings

EasyHire API

Overview

Internal API. It could change in any moment.

Authorization

POSTLog in

https://interviews.easyhire.me/rest-login

Returns a token that should be places in the x-easyhire-authtoken header in all requests. Token is valid for 24 hours.

Bodyurlencoded
email

[admin_email]

Email

password

[admin_password]

Password

Example Request
curl
curl --location 'https://interview.easyhire.me/rest-login' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'email=email' \
--data-urlencode 'password=password'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Interviews