GET https://app-sylius.integritty.dev/api/v2/shop/channels

PlaceholderAction

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_api_header_parameters
[
  "x-real-ip" => [
    "172.21.0.1"
  ]
  "x-forwarded-server" => [
    "cab772713d48"
  ]
  "sec-fetch-mode" => [
    "cors"
  ]
  "accept-language" => [
    "*"
  ]
  "accept-encoding" => [
    "br, gzip, deflate"
  ]
  "accept" => [
    "*/*"
  ]
  "user-agent" => [
    "undici"
  ]
  "host" => [
    "app-sylius.integritty.dev"
  ]
  "x-forwarded-for" => [
    "172.21.0.1"
  ]
  "x-forwarded-host" => [
    "app-sylius.integritty.dev"
  ]
  "x-forwarded-port" => [
    "443"
  ]
  "x-forwarded-proto" => [
    "https"
  ]
  "x-php-ob-level" => [
    "0"
  ]
]
_api_normalization_context
[
  "skip_null_values" => false
  "groups" => [
    "sylius:shop:channel:index"
  ]
  "operation_name" => "sylius_api_shop_channel_get_collection"
  "operation" => ApiPlatform\Metadata\GetCollection {#2696
    #parameters: null
    #shortName: "Channel"
    #class: "App\Entity\Channel\Channel"
    #description: null
    #urlGenerationStrategy: null
    #deprecationReason: null
    #normalizationContext: [
      "skip_null_values" => false
      "groups" => [
        "sylius:shop:channel:index"
      ]
    ]
    #denormalizationContext: null
    #collectDenormalizationErrors: null
    #validationContext: null
    #filters: []
    #mercure: null
    #messenger: null
    #input: null
    #output: null
    #order: null
    #fetchPartial: null
    #forceEager: null
    #paginationEnabled: null
    #paginationType: null
    #paginationItemsPerPage: null
    #paginationMaximumItemsPerPage: null
    #paginationPartial: null
    #paginationClientEnabled: null
    #paginationClientItemsPerPage: true
    #paginationClientPartial: null
    #paginationFetchJoinCollection: null
    #paginationUseOutputWalkers: null
    #security: null
    #securityMessage: null
    #securityPostDenormalize: null
    #securityPostDenormalizeMessage: null
    #securityPostValidation: null
    #securityPostValidationMessage: null
    #provider: "sylius_api.state_provider.shop.channel.collection"
    #processor: "api_platform.doctrine.orm.state.persist_processor"
    #stateOptions: ApiPlatform\Doctrine\Orm\State\Options {#1757 …}
    #rules: null
    #policy: null
    #middleware: null
    #queryParameterValidationEnabled: null
    #strictQueryParameterValidation: null
    #hideHydraOperation: null
    #jsonStream: null
    #extraProperties: [
      "rfc_7807_compliant_errors" => true
      "standard_put" => false
      "user_defined_uri_template" => true
      "is_alternate_resource_metadata" => true
    ]
    #paginationViaCursor: null
    #read: true
    #deserialize: null
    #validate: null
    #write: null
    #serialize: null
    #priority: null
    #name: "sylius_api_shop_channel_get_collection"
    #formats: null
    #inputFormats: [
      "jsonld" => [
        "application/ld+json"
      ]
      "json" => [
        "application/json"
      ]
    ]
    #outputFormats: [
      "jsonld" => [
        "application/ld+json"
      ]
      "json" => [
        "application/json"
      ]
    ]
    #method: "GET"
    #uriTemplate: "/shop/channels"
    #types: null
    #uriVariables: []
    #routePrefix: null
    #routeName: null
    #defaults: null
    #requirements: null
    #options: null
    #stateless: null
    #sunset: null
    #acceptPatch: null
    #status: null
    #host: null
    #schemes: null
    #condition: null
    #controller: null
    #headers: null
    #cacheHeaders: null
    #hydraContext: null
    #openapi: null
    #exceptionToStatus: null
    #links: null
    #errors: null
    -itemUriTemplate: null
  }
  "resource_class" => "App\Entity\Channel\Channel"
  "skip_null_to_one_relations" => true
  "iri_only" => false
  "request_uri" => "/api/v2/shop/channels"
  "uri" => "https://app-sylius.integritty.dev/api/v2/shop/channels"
  "input" => null
  "output" => null
  "exclude_from_cache_key" => [
    "root_operation"
    "operation"
    "object"
    "data"
    "property_metadata"
    "circular_reference_limit_counters"
    "debug_trace_id"
  ]
  "sylius_api_channel" => App\Entity\Channel\Channel {#2372
    #id: 1
    #code: "FASHION_WEB"
    #name: "Fashion Web Store"
    #description: null
    #hostname: "app-sylius.integritty.dev"
    #color: "#9b69d6"
    #createdAt: DateTime @1767794129 {#2364
      date: 2026-01-07 13:55:29.0 UTC (+00:00)
    }
    #updatedAt: DateTime @1767795302 {#2365
      date: 2026-01-07 14:15:02.0 UTC (+00:00)
    }
    #enabled: true
    #baseCurrency: App\Entity\Currency\Currency {#2538 …}
    #defaultLocale: App\Entity\Locale\Locale {#2535 …}
    #defaultTaxZone: Proxies\__CG__\App\Entity\Addressing\Zone {#2401 …}
    #taxCalculationStrategy: "order_items_based"
    #currencies: Doctrine\ORM\PersistentCollection {#2511 …}
    #locales: Doctrine\ORM\PersistentCollection {#2513 …}
    #countries: Doctrine\ORM\PersistentCollection {#2532 …}
    #themeName: null
    #contactEmail: "contact@example.com"
    #contactPhoneNumber: "+41 123 456 789"
    #skippingShippingStepAllowed: false
    #skippingPaymentStepAllowed: false
    #accountVerificationRequired: true
    #shippingAddressInCheckoutRequired: false
    #shopBillingData: Proxies\__CG__\App\Entity\Channel\ShopBillingData {#2478 …}
    #menuTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#2439 …}
    #channelPriceHistoryConfig: Proxies\__CG__\App\Entity\Channel\ChannelPriceHistoryConfig {#2503 …}
  }
  "sylius_api_locale_code" => "en_US"
  "sylius_api_http_method_request_type" => "GET"
  "api_gateway" => false
  "base_url" => ""
  "spec_version" => ""
]
_api_operation
ApiPlatform\Metadata\GetCollection {#2696
  #parameters: null
  #shortName: "Channel"
  #class: "App\Entity\Channel\Channel"
  #description: null
  #urlGenerationStrategy: null
  #deprecationReason: null
  #normalizationContext: [
    "skip_null_values" => false
    "groups" => [
      "sylius:shop:channel:index"
    ]
  ]
  #denormalizationContext: null
  #collectDenormalizationErrors: null
  #validationContext: null
  #filters: []
  #mercure: null
  #messenger: null
  #input: null
  #output: null
  #order: null
  #fetchPartial: null
  #forceEager: null
  #paginationEnabled: null
  #paginationType: null
  #paginationItemsPerPage: null
  #paginationMaximumItemsPerPage: null
  #paginationPartial: null
  #paginationClientEnabled: null
  #paginationClientItemsPerPage: true
  #paginationClientPartial: null
  #paginationFetchJoinCollection: null
  #paginationUseOutputWalkers: null
  #security: null
  #securityMessage: null
  #securityPostDenormalize: null
  #securityPostDenormalizeMessage: null
  #securityPostValidation: null
  #securityPostValidationMessage: null
  #provider: "sylius_api.state_provider.shop.channel.collection"
  #processor: "api_platform.doctrine.orm.state.persist_processor"
  #stateOptions: ApiPlatform\Doctrine\Orm\State\Options {#1757 …}
  #rules: null
  #policy: null
  #middleware: null
  #queryParameterValidationEnabled: null
  #strictQueryParameterValidation: null
  #hideHydraOperation: null
  #jsonStream: null
  #extraProperties: [
    "rfc_7807_compliant_errors" => true
    "standard_put" => false
    "user_defined_uri_template" => true
    "is_alternate_resource_metadata" => true
  ]
  #paginationViaCursor: null
  #read: true
  #deserialize: null
  #validate: null
  #write: null
  #serialize: null
  #priority: null
  #name: "sylius_api_shop_channel_get_collection"
  #formats: null
  #inputFormats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
  ]
  #outputFormats: [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
  ]
  #method: "GET"
  #uriTemplate: "/shop/channels"
  #types: null
  #uriVariables: []
  #routePrefix: null
  #routeName: null
  #defaults: null
  #requirements: null
  #options: null
  #stateless: null
  #sunset: null
  #acceptPatch: null
  #status: null
  #host: null
  #schemes: null
  #condition: null
  #controller: null
  #headers: null
  #cacheHeaders: null
  #hydraContext: null
  #openapi: null
  #exceptionToStatus: null
  #links: null
  #errors: null
  -itemUriTemplate: null
}
_api_operation_name
"sylius_api_shop_channel_get_collection"
_api_platform_links
Symfony\Component\WebLink\GenericLinkProvider {#3873
  -links: [
    3868 => Symfony\Component\WebLink\Link {#3868
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
      -href: "https://app-sylius.integritty.dev/api/v2/docs.jsonld"
    }
  ]
}
_api_query_parameters
[]
_api_resource_class
"App\Entity\Channel\Channel"
_api_uri_variables
[]
_controller
"api_platform.action.placeholder"
_firewall_context
"security.firewall.map.context.api_shop"
_format
null
_resources
[
  "/api/v2/shop/channels/FASHION_WEB" => "/api/v2/shop/channels/FASHION_WEB"
  "/api/v2/shop/currencies/USD" => "/api/v2/shop/currencies/USD"
  "/api/v2/shop/locales/en_US" => "/api/v2/shop/locales/en_US"
  "/api/v2/shop/locales/de_DE" => "/api/v2/shop/locales/de_DE"
  "/api/v2/shop/locales/cs" => "/api/v2/shop/locales/cs"
  "/api/v2/shop/locales/en" => "/api/v2/shop/locales/en"
]
_route
"sylius_api_shop_channel_get_collection"
_route_params
[
  "_stateless" => null
  "_api_resource_class" => "App\Entity\Channel\Channel"
  "_api_operation_name" => "sylius_api_shop_channel_get_collection"
  "_format" => null
]
_security_authenticators
[]
_security_skipped_authenticators
[
  Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator {#1810
    -tokenExtractor: Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor {#1811 …}
    -jwtManager: Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager {#1802 …}
    -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#123 …}
    -userProvider: Sylius\Bundle\UserBundle\Provider\UsernameOrEmailProvider {#1815 …}
    -translator: Symfony\Component\Translation\DataCollectorTranslator {#1358 …}
  }
  Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator {#1848
    -options: [
      "username_path" => "email"
      "password_path" => "password"
      "check_path" => "/api/v2/shop/customers/token"
      "use_forward" => false
      "login_path" => "/login"
    ]
    -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#1865 …}
    -translator: Symfony\Component\Translation\DataCollectorTranslator {#1358 …}
    -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1796 …}
    -userProvider: Sylius\Bundle\UserBundle\Provider\UsernameOrEmailProvider {#1815 …}
    -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#1849 …}
    -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#1851 …}
  }
]
_stateless
null
data
[
  App\Entity\Channel\Channel {#2372
    #id: 1
    #code: "FASHION_WEB"
    #name: "Fashion Web Store"
    #description: null
    #hostname: "app-sylius.integritty.dev"
    #color: "#9b69d6"
    #createdAt: DateTime @1767794129 {#2364
      date: 2026-01-07 13:55:29.0 UTC (+00:00)
    }
    #updatedAt: DateTime @1767795302 {#2365
      date: 2026-01-07 14:15:02.0 UTC (+00:00)
    }
    #enabled: true
    #baseCurrency: App\Entity\Currency\Currency {#2538 …}
    #defaultLocale: App\Entity\Locale\Locale {#2535 …}
    #defaultTaxZone: Proxies\__CG__\App\Entity\Addressing\Zone {#2401 …}
    #taxCalculationStrategy: "order_items_based"
    #currencies: Doctrine\ORM\PersistentCollection {#2511 …}
    #locales: Doctrine\ORM\PersistentCollection {#2513 …}
    #countries: Doctrine\ORM\PersistentCollection {#2532 …}
    #themeName: null
    #contactEmail: "contact@example.com"
    #contactPhoneNumber: "+41 123 456 789"
    #skippingShippingStepAllowed: false
    #skippingPaymentStepAllowed: false
    #accountVerificationRequired: true
    #shippingAddressInCheckoutRequired: false
    #shopBillingData: Proxies\__CG__\App\Entity\Channel\ShopBillingData {#2478 …}
    #menuTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#2439 …}
    #channelPriceHistoryConfig: Proxies\__CG__\App\Entity\Channel\ChannelPriceHistoryConfig {#2503 …}
  }
]
input_format
null
original_data
[
  App\Entity\Channel\Channel {#2372
    #id: 1
    #code: "FASHION_WEB"
    #name: "Fashion Web Store"
    #description: null
    #hostname: "app-sylius.integritty.dev"
    #color: "#9b69d6"
    #createdAt: DateTime @1767794129 {#2364
      date: 2026-01-07 13:55:29.0 UTC (+00:00)
    }
    #updatedAt: DateTime @1767795302 {#2365
      date: 2026-01-07 14:15:02.0 UTC (+00:00)
    }
    #enabled: true
    #baseCurrency: App\Entity\Currency\Currency {#2538 …}
    #defaultLocale: App\Entity\Locale\Locale {#2535 …}
    #defaultTaxZone: Proxies\__CG__\App\Entity\Addressing\Zone {#2401 …}
    #taxCalculationStrategy: "order_items_based"
    #currencies: Doctrine\ORM\PersistentCollection {#2511 …}
    #locales: Doctrine\ORM\PersistentCollection {#2513 …}
    #countries: Doctrine\ORM\PersistentCollection {#2532 …}
    #themeName: null
    #contactEmail: "contact@example.com"
    #contactPhoneNumber: "+41 123 456 789"
    #skippingShippingStepAllowed: false
    #skippingPaymentStepAllowed: false
    #accountVerificationRequired: true
    #shippingAddressInCheckoutRequired: false
    #shopBillingData: Proxies\__CG__\App\Entity\Channel\ShopBillingData {#2478 …}
    #menuTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#2439 …}
    #channelPriceHistoryConfig: Proxies\__CG__\App\Entity\Channel\ChannelPriceHistoryConfig {#2503 …}
  }
]
previous_data
[
  App\Entity\Channel\Channel {#2372
    #id: 1
    #code: "FASHION_WEB"
    #name: "Fashion Web Store"
    #description: null
    #hostname: "app-sylius.integritty.dev"
    #color: "#9b69d6"
    #createdAt: DateTime @1767794129 {#2364
      date: 2026-01-07 13:55:29.0 UTC (+00:00)
    }
    #updatedAt: DateTime @1767795302 {#2365
      date: 2026-01-07 14:15:02.0 UTC (+00:00)
    }
    #enabled: true
    #baseCurrency: App\Entity\Currency\Currency {#2538 …}
    #defaultLocale: App\Entity\Locale\Locale {#2535 …}
    #defaultTaxZone: Proxies\__CG__\App\Entity\Addressing\Zone {#2401 …}
    #taxCalculationStrategy: "order_items_based"
    #currencies: Doctrine\ORM\PersistentCollection {#2511 …}
    #locales: Doctrine\ORM\PersistentCollection {#2513 …}
    #countries: Doctrine\ORM\PersistentCollection {#2532 …}
    #themeName: null
    #contactEmail: "contact@example.com"
    #contactPhoneNumber: "+41 123 456 789"
    #skippingShippingStepAllowed: false
    #skippingPaymentStepAllowed: false
    #accountVerificationRequired: true
    #shippingAddressInCheckoutRequired: false
    #shopBillingData: Proxies\__CG__\App\Entity\Channel\ShopBillingData {#2478 …}
    #menuTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#2439 …}
    #channelPriceHistoryConfig: Proxies\__CG__\App\Entity\Channel\ChannelPriceHistoryConfig {#2503 …}
  }
]
read_data
[
  App\Entity\Channel\Channel {#2372
    #id: 1
    #code: "FASHION_WEB"
    #name: "Fashion Web Store"
    #description: null
    #hostname: "app-sylius.integritty.dev"
    #color: "#9b69d6"
    #createdAt: DateTime @1767794129 {#2364
      date: 2026-01-07 13:55:29.0 UTC (+00:00)
    }
    #updatedAt: DateTime @1767795302 {#2365
      date: 2026-01-07 14:15:02.0 UTC (+00:00)
    }
    #enabled: true
    #baseCurrency: App\Entity\Currency\Currency {#2538 …}
    #defaultLocale: App\Entity\Locale\Locale {#2535 …}
    #defaultTaxZone: Proxies\__CG__\App\Entity\Addressing\Zone {#2401 …}
    #taxCalculationStrategy: "order_items_based"
    #currencies: Doctrine\ORM\PersistentCollection {#2511 …}
    #locales: Doctrine\ORM\PersistentCollection {#2513 …}
    #countries: Doctrine\ORM\PersistentCollection {#2532 …}
    #themeName: null
    #contactEmail: "contact@example.com"
    #contactPhoneNumber: "+41 123 456 789"
    #skippingShippingStepAllowed: false
    #skippingPaymentStepAllowed: false
    #accountVerificationRequired: true
    #shippingAddressInCheckoutRequired: false
    #shopBillingData: Proxies\__CG__\App\Entity\Channel\ShopBillingData {#2478 …}
    #menuTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#2439 …}
    #channelPriceHistoryConfig: Proxies\__CG__\App\Entity\Channel\ChannelPriceHistoryConfig {#2503 …}
  }
]

