Skip to main content

nShift Delivery Help Center

Code lists

Code lists via API is a support function that optimizes usage of API integration and simplifies customer integration.

It makes it easy to scale and customize information about services on a per customer basis thus enhancing the overall customer experience.

Code lists via API uses a REST API framework for communication, with JSON as data carrier.

The REST API endpoints are only accessible via HTTPS and are located at api.unifaun.com.

https://api.unifaun.com/rs-extapi/v1

Before getting started you need to know your developer ID and create an API key.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/.

How it works

With Code lists API you can easily filter available services for a specific customer.

Once called, the service returns information containing service codes, package codes, routing information, additional services and supported address parties.

The service also supports filtering via Printing favorites.

Carrier and service information

Receive carrier and service information available on a customer account.

Fetch carrier and service information

GET /meta/lists/partners

Fetches a list of meta data about carriers and their services.

Query parameters

language

string

Language code for descriptions

Valid values:

da|en|fi|no|sv

Required

favorite

string

Printing favorite name.

Any filters configured in the favorite will be applied to the result of the call.

Optional

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /meta/lists/partners GET.