Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Easyship Addresses API

The Addresses API from Easyship — 2 operation(s) for addresses.

Easyship Addresses API is one of 7 APIs that Easyship publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 6 JSON Schema definitions.

Tagged areas include Addresses. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, a changelog, and 6 JSON Schemas.

This API exposes 4 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2024-09.

Requests are made against 2 base URLs: https://api.easyship.com/2024-09, https://api-sandbox.easyship.com.

4 operations 2 paths 1 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2024-09
Base URL
https://api.easyship.com
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Easyship Addresses API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Addresses 4
POST
/addresses
Create an address
createAddress body → 201
GET
/addresses
List addresses
listAddresses → 200
GET
/addresses/{id}
Show an address
getAddress 1 param → 200
PATCH
/addresses/{id}
Update an address
updateAddress 1 param body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Address (11 properties). Each schema is shown below with its type and property counts.

Address
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

easyship-addresses-api-openapi.yml Raw ↑

Other APIs Easyship publishes across the network.

Easyship Labels API
Easyship Pickups API
Easyship Rates API
Easyship Shipments API
Easyship Trackings API
Easyship Webhooks API