Getting Started
Getting Started

Authentication

All API requests require authentication using an API key. To generate a new API key:

  1. Log in to your Ship.com dashboard
  2. Navigate to Settings > API Integration
  3. Click "Generate New API Key"

Include your API key in the Authorization header of all requests:

1Authorization: Bearer YOUR_API_KEY

All endpoints require an OAuth2 Bearer token in the Authorization header.

Common Errors

Errors return a JSON envelope:

  1. Invalid Credentials
  2. Expired Credentials