Skip to main content
GET
/
api
/
v1
/
employees
/
{employee_id}
/
status
Get Employee Status
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/employees/{employee_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "carrier_statuses": [
    {
      "pending_changes": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "status": "<string>",
          "type": "member_request"
        }
      ],
      "status": "pending_changes",
      "carrier_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "latest_platform_change": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "status": "<string>",
        "type": "member_request",
        "error": {
          "message": "<string>"
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employee_id
string<uuid>
required

The unique identifier of the employee

Example:

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

Response

Returns details about the current status of the Employee

carrier_statuses
object[]
required

List of employee statuses with any relevant carriers