postnl.pages.dev Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

URL: https://postnl.pages.dev/
Submission: On July 17 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

PostNL Ecommerce APIs

 * HTTP
 * .NET
 * Java
 * PHP
 * Python
 * Ruby
 * TypeScript

 * HTTP

Get SDK

Search

Step by Step Tutorial

 * * Step by Step Tutorial
 * Guided Walkthroughs
   * Confirm Parcel Shipment
   * Get status of parcel
 * Availability
   * Availability
   * Status
 * API Endpoints
   * Postalcode Check
   * Checkout
   * Deliverydate
   * Locations
   * Timeframes
   * Labelling
   * Barcode
   * Confirming
   * Track Trace
 * Models
   * Structures
   * Enumerations
   * Exceptions

API Docs by APIMATIC
STEP BY STEP TUTORIAL
#

INTRODUCTION
#

Collection of PostNL API's for ecommerce processes

ENVIRONMENTS
#

This API has support for the following environment(s). Each environment has one
or more base URIs defined.

PRODUCTION
#

ServerBase URIdefaulthttps://api-sandbox.postnl.nl

ENVIRONMENT2
#

ServerBase URIdefaulthttps://api.postnl.nl

The default environment is production and the default server is default.

AUTHORIZATION
#

This API uses the following authentication schemes.

 * APIKeyHeader (Custom Header Signature)

APIKEYHEADER (CUSTOM HEADER SIGNATURE)
#

This API uses the following header parameters for authentication.

HeaderDefaultapikeyNone

The request looks like this:

curl {BASEURI} \
  -H 'apikey: {APIKEY}'

GET / HTTP/1.1
Host: {HOST}
apikey: {APIKEY}

 * HTTP
 * .NET
 * Java
 * PHP
 * Python
 * Ruby
 * TypeScript


 * HTTP

Table Of Contents
Introduction
Environments
Production
Environment2
Authorization
APIKeyHeader (Custom Header Signature)

Back to top