http://manage.agneshome.com/api/v2/shop/customers

ExceptionAction

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
email
"[email protected]"
firstName
"Βικτώρια"
lastName
"Κουτρού"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_api_exception_to_status
[]
_controller
"api_platform.action.exception"
_links
Symfony\Component\WebLink\GenericLinkProvider {#3571
  -links: [
    3570 => Symfony\Component\WebLink\Link {#3570
      -href: "http://manage.agneshome.com/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
exception
Symfony\Component\Serializer\Exception\MissingConstructorArgumentsException {#2618
  #message: "Request does not have the following required fields specified: password."
  #code: 0
  #file: "/srv/open_marketplace/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/CommandDenormalizer.php"
  #line: 63
  -missingArguments: []
  trace: {
    /srv/open_marketplace/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/CommandDenormalizer.php:63 {
      Sylius\Bundle\ApiBundle\Serializer\CommandDenormalizer->assertConstructorArgumentsPresence(ReflectionMethod $constructor, $data): void …
      › if (count($missingFields) > 0) {    throw new MissingConstructorArgumentsException(        sprintf('Request does not have the following required fields specified: %s.', implode(', ', $missingFields)),
    }
    /srv/open_marketplace/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/CommandDenormalizer.php:45 {
      Sylius\Bundle\ApiBundle\Serializer\CommandDenormalizer->denormalize($data, $type, $format = null, array $context = []) …
      › if (null !== $constructor) {    $this->assertConstructorArgumentsPresence($constructor, $data);}
      arguments: {
        $constructor: ReflectionMethod {#2611 …}
        $data: [ …3]
      }
    }
    /srv/open_marketplace/vendor/symfony/serializer/Serializer.php:251 {
      Symfony\Component\Serializer\Serializer->denormalize($data, string $type, string $format = null, array $context = []) …
      › 
      ›     return $normalizer->denormalize($data, $type, $format, $context);}
      arguments: {
        $data: [ …3]
        $type: "Sylius\Component\Core\Model\Customer"
        $format: "json"
        $context: [ …13]
      }
    }
    /srv/open_marketplace/vendor/symfony/serializer/Serializer.php:151 {
      Symfony\Component\Serializer\Serializer->deserialize($data, string $type, string $format, array $context = []) …
      › 
      ›     return $this->denormalize($data, $type, $format, $context);}
      arguments: {
        $data: [ …3]
        $type: "Sylius\Component\Core\Model\Customer"
        $format: "json"
        $context: [ …13]
      }
    }
    /srv/open_marketplace/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php:137 {
      ApiPlatform\Symfony\EventListener\DeserializeListener->onKernelRequest(RequestEvent $event): void …
      ›     'data',    $this->serializer->deserialize($request->getContent(), $context['resource_class'], $format, $context));
      arguments: {
        $data: [ …3]
        $type: "Sylius\Component\Core\Model\Customer"
        $format: "json"
        $context: [ …13]
      }
    }
    /srv/open_marketplace/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1429 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#1243 …}
        }
      }
    }
    /srv/open_marketplace/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#1429 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#1243 …}
      }
    }
    /srv/open_marketplace/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …25]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1429 …}
      }
    }
    /srv/open_marketplace/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1429 …}
        $eventName: "kernel.request"
      }
    }
    /srv/open_marketplace/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
      }
    }
    /srv/open_marketplace/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
        $catch: true
      }
    }
    /srv/open_marketplace/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#2785 …9}

Request Headers

Header Value
accept
"application/json, text/plain, */*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"18.204.167.233"
cf-ipcountry
"US"
cf-ray
"93b7ba3058362052-IAD"
cf-visitor
"{"scheme":"https"}"
content-length
"91"
content-type
"application/json"
host
"manage.agneshome.com"
user-agent
"axios/1.9.0"
x-forwarded-for
"18.204.167.233"
x-forwarded-proto
"https"
x-php-ob-level
"0"

Request Content

Pretty

{
    "firstName": "\u0392\u03b9\u03ba\u03c4\u03ce\u03c1\u03b9\u03b1",
    "lastName": "\u039a\u03bf\u03c5\u03c4\u03c1\u03bf\u03cd",
    "email": "[email protected]"
}

