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