ShopGo
1.0.0
1.0.0
  • Welcome
  • Developer Guides
    • Order Processing
    • Webhooks
      • Calculate Shipping Rates
  • Management API
    • Introduction
    • Authentication
      • Using User API Key
      • Using Platform API Key
    • Authorization
    • Objects
      • Primitives
      • Order
      • Payment
      • Shipment
      • Purchase
      • Adjustment
      • Charge
      • Attribute
    • API Endpoints
  • Platform API
    • Introduction
    • Authentication
    • Objects
    • API Endpoints
      • Tenant
Powered by GitBook
On this page

Was this helpful?

  1. Management API

Authentication

PreviousIntroductionNextUsing User API Key

Last updated 4 years ago

Was this helpful?

There are two supported mechanisms to authenticate access to the Management API:

1. Dashboard User API Key

Requests can be authenticated by passing the dashboard user's API key. This will grant access to the tenant account to which the dashboard user belongs.

The details of this authentication method are described in the subsection .

2. Platform API Key

In addition, it's possible to access any tenant account using a platform-level master API key. This is intended for internal use within ShopGo.

The details of this authentication method are described in the subsection .

Using User API Key
Using Platform API Key