Request Headers

Header Value
accept
"*/*"
accept-encoding
"br, gzip, deflate"
accept-language
"*"
host
"app-sylius.integritty.dev"
sec-fetch-mode
"cors"
user-agent
"undici"
x-forwarded-for
"172.21.0.1"
x-forwarded-host
"app-sylius.integritty.dev"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"cab772713d48"
x-php-ob-level
"0"
x-real-ip
"172.21.0.1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/ld+json; charset=utf-8"
date
"Sat, 10 Jan 2026 01:07:49 GMT"
etag
""2d585dcea99625f0""
link
"<https://app-sylius.integritty.dev/api/v2/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation""
vary
"Accept"
x-content-type-options
"nosniff"
x-debug-token
"1045f8"
x-frame-options
"sameorigin"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"EDITME"
MAILER_DSN
"null://null"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN
"doctrine://default?queue_name=catalog_promotion_removal"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN
"doctrine://default?queue_name=catalog_promotion_removal_failed"
SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN
"doctrine://default"
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN
"doctrine://default?queue_name=main_failed"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN
"sync://"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN
"sync://"
SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH
"%kernel.project_dir%/config/encryption/dev.key"

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"dev"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"postgres://sylius:sylius@postgres:5432/sylius"
DOCUMENT_ROOT
"/var/www/html/public"
DOCUMENT_URI
"/index.php"
ELASTICSEARCH_HOST
"elasticsearch"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/var/www"
HOSTNAME
"ab9dc2a13265"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"br, gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"*"
HTTP_HOST
"app-sylius.integritty.dev"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_USER_AGENT
"undici"
HTTP_X_FORWARDED_FOR
"172.21.0.1"
HTTP_X_FORWARDED_HOST
"app-sylius.integritty.dev"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"cab772713d48"
HTTP_X_REAL_IP
"172.21.0.1"
JWT_PASSPHRASE
"66d45daf91b2ed1031e62d81c81dba2e"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MESSENGER_TRANSPORT_DSN
"amqp://guest:guest@rabbitmq:5672"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.16.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30"
PHP_URL
"https://www.php.net/distributions/php-8.4.16.tar.xz"
PHP_VERSION
"8.4.16"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.21.0.2"
REMOTE_PORT
"44108"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1768007269
REQUEST_TIME_FLOAT
1768007269.7261
REQUEST_URI
"/api/v2/shop/channels"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.21.0.3"
SERVER_NAME
""
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.25.5"
SYMFONY_DOTENV_PATH
"/var/www/html/.env"
SYMFONY_DOTENV_VARS
"APP_SECRET,SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN,MAILER_DSN,SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH"
USER
"www-data"
argc
0
argv
[]