GraphQL API
Organization API
GraphQL API

Organization API

Manage orders, products, customers, returns, shipments, integrations, and organization settings.

API endpoint

Replace the path identifier.

https://api.pack.cloud/v1/organizations/{organizationId}/graphql

Make a request

Read the guide
curl --request POST "https://api.pack.cloud/v1/organizations/{organizationId}/graphql" \
  --header "Authorization: Bearer $PACKCLOUD_TOKEN" \
  --header "Accept: application/json" \
  --header "Content-Type: application/json" \
  --data '{"query":"query { __typename }"}'

Use a personal API key as the Bearer token. The resource identifier in the URL determines the request scope.