La Poste · Example Payload

Check Generate Label Request

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Check Generate Label Request is an example object payload from La Poste, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contractNumberpasswordoutputFormatletter

Example Payload

Raw ↑
{
  "contractNumber": "YOUR_CONTRACT_NUMBER",
  "password": "YOUR_PASSWORD",
  "outputFormat": {
    "x": 0,
    "y": 0,
    "outputPrintingType": "PDF_10x15_300dpi",
    "dematerializedReturnLabel": false,
    "returnTypeChoice": 3
  },
  "letter": {
    "service": {
      "productCode": "DOS",
      "depositDate": "2026-06-13",
      "orderNumber": "ORD-002",
      "returnTypeChoice": 3
    },
    "parcel": {
      "weight": 0.5,
      "insuranceValue": 0
    },
    "sender": {
      "company": "Test Sender SAS",
      "lastName": "Sender",
      "firstName": "Test",
      "line2": "1 Rue du Test",
      "countryCode": "FR",
      "city": "Paris",
      "zipCode": "75008",
      "email": "sender@example.fr"
    },
    "addressee": {
      "lastName": "Recipient",
      "firstName": "Test",
      "line2": "2 Rue du Destinataire",
      "countryCode": "FR",
      "city": "Marseille",
      "zipCode": "13001",
      "email": "recipient@example.fr"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/check-generate-label-request"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.