Skip to main content
GET
Lists nominations sharing a client reference

Authorizations

Authorization
string
header
required

Access token obtained from the /oauth/token endpoint using your client credentials.

Path Parameters

clientReference
string
required

The client reference shared by the nominations to list.

Response

OK

clientReference
string

Your company's unique identifier for the nomination.

delivery
object

Delivery information.

supplier
object

Supplier information.

receiver
object

Receiver information.

fuelSpecifications
object[]

Fuel specifications for the nomination.

stakeholders
null | object[]

Stakeholders involved in the nomination (if any).

status
enum<string>

Current status of the nomination.

Possible values:

  • supplier_requested — Supplier has been requested for this nomination.
  • supplier_unassigned — Nomination has no supplier assigned.
  • supplier_assigned — Supplier has been assigned to the nomination.
  • operation_started — Bunkering operation has started.
  • cancelled — Nomination has been cancelled.
  • accepted — Nomination has been accepted by the supplier.
  • amended — Nomination has been amended. Not currently returned as a nomination's current status; accept it for forward compatibility.
Available options:
supplier_requested,
supplier_unassigned,
supplier_assigned,
operation_started,
cancelled,
accepted,
amended