GET
/
api
/
v1
/
member_transactions
/
{transaction_id}
/
status_details
/
latest
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/member_transactions/{transaction_id}/status_details/latest
{
  "event_created": 1673510869,
  "status_detail": "carrier_accepted"
}
Deprecated

Path Parameters

transaction_id
string
required

The unique identifier of the member transaction

Example:

"136e34f9-1eb5-4b31-af53-b3a37ef225ba"

Response

200 - application/json
Successful Response - Returns the latest Status Detail

The response is of type object.