cURL
curl --request GET \ --url https://fulfillment.noyo.com/api/v1/employees/{employee_id}/status
200
pending_changes
{ "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" } ]}
Get the current status of an employee’s snapshots
The unique identifier of the employee
"30b74a44-d5b1-4123-a7a4-6d3aec251ba4"
Returns details about the current status of the Employee
The response is of type object.
object
Was this page helpful?