GET
/
api
/
v1
/
employees
/
{employee_id}
/
status
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/employees/{employee_id}/status
{
"carrier_statuses": [
{
"carrier_id": "1012fbfe-3fbf-422b-807c-b449a3119a61",
"pending_changes": [
{
"id": "6e0d7cf3-e8a8-42a1-b2dc-269fa988b99e",
"status": "processing",
"type": "member_snapshot"
}
],
"status": "pending_changes"
}
]
}

Path Parameters

employee_id
string
required

The unique identifier of the employee

Example:

"30b74a44-d5b1-4123-a7a4-6d3aec251ba4"

Response

200
application/json

Returns details about the current status of the Employee

The response is of type object.