get https://app.nayya.com/api/employers//additional_benefits
Returns the list of additional benefits that are associated with the employer.
Responses
401Unauthorized
404Not Found
500Internal Server Error
Returns the list of additional benefits that are associated with the employer.
401Unauthorized
404Not Found
500Internal Server Error
xxxxxxxxxx
curl --request GET \
--url https://app.nayya.com/api/employers/employer_id/additional_benefits \
--header 'accept: application/json'
xxxxxxxxxx
25{
"data": [
{
"id": "0daf5c62-a940-41b5-95ef-b87372bba728",
"name": "Magoon Travel Insurance",
"benefit_type": "Travel Insurance",
"link": "https://www.magoons.com",
"description": "Travel Insurance outside of the US and Canada.",
"external_id": "12309iidas"
},
{
"id": "8b9629c3-0354-43ef-8d52-26dcb3d36493",
"name": "Union Square Legal Aid",
"benefit_type": "Legal Aid",
"link": "https://www.unionsqlegal.com",
"description": "Legal Aid available should you need it.",
"external_id": "12309iidqiweuq"
}
],
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 2
}
}