Skip to main content
GET
/
v1
/
shipping_profiles
List
curl --request GET \
  --url https://{defaultHost}/v1/shipping_profiles \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/shipping_profiles"
  },
  "data": [
    {
      "id": "a702eca0-5219-4203-b403-472a21f4194e",
      "object": "shipping_profile",
      "default": false,
      "name": "General",
      "fallback_shipping_zone": null,
      "created_at": 1778010931,
      "updated_at": 1778010931
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.surecart.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.