Raw

{"firstName":"Βικτώρια","lastName":"Κουτρού","email":"[email protected]"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/ld+json; charset=utf-8"
date
"Tue, 06 May 2025 10:17:20 GMT"
x-content-type-options
"nosniff"
x-debug-token
"672c59"
x-frame-options
"deny"

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
DEFAULT_VENDOR_COMMISSION
"10"
DEFAULT_VENDOR_COMMISSION_TYPE
"gross"
DEFAULT_VENDOR_PRODUCTS_LIMIT
"9"
JWT_PASSPHRASE
"acme_plugin_development"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOGO_DIRECTORY
"media/image/logo/"
MESSAGES_FILE_UPLOAD_DIRECTORY
"uploads/message_files"
MESSENGER_TRANSPORT_DSN
"sync://"
VENDOR_PRODUCTS_LIMITS
"9,18,27"

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"dev"
APP_SECRET
"Zx2p37gtVFJtc24"
COMPOSER_ALLOW_SUPERUSER
"1"
CONTENT_LENGTH
"91"
CONTENT_TYPE
"application/json"
DATABASE_URL
"mysql://agadmin:tdg1huj5nxk3mwe.UBY@agnes-prod.c7ieuqu2crws.us-east-1.rds.amazonaws.com/open_marketplace_prod"
DOCUMENT_ROOT
"/srv/open_marketplace/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD"
HOME
"/home/www-data"
HOSTNAME
"3d64d1d18ae3"
HTTP_ACCEPT
"application/json, text/plain, */*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"18.204.167.233"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"93b7ba3058362052-IAD"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONTENT_LENGTH
"91"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"manage.agneshome.com"
HTTP_USER_AGENT
"axios/1.9.0"
HTTP_X_FORWARDED_FOR
"18.204.167.233"
HTTP_X_FORWARDED_PROTO
"https"
MAILER_URL
"null://localhost"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.composer/vendor/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.1.13.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_DATE_TIMEZONE
"UTC"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856"
PHP_URL
"https://www.php.net/distributions/php-8.1.13.tar.xz"
PHP_VERSION
"8.1.13"
PWD
"/srv/open_marketplace"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.71.222.39"
REMOTE_PORT
"41588"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1746526640
REQUEST_TIME_FLOAT
1746526640.732
REQUEST_URI
"/api/v2/shop/customers"
SCRIPT_FILENAME
"/srv/open_marketplace/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.32.6"
SERVER_NAME
""
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.21.6"
SHLVL
"2"
SYMFONY_DOTENV_VARS
"JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MESSENGER_TRANSPORT_DSN,LOGO_DIRECTORY,VENDOR_PRODUCTS_LIMITS,DEFAULT_VENDOR_PRODUCTS_LIMIT,MESSAGES_FILE_UPLOAD_DIRECTORY,DEFAULT_VENDOR_COMMISSION,DEFAULT_VENDOR_COMMISSION_TYPE"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = 6d2690)

Key Value
_api_collection_operation_name
"shop_post"
_api_exception_to_status
[]
_api_has_composite_identifier
false
_api_identifiers
[
  "id"
]
_api_operation_name
"api_customers_shop_post_collection"
_api_resource_class
"Sylius\Component\Core\Model\Customer"
_controller
"api_platform.action.post_collection"
_firewall_context
"security.firewall.map.context.new_api_shop_user"
_format
null
_links
Symfony\Component\WebLink\GenericLinkProvider {#3550
  -links: [
    3523 => Symfony\Component\WebLink\Link {#3523
      -href: "http://manage.agneshome.com/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_route
"api_customers_shop_post_collection"
_route_params
[
  "_format" => null
  "_stateless" => null
  "_api_resource_class" => "Sylius\Component\Core\Model\Customer"
  "_api_identifiers" => [
    "id"
  ]
  "_api_has_composite_identifier" => false
  "_api_exception_to_status" => []
  "_api_operation_name" => "api_customers_shop_post_collection"
  "_api_collection_operation_name" => "shop_post"
]
_stateless
null