Get Available candidate statuses
Headers
-
Accept
string application/json
-
Content-Type
string application/json
GET
/candidate/status-list
curl \
--request GET 'https://api-console.logezy.co/v1/candidate/status-list' \
--header "Accept: string" \
--header "Content-Type: string"
Response examples (200)
{
"data": [
{
"id": 1,
"title": "Active"
},
{
"id": 2,
"title": "Pending"
},
{
"id": 3,
"title": "Inactive"
}
],
"status": "success"
}