GET
/
api
/
v1
/
groups
/
{group_id}
/
audit_requests
/
latest
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/audit_requests/latest
{
  "carrier_ids": [
    "8fac0992-933a-4743-8dab-0d606ef2569e"
  ],
  "completed_at": 1602609543,
  "group_id": "2ce3b54a-2535-4803-b218-e6b44081d418"
}

Path Parameters

group_id
string
required

The unique identifier of the associated group in Noyo

Example:

"2ce3b54a-2535-4803-b218-e6b44081d418"

Query Parameters

carrier_id
string

The unique identifier of the carrier for which you would like to view audit requests

Example:

"2613a221-d3c8-4c8a-86d5-e7e885fd1da9"

Response

200 - application/json
Successful Response - Returns metadata about the latest Group Audit Request
carrier_ids
string[]
required

List of carrier IDs included in group audit

Carrier ID used for group audit

completed_at
integer
required

The date the group audit request was completed

group_id
string
required

Unique identifier of the associated group in Noyo