Skip to main content
GET
Retrieve

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

approved
boolean

Whether or not this shipping provider has been verified and approved.

enabled
boolean

Whether or not this shipping provider is enabled.

live_mode
boolean

Whether or not this shipping provider is in live mode.

provider_type
string

The type of shipping provider – currently only shippo.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.