GET
/
transports
/
{id}
/
price-history
Historique des refacturations
curl --request GET \
  --url https://sandbox.myexpressdriver.com/v1/transports/{id}/price-history \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "leg": "<string>",
      "old_price_ht": 123,
      "new_price_ht": 123,
      "motif": "<string>",
      "created_at": "<string>"
    }
  ]
}

Autorisations

X-Api-Key
string
header
requis

Clé API liée à un groupe (med_live_… en production, med_test_… en test). Fournie en clair une seule fois à la création depuis le profil client.

Paramètres de chemin

id
string
requis

Identifiant de la mission (offer_id).

Réponse

Historique des changements de prix.

data
object[]
requis