zipmend API (1.0.0)

Documentation for the zipmend API

Download OpenAPI description
Languages
Servers
Mock server
https://docs.zipmend.com/_mock/openapi/
Production server (uses live data)
https://app.zipmend.com/api/v3/
Sandbox server (uses test data)
https://sandbox.zipmend.com/api/v3/

Cities

Find location based on city and zipcode

Operations

Get cities

Request

Get cities by country code and search term

Query
countrystringrequired
Example: country=NL
querystring
Example: query=8051 CP Hattem
curl -i -X GET \
  'https://docs.zipmend.com/_mock/openapi/cities?country=NL&query=8051%20CP%20Hattem' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success!

Bodyapplication/json
messagestringrequired
Example: "Success!"
dataArray of objects(City)required
data[].​namestring(Name)
data[].​zip_codestring(ZipCode)
data[].​countrystring(Country)
Response
application/json
{ "message": "Success!", "data": [ { "name": "Hattem", "zip_code": "8051 CP", "country": "NL" }, { "name": "Hattem", "zip_code": "8051 NL", "country": "NL" }, { "name": "Hattem", "zip_code": "8051 AK", "country": "NL" }, { "name": "Hattem", "zip_code": "8051 AW", "country": "NL" } ] }

Price

Get price

Operations

Booking

Book a transport

Operations