http://staging.api.digidom.pro/v1/users?q=%2Fv1%2Fusers

ExceptionAction

Request

GET Parameters

Key Value
organizationPreUpdated
true
q
"/v1/users"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_api_exception_to_status
[]
_controller
"api_platform.action.exception"
_links
Symfony\Component\WebLink\GenericLinkProvider {#9115
  -links: [
    9114 => Symfony\Component\WebLink\Link {#9114
      -href: "http://staging.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"e1109f"
exception
Elastica\Exception\ResponseException {#8878
  #_request: Elastica\Request {#8873 …}
  #_response: Elastica\Response {#8870 …}
  #message: "Action/metadata line [1] contains an unknown parameter [_type]"
  #code: 0
  #file: "/data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php"
  #line: 182
  trace: {
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php:182 {
      Elastica\Transport\Http->exec(Request $request, array $params) …
      › if ($response->hasError()) {    throw new ResponseException($request, $response);}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Request.php:194 {
      Elastica\Request->send() …
      ›     // Refactor: Not full toArray needed in exec?    return $transport->exec($this, $this->getConnection()->toArray());}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Client.php:689 {
      Elastica\Client->request($path, $method = Request::GET, $data = [], array $query = [], $contentType = Request::DEFAULT_CONTENT_TYPE) …
      › try {    $response = $this->_lastResponse = $request->send();} catch (ConnectionException $e) {
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php:58 {
      FOS\ElasticaBundle\Elastica\Client->request($path, $method = Request::GET, $data = [], array $query = [], $contentType = Request::DEFAULT_CONTENT_TYPE) …
      › 
      › $response = parent::request($path, $method, $data, $query, $contentType);$responseData = $response->getData();
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Bulk.php:358 {
      Elastica\Bulk->send() …
      › 
      › $response = $this->_client->request($path, Request::POST, $data, $this->_requestParams, Request::NDJSON_CONTENT_TYPE);}
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Client.php:329 {
      Elastica\Client->updateDocuments(array $docs, array $requestParams = []) …
      › 
      ›     return $bulk->send();}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Index.php:148 {
      Elastica\Index->updateDocuments(array $docs, array $options = []) …
      › 
      ›     return $this->getClient()->updateDocuments($docs, $options);}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Type.php:184 {
      Elastica\Type->updateDocuments(array $docs, array $options = []) …
      › 
      ›     return $this->getIndex()->updateDocuments($docs, $options);}
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php:127 {
      FOS\ElasticaBundle\Persister\ObjectPersister->replaceMany(array $objects) …
      › try {    $this->type->updateDocuments($documents, $this->options);} catch (BulkException $e) {
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php:208 {
      FOS\ElasticaBundle\Doctrine\Listener->persistScheduled() …
      › if (count($this->scheduledForUpdate)) {    $this->objectPersister->replaceMany($this->scheduledForUpdate);    $this->scheduledForUpdate = [];
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php:109 {
      FOS\ElasticaBundle\Doctrine\Listener->onTerminate() …
      ›     $this->config['defer'] = false;    $this->persistScheduled();}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /data/vhosts/api.digidom.pro/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);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php:97 {
      Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
      › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php:159 {
      Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
      › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
    }
    /data/vhosts/api.digidom.pro/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1983 …9}

Request Headers

Header Value
accept
"application/json, text/plain, */*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzEwNzE2OTIsImV4cCI6MzMwNzg3MTY5Miwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfTUFJTEJPWF9BRE1JTiIsIlJPTEVfTUFJTEJPWF9TVVBFUl9BRE1JTiIsIlJPTEVfU1VQRVJfQURNSU4iLCJST0xFX0RFViIsIlJPTEVfRURJVE9SX1NJVEUiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJkYXZ5QGRpZ2lkb20ucHJvIn0.uHrSUXrVF1SOxUTskFnmNSMVIFkFWQTdU3OYUSVvyWxjtsby_4EZrn5DmNE_alWNRYuQ5HveCYkh7Tj1HOWrqPgIwjs84fr6uBzpuzBLINkuKNEWJE2Kzw0mNF77f5gz-p1f4vxINxZph0Gu2WcvM9YbHi6LGW18kpQDk4rFqJ2rp7wX5zf5cOPFNnPFdD25w1qtp4JSTFgy19BXIBpt5NVlK0UtBDNHKdb4vciW68jecfeQpeaE2GF4LAfXjb1UPYq8iQtsIP1fYgI3NqZxeYgXiKwYz8JVx_5alAXndJS0MK8g-x5_4yaX2BTNZX0w7iwqNfNmdqhH7oFzWduGPg"
content-length
"4955"
content-type
"application/json"
host
"staging.api.digidom.pro"
origin
"https://staging.admin.digidom.pro"
priority
"u=1, i"
referer
"https://staging.admin.digidom.pro/"
sec-ch-ua
""Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-site"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
x-amzn-trace-id
"Root=1-672e1099-7885a81f5c0c51e1141cb7a6"
x-forwarded-for
"88.170.109.22"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"0"

Request Content

Pretty

{
    "organizations": [
        {
            "@context": "\/v1\/contexts\/Organization",
            "@id": "\/v1\/organizations\/27499",
            "@type": "Organization",
            "id": 27499,
            "users": [
                "\/v1\/users\/26440"
            ],
            "associates": [],
            "auditors": [],
            "address": {
                "@id": "\/v1\/postal_addresses\/137530",
                "@type": "PostalAddress",
                "id": 137530,
                "addressCountry": "",
                "addressLocality": "Paris",
                "addressRegion": null,
                "postalCode": "75008",
                "streetAddress": "10 rue de Penthi\u00e8vre"
            },
            "legalName": "DIUFIFIU",
            "telephone": "+336878747",
            "vatID": null,
            "legalStatus": "ASSOCIATION",
            "purpose": null,
            "foundingDate": null,
            "fiscalDate": null,
            "fiscalDateEnd": null,
            "firstFiscalDate": null,
            "firstFiscalDateEnd": null,
            "headQuartersAddressType": "CONTRACT_DOMICILIATION",
            "legalRepresentativeAddressType": "OWNER",
            "shareCapital": null,
            "shareCapitalType": null,
            "shareCapitalFixedAmount": null,
            "sharesCount": null,
            "bankChoice": null,
            "registrationSource": null,
            "commercialCourtRegistry": null,
            "accountant": null,
            "sector": null,
            "sectorOther": null,
            "RCS": null,
            "status": "NEW",
            "email": "hgsdhgg@digidom.pro",
            "store": {
                "@id": "\/v1\/stores\/1",
                "@type": "Store",
                "id": 1,
                "name": "75008",
                "postalAddress": {
                    "@id": "\/v1\/postal_addresses\/63735",
                    "@type": "PostalAddress",
                    "id": 63735,
                    "addressCountry": "FR",
                    "addressLocality": "Paris",
                    "addressRegion": null,
                    "postalCode": "75008",
                    "streetAddress": "10 rue de Penthi\u00e8vre"
                },
                "openingHours": [
                    "9h-14h \/ 16h-18h"
                ],
                "currenciesAccepted": [
                    "EUR"
                ],
                "paymentAcceptedType": "CB, ESPECES",
                "priceRange": [
                    "\u20ac\u20ac"
                ],
                "aggregateRating": null,
                "createdAt": "2019-10-02T11:45:06+02:00",
                "prefectoralApprovalNumber": "DOM2010402",
                "status": "OPENED",
                "cedex": null,
                "sector": {
                    "@id": "\/v1\/sectors\/1",
                    "@type": "Sector",
                    "id": 1,
                    "name": "Paris",
                    "urlImage": "65e57896ed7f4981785762.png"
                },
                "price": 19
            },
            "mandatary": null,
            "bal": null,
            "forwardingFrequency": null,
            "forwardingAddress": {
                "@id": "\/v1\/postal_addresses\/137525",
                "@type": "PostalAddress",
                "id": 137525,
                "addressCountry": "FR",
                "addressLocality": "Paris",
                "addressRegion": null,
                "postalCode": "75004",
                "streetAddress": "1 Bis Rue de Lut\u00e8ce"
            },
            "forwardingAddressName": null,
            "alternateName": "",
            "domiciliationStartDate": "2024-07-19T00:00:00+02:00",
            "createdAt": "2024-07-19T11:00:41+02:00",
            "terminationDate": null,
            "terminationReason": null,
            "terminationReasonOther": null,
            "mandataries": [],
            "prescriber": null,
            "organizationsPrescribed": [],
            "SIRET": "",
            "isNewImmatriculation": false,
            "isNewDomiciliation": true,
            "orders": [],
            "mandatID": null,
            "conversionReason": "CREATE_ORGANIZATION",
            "statusIsForced": false,
            "uniqId": "669a2b3a861d0",
            "iban": null,
            "referenceGocardless": null,
            "isForwardingActive": true,
            "VATRate": "20",
            "isImported": null,
            "creditNotesAmount": 0,
            "invoiceToken": "f70f19f9ec17f9a9460a9c9e793024826bb33ccd4a87546a2ae7f1ce021cc9e8b4cc0b360d23ad95316849424cafbb992341aeb30273c5f56cdb2af8e800955f",
            "notificationPreference": null,
            "shareCapitalFreePercentage": null,
            "isPrescriber": false,
            "haveAccountant": false,
            "discountCode": null,
            "lead": "\/v1\/leads\/7629",
            "statusImmatriculation": null,
            "prescriberSource": null,
            "isExemptTVA": false,
            "projectStage": null,
            "statusInvoicePayed": "PAYE",
            "dateMaxUnpaid": null,
            "isHaveAuditor": false,
            "benefitImposition": null,
            "benefitImpositionOption": null,
            "vatTaxeRegim": null,
            "vatTaxeRegimeOption": null,
            "prolongationDateKYC": null,
            "reasonUnpaid": null,
            "reasonRIBInactive": null,
            "statusTransfert": null,
            "isNewTransfert": false,
            "specialRequestBal": null,
            "tracFin": null,
            "tracFinNote": null,
            "packImat": null,
            "isAuthorizePrescriber": false,
            "isAuthorizedDebit": true,
            "historyNavTunnel": "information-legale",
            "subscriptions": [
                {
                    "@id": "\/v1\/subscriptions\/38281",
                    "@type": "Subscription",
                    "id": 38281,
                    "active": false,
                    "price": 0,
                    "type": "MONTHLY",
                    "subscriptionDeposit": 0,
                    "createdAt": "2024-07-19T11:02:12+02:00",
                    "discountWithoutTax": null,
                    "paymentDates": [],
                    "priceWithoutTax": 0,
                    "nextPayment": null,
                    "notAcceptedScanEnveloppe": null,
                    "invoiceGenerationDate": null,
                    "isCancelUsingOffer": null,
                    "isDigipackOffer": false,
                    "deadlineOffered": null,
                    "prepaidMonths": 3,
                    "services": [
                        {
                            "@id": "\/v1\/services\/164624",
                            "@type": "Service",
                            "id": 164624
                        },
                        {
                            "@id": "\/v1\/services\/164625",
                            "@type": "Service",
                            "id": 164625
                        },
                        {
                            "@id": "\/v1\/services\/164626",
                            "@type": "Service",
                            "id": 164626
                        },
                        {
                            "@id": "\/v1\/services\/164627",
                            "@type": "Service",
                            "id": 164627
                        }
                    ],
                    "hasBlockedService": false,
                    "documentRecoveryDelay": null,
                    "includedServices": [
                        {
                            "@id": "\/v1\/services\/164624",
                            "@type": "Service",
                            "id": 164624
                        },
                        {
                            "@id": "\/v1\/services\/164625",
                            "@type": "Service",
                            "id": 164625
                        },
                        {
                            "@id": "\/v1\/services\/164626",
                            "@type": "Service",
                            "id": 164626
                        }
                    ],
                    "optionalServices": [],
                    "blockingReason": [],
                    "totalPriceWithoutTax": 19,
                    "totalPriceWithTax": 22.8,
                    "pack": "DOMISIMPLE",
                    "packLabel": "Domisimple"
                }
            ],
            "note": null,
            "reasonChange": null,
            "sigle": "",
            "enseigne": "",
            "corporateObject": null,
            "placeKnowDigidom": "MOUTH_TO_MOUTH",
            "otherPlaceKnownDigidom": "",
            "bankName": null,
            "titulaire": null,
            "isInvalidEmail": false,
            "isInvalidPhoneNumber": false,
            "specialCustomerType": null,
            "activityCategory": null,
            "encryptedParentId": null,
            "isDigidomAccountant": false,
            "activityDomain": null,
            "beneficialOwners": [],
            "postalPowerAllowed": false
        }
    ],
    "password": "digiTest-132",
    "isReplaceAction": false,
    "phoneNumber": "",
    "email": "davy+6@digidom.pro",
    "firstname": "fde"
}

Raw

{"organizations":[{"@context":"/v1/contexts/Organization","@id":"/v1/organizations/27499","@type":"Organization","id":27499,"users":["/v1/users/26440"],"associates":[],"auditors":[],"address":{"@id":"/v1/postal_addresses/137530","@type":"PostalAddress","id":137530,"addressCountry":"","addressLocality":"Paris","addressRegion":null,"postalCode":"75008","streetAddress":"10 rue de Penthièvre"},"legalName":"DIUFIFIU","telephone":"+336878747","vatID":null,"legalStatus":"ASSOCIATION","purpose":null,"foundingDate":null,"fiscalDate":null,"fiscalDateEnd":null,"firstFiscalDate":null,"firstFiscalDateEnd":null,"headQuartersAddressType":"CONTRACT_DOMICILIATION","legalRepresentativeAddressType":"OWNER","shareCapital":null,"shareCapitalType":null,"shareCapitalFixedAmount":null,"sharesCount":null,"bankChoice":null,"registrationSource":null,"commercialCourtRegistry":null,"accountant":null,"sector":null,"sectorOther":null,"RCS":null,"status":"NEW","email":"hgsdhgg@digidom.pro","store":{"@id":"/v1/stores/1","@type":"Store","id":1,"name":"75008","postalAddress":{"@id":"/v1/postal_addresses/63735","@type":"PostalAddress","id":63735,"addressCountry":"FR","addressLocality":"Paris","addressRegion":null,"postalCode":"75008","streetAddress":"10 rue de Penthièvre"},"openingHours":["9h-14h / 16h-18h"],"currenciesAccepted":["EUR"],"paymentAcceptedType":"CB, ESPECES","priceRange":["€€"],"aggregateRating":null,"createdAt":"2019-10-02T11:45:06+02:00","prefectoralApprovalNumber":"DOM2010402","status":"OPENED","cedex":null,"sector":{"@id":"/v1/sectors/1","@type":"Sector","id":1,"name":"Paris","urlImage":"65e57896ed7f4981785762.png"},"price":19},"mandatary":null,"bal":null,"forwardingFrequency":null,"forwardingAddress":{"@id":"/v1/postal_addresses/137525","@type":"PostalAddress","id":137525,"addressCountry":"FR","addressLocality":"Paris","addressRegion":null,"postalCode":"75004","streetAddress":"1 Bis Rue de Lutèce"},"forwardingAddressName":null,"alternateName":"","domiciliationStartDate":"2024-07-19T00:00:00+02:00","createdAt":"2024-07-19T11:00:41+02:00","terminationDate":null,"terminationReason":null,"terminationReasonOther":null,"mandataries":[],"prescriber":null,"organizationsPrescribed":[],"SIRET":"","isNewImmatriculation":false,"isNewDomiciliation":true,"orders":[],"mandatID":null,"conversionReason":"CREATE_ORGANIZATION","statusIsForced":false,"uniqId":"669a2b3a861d0","iban":null,"referenceGocardless":null,"isForwardingActive":true,"VATRate":"20","isImported":null,"creditNotesAmount":0,"invoiceToken":"f70f19f9ec17f9a9460a9c9e793024826bb33ccd4a87546a2ae7f1ce021cc9e8b4cc0b360d23ad95316849424cafbb992341aeb30273c5f56cdb2af8e800955f","notificationPreference":null,"shareCapitalFreePercentage":null,"isPrescriber":false,"haveAccountant":false,"discountCode":null,"lead":"/v1/leads/7629","statusImmatriculation":null,"prescriberSource":null,"isExemptTVA":false,"projectStage":null,"statusInvoicePayed":"PAYE","dateMaxUnpaid":null,"isHaveAuditor":false,"benefitImposition":null,"benefitImpositionOption":null,"vatTaxeRegim":null,"vatTaxeRegimeOption":null,"prolongationDateKYC":null,"reasonUnpaid":null,"reasonRIBInactive":null,"statusTransfert":null,"isNewTransfert":false,"specialRequestBal":null,"tracFin":null,"tracFinNote":null,"packImat":null,"isAuthorizePrescriber":false,"isAuthorizedDebit":true,"historyNavTunnel":"information-legale","subscriptions":[{"@id":"/v1/subscriptions/38281","@type":"Subscription","id":38281,"active":false,"price":0,"type":"MONTHLY","subscriptionDeposit":0,"createdAt":"2024-07-19T11:02:12+02:00","discountWithoutTax":null,"paymentDates":[],"priceWithoutTax":0,"nextPayment":null,"notAcceptedScanEnveloppe":null,"invoiceGenerationDate":null,"isCancelUsingOffer":null,"isDigipackOffer":false,"deadlineOffered":null,"prepaidMonths":3,"services":[{"@id":"/v1/services/164624","@type":"Service","id":164624},{"@id":"/v1/services/164625","@type":"Service","id":164625},{"@id":"/v1/services/164626","@type":"Service","id":164626},{"@id":"/v1/services/164627","@type":"Service","id":164627}],"hasBlockedService":false,"documentRecoveryDelay":null,"includedServices":[{"@id":"/v1/services/164624","@type":"Service","id":164624},{"@id":"/v1/services/164625","@type":"Service","id":164625},{"@id":"/v1/services/164626","@type":"Service","id":164626}],"optionalServices":[],"blockingReason":[],"totalPriceWithoutTax":19,"totalPriceWithTax":22.8,"pack":"DOMISIMPLE","packLabel":"Domisimple"}],"note":null,"reasonChange":null,"sigle":"","enseigne":"","corporateObject":null,"placeKnowDigidom":"MOUTH_TO_MOUTH","otherPlaceKnownDigidom":"","bankName":null,"titulaire":null,"isInvalidEmail":false,"isInvalidPhoneNumber":false,"specialCustomerType":null,"activityCategory":null,"encryptedParentId":null,"isDigidomAccountant":false,"activityDomain":null,"beneficialOwners":[],"postalPowerAllowed":false}],"password":"digiTest-132","isReplaceAction":false,"phoneNumber":"","email":"davy+6@digidom.pro","firstname":"fde"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/ld+json; charset=utf-8"
date
"Fri, 08 Nov 2024 13:22:38 GMT"
x-content-type-options
"nosniff"
x-debug-token
"6bc22f"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 9

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

9 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 141
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:59
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 59
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/GuardAuthenticatorHandler.php"
    "line" => 62
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 170
    "function" => "authenticateWithToken"
    "class" => "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventSubscriber\Doctrine\OrganizationSubscriber:480
[
  [
    "file" => "/data/vhosts/api.digidom.pro/src/EventSubscriber/Doctrine/OrganizationSubscriber.php"
    "line" => 480
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
    "line" => 69
    "function" => "postUpdate"
    "class" => "App\EventSubscriber\Doctrine\OrganizationSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php"
    "line" => 99
    "function" => "dispatchEvent"
    "class" => "Symfony\Bridge\Doctrine\ContainerAwareEventManager"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php"
    "line" => 1215
    "function" => "invoke"
    "class" => "Doctrine\ORM\Event\ListenersInvoker"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php"
    "line" => 421
    "function" => "executeUpdates"
    "class" => "Doctrine\ORM\UnitOfWork"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php"
    "line" => 388
    "function" => "commit"
    "class" => "Doctrine\ORM\UnitOfWork"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/var/cache/dev/ContainerVJPm9f3/EntityManager_9a5be93.php"
    "line" => 136
    "function" => "flush"
    "class" => "Doctrine\ORM\EntityManager"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/src/EventSubscriber/Doctrine/UserSubscriber.php"
    "line" => 296
    "function" => "flush"
    "class" => "ContainerVJPm9f3\EntityManager_9a5be93"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/src/EventSubscriber/Doctrine/UserSubscriber.php"
    "line" => 111
    "function" => "updateContactOrganization"
    "class" => "App\EventSubscriber\Doctrine\UserSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
    "line" => 69
    "function" => "postPersist"
    "class" => "App\EventSubscriber\Doctrine\UserSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php"
    "line" => 99
    "function" => "dispatchEvent"
    "class" => "Symfony\Bridge\Doctrine\ContainerAwareEventManager"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php"
    "line" => 1150
    "function" => "invoke"
    "class" => "Doctrine\ORM\Event\ListenersInvoker"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php"
    "line" => 415
    "function" => "executeInserts"
    "class" => "Doctrine\ORM\UnitOfWork"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php"
    "line" => 388
    "function" => "commit"
    "class" => "Doctrine\ORM\UnitOfWork"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/var/cache/dev/ContainerVJPm9f3/EntityManager_9a5be93.php"
    "line" => 136
    "function" => "flush"
    "class" => "Doctrine\ORM\EntityManager"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php"
    "line" => 56
    "function" => "flush"
    "class" => "ContainerVJPm9f3\EntityManager_9a5be93"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php"
    "line" => 53
    "function" => "persist"
    "class" => "ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php"
    "line" => 52
    "function" => "persist"
    "class" => "ApiPlatform\Core\DataPersister\ChainDataPersister"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/EventListener/WriteListener.php"
    "line" => 96
    "function" => "persist"
    "class" => "ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelView"
    "class" => "ApiPlatform\Core\EventListener\WriteListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:198
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 198
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY_YOUSING
"d44e8adee19da3a8d2a1a72b70fd9343"
API_URL
"https://staging-api.yousign.com"
APP_BASE_URL
"https://staging.api.digidom.pro"
APP_CREDIT_NOTES_STORAGE
"credit_notes.storage.aws"
APP_CSV_STORAGE
"csv.storage.local"
APP_DEBUG
"1"
APP_DOCUMENTS_STORAGE
"documents.storage.aws"
APP_ENV
"dev"
APP_EXPORT_STORAGE
"export.storage.aws"
APP_INVOICES_STORAGE
"invoices.storage.aws"
APP_LETTERS_STORAGE
"letters.storage.aws"
APP_PUBLIC_PATH
"./public"
APP_QUOTES_STORAGE
"quotes.storage.aws"
APP_SECRET
"cljd2a7d0hej6584frk7560a0a72c53eb"
AWS_ACCESS_KEY_ID
"AKIA5ASVTKMOUVRMN426"
AWS_ENV
"staging"
AWS_REGION
"eu-west-3"
AWS_SECRET_ACCESS_KEY
"HpRloO5wSlQ9ait41p8xF1XA1lJTfT3M+GqM1dCu"
AWS_SUPPRESS_PHP_DEPRECATION_WARNING
"true"
CORS_ALLOW_ORIGIN
"*"
CUSTOMER_IO_API_BASE_URL
"https://api.customer.io"
CUSTOMER_IO_API_BEARER_TOKEN
"6e01c5e78f994b07a81a5e8feb6d9b7a"
CUSTOMER_IO_TRACK_BASE_URL
"https://track-eu.customer.io"
CUSTOMER_IO_TRACK_BASIC_AUTH
"01131e1cd43f9e9aa3cd:7cef76fa9cf66615e19f"
DATABASE_HOST
"dgm-mysql-staging.cgnm2oflbrxp.eu-west-3.rds.amazonaws.com"
DATABASE_NAME
"apidg_staging"
DATABASE_PASSWORD
"nnLLORJFa2CRHmvotd5Xskttm5qVhngq"
DATABASE_PATH
"~/.data/mysqldb_ceg"
DATABASE_PORT
"3306"
DATABASE_USER
"apidg_staging"
DOCKER_APP_PATH
"/var/www"
DOCKER_FOLDER_PATH
".docker"
DROPBOX_PATH
"/Applications/DOSSIER DOM"
DROPBOX_PATH_COURRIER
"/Dossier de l'équipe Digidom"
DROPBOX_TOKEN
"OhPLqkgPZWIAAAAAAAAAAarlgapj8-NijFMnT1GNzHD-Hj8U8g1CpZlyEYC4UOxe"
DROPBOX_TOKEN_COURRIER
"fgnFhdTnIgIAAAAAAAAAAerTkgQ5UKZq54UZqbuSWAqnidpvKk8bPfpgKFZI2FU4"
ELASTICSEARCH_HOST
"https://vpc-dgm-elasticsearch-staging-s6aty3a7arrhhogh3ycoz7gare.eu-west-3.es.amazonaws.com/"
ELASTICSEARCH_PREFIX
"staging"
ENQUEUE_DSN
"sqs:?region=eu-west-3&key=AKIA5ASVTKMOSLWNLYVK&secret=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"
ENQUEUE_QUEUE
"enqueue://default?topic[name]=dgm-sqs-staging.fifo&queue[name]=dgm-sqs-staging.fifo&receiveTimeout=4"
FRONTAPP_API_KEY
"663f106d7aa32f020949f3a3424f163c"
FRONTAPP_API_URL
"https://api2.frontapp.com"
FRONTAPP_TOKEN
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY29wZXMiOlsic2hhcmVkOioiLCJwcml2YXRlOioiXSwiaWF0IjoxNTQzMjQxMTY3LCJpc3MiOiJmcm9udCIsInN1YiI6ImRpZ2lkb20yIiwianRpIjoiMDE2ZDc5MjY5NDkwM2UzOCJ9.3A8cHpz-aEqU2sHbr4cPShGlWJXNAxuja3oPFYoZyaU"
FS_CRAWLER_URL
"http://localhost:8090"
GC_ACCESS_TOKEN
"sandbox_7INN3Kdk0FZPa1vA9Q1F7mmhTXKU4fpEpSIiulIc"
GC_ENV
"sandbox"
GC_URL_DASHBOARD
"https://manage-sandbox.gocardless.com/"
JWT_PASSPHRASE
"5ab85efd51ad4hh66ecet4d31aca2318"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/%kernel.environment%_public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/%kernel.environment%_private.pem"
JWT_TOKEN_TTL
"1576800000"
LOCALSTACK_HOST_ENDPOINT
"http://localstack:4566"
MERCURE_JWT_SECRET
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.teGguELe3UyCloKfSL1cbkU1eo37x40BLNzNnT9vWdc"
MERCURE_PUBLIC_URL
"https://staging.mercure.digidom.pro"
MERCURE_URL
"https://staging.mercure.digidom.pro/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"https://sqs.eu-west-3.amazonaws.com/894606463773/dgm-sqs-staging.fifo?access_key=AKIA5ASVTKMOSLWNLYVK&secret_key=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&auto_setup=false&region=eu-west-3"
PAPPERS_CLIENT_TOKEN
"593edd1a49cf1f781f00d20d6aa89b976cd28211ac2a1729"
PAPPERS_SURVEILLANCE_ID_LIST
"30aa5ea2bec302842330da3993124ee55dt1689666383834"
PAPPERS_URL
"https://api.pappers.fr/v2/"
PAYMENT_INTERFACE_URL
"https://staging.app2.digidom.pro/"
PENNYLANE_API_KEY
"00dxkIJKPx9F079BE8Z-KRDVoza1wcmhQR-TkC_g5Js"
PENNYLANE_API_URL
"https://app.pennylane.com"
REDIS_HOST
"dgm-redis-staging-01.iq3hy2.ng.0001.euw3.cache.amazonaws.com"
REDIS_PORT
"6379"
REDIS_URL
"redis://dgm-redis-staging-01.iq3hy2.ng.0001.euw3.cache.amazonaws.com:6379/2"
SECRET_KEY
"sk_test_5of8oI8k8uONOkKZ7reR6ig3"
SEGMENT_WRITE_KEY
"OAnKZI4sGK9kTYCQpMZSlruByMIJYlcZ"
SENTRY_DSN
"https://975adc698b074eebb1fdd7d03234f474@sentry.io/1450929"
SENTRY_ENV
"staging"
SESSION_MAX
"1296000"
STRIPE_URL_DASHBOARD
"https://dashboard.stripe.com/test/"
STRIPE_WEBHOOK_SECRET
"whsec_9XUoHd6hEujklxkmUzzBq4lWtu7o9GT1"
TESSERACT_URL
"http://localhost:8884"
TWILIO_ACCOUNT_SID
"AC7c0b05c94a1d9d030ced3f77535e7d7b"
TWILIO_AUTH_TOKEN
"33214901f7a093a26f556233a7a8cb9c"
TWILIO_PHONE_NUMBER_SENDER
"+447445413116"
URL_BV
"https://dash.staging.digidom.pro"
URL_NEW_ADMIN
"https://staging.admin.digidom.pro"
URL_SITE
"https://www.staging-5em2ouy-iy7xdhsbjce24.de-2.platformsh.site"
URL_TUNNEL
"https://staging-5em2ouy-7voayyan2nsfe.de-2.platformsh.site"
WEBHOOK_SECRET
"webhook_digidom_api_secret"
WEB_URL
"https://staging-app.yousign.com"
WKHTMLTOIMAGE_PATH
"xvfb-run /usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"wkhtmltopdf -B 20 -L 20 -R 20 -T 20 --enable-local-file-access --footer-center "[page]/[toPage]" --footer-spacing 10"
YOUSIGN_API_KEY
"EZtk878ZYSEStJHSPANWhw8fCXAdTqN6"
YOUSIGN_API_KEY_PRODUCTION
"KCbiTc8KXHERxf0GJFzfqiR5OaSk7I8M"
YOUSIGN_API_SANDBOX
"true"
YOUSIGN_API_URL
"https://api-sandbox.yousign.app/v3/"
YOUSIGN_API_URL_PRODUCTION
"https://api.yousign.app/v3/"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"4955"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/data/vhosts/api.digidom.pro/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/data/home/customer"
HTTP_ACCEPT
"application/json, text/plain, */*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzEwNzE2OTIsImV4cCI6MzMwNzg3MTY5Miwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfTUFJTEJPWF9BRE1JTiIsIlJPTEVfTUFJTEJPWF9TVVBFUl9BRE1JTiIsIlJPTEVfU1VQRVJfQURNSU4iLCJST0xFX0RFViIsIlJPTEVfRURJVE9SX1NJVEUiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJkYXZ5QGRpZ2lkb20ucHJvIn0.uHrSUXrVF1SOxUTskFnmNSMVIFkFWQTdU3OYUSVvyWxjtsby_4EZrn5DmNE_alWNRYuQ5HveCYkh7Tj1HOWrqPgIwjs84fr6uBzpuzBLINkuKNEWJE2Kzw0mNF77f5gz-p1f4vxINxZph0Gu2WcvM9YbHi6LGW18kpQDk4rFqJ2rp7wX5zf5cOPFNnPFdD25w1qtp4JSTFgy19BXIBpt5NVlK0UtBDNHKdb4vciW68jecfeQpeaE2GF4LAfXjb1UPYq8iQtsIP1fYgI3NqZxeYgXiKwYz8JVx_5alAXndJS0MK8g-x5_4yaX2BTNZX0w7iwqNfNmdqhH7oFzWduGPg"
HTTP_CONTENT_LENGTH
"4955"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"staging.api.digidom.pro"
HTTP_ORIGIN
"https://staging.admin.digidom.pro"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://staging.admin.digidom.pro/"
HTTP_SEC_CH_UA
""Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""macOS""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-site"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
HTTP_X_AMZN_TRACE_ID
"Root=1-672e1099-7885a81f5c0c51e1141cb7a6"
HTTP_X_FORWARDED_FOR
"88.170.109.22"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
PHP_SELF
"/index.php"
QUERY_STRING
"q=/v1/users&"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.56.14.201"
REMOTE_PORT
"15324"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1731072153
REQUEST_TIME_FLOAT
1731072153.533
REQUEST_URI
"/v1/users"
SCRIPT_FILENAME
"/data/vhosts/api.digidom.pro/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.56.143.236"
SERVER_NAME
"staging.api.digidom.pro"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.2"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_ENV,APP_DEBUG,AWS_ENV,DATABASE_HOST,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,DATABASE_PORT,DOCKER_APP_PATH,DOCKER_FOLDER_PATH,APP_PUBLIC_PATH,DATABASE_PATH,CORS_ALLOW_ORIGIN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,SENTRY_DSN,SENTRY_ENV,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TOKEN_TTL,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_PHONE_NUMBER_SENDER,SEGMENT_WRITE_KEY,SECRET_KEY,STRIPE_WEBHOOK_SECRET,STRIPE_URL_DASHBOARD,DROPBOX_TOKEN,DROPBOX_PATH,DROPBOX_TOKEN_COURRIER,DROPBOX_PATH_COURRIER,SESSION_MAX,FRONTAPP_API_KEY,FRONTAPP_TOKEN,FRONTAPP_API_URL,ELASTICSEARCH_HOST,ELASTICSEARCH_PREFIX,APP_BASE_URL,GC_ACCESS_TOKEN,GC_ENV,WEBHOOK_SECRET,GC_URL_DASHBOARD,MESSENGER_TRANSPORT_DSN,API_KEY_YOUSING,API_URL,WEB_URL,YOUSIGN_API_KEY,YOUSIGN_API_KEY_PRODUCTION,YOUSIGN_API_URL,YOUSIGN_API_URL_PRODUCTION,YOUSIGN_API_SANDBOX,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_REGION,URL_TUNNEL,URL_BV,URL_NEW_ADMIN,URL_SITE,ENQUEUE_DSN,ENQUEUE_QUEUE,REDIS_URL,REDIS_HOST,REDIS_PORT,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,PAYMENT_INTERFACE_URL,PAPPERS_URL,PAPPERS_CLIENT_TOKEN,PAPPERS_SURVEILLANCE_ID_LIST,APP_DOCUMENTS_STORAGE,APP_INVOICES_STORAGE,APP_LETTERS_STORAGE,APP_QUOTES_STORAGE,APP_CREDIT_NOTES_STORAGE,APP_CSV_STORAGE,APP_EXPORT_STORAGE,PENNYLANE_API_URL,PENNYLANE_API_KEY,LOCALSTACK_HOST_ENDPOINT,TESSERACT_URL,FS_CRAWLER_URL,AWS_SUPPRESS_PHP_DEPRECATION_WARNING,CUSTOMER_IO_API_BASE_URL,CUSTOMER_IO_API_BEARER_TOKEN,CUSTOMER_IO_TRACK_BASE_URL,CUSTOMER_IO_TRACK_BASIC_AUTH"
USER
"customer"

Parent Request

Return to parent request (token = 046a61)

Key Value
_api_collection_operation_name
"post"
_api_exception_to_status
[]
_api_has_composite_identifier
false
_api_identifiers
[
  "id"
]
_api_normalization_context
[
  "groups" => [
    "read_user"
  ]
  "operation_type" => "collection"
  "collection_operation_name" => "post"
  "iri_only" => false
  "input" => null
  "output" => null
  "resource_class" => "Evo\Infrastructure\MappingORM\User"
  "request_uri" => "/v1/users"
  "uri" => "http://staging.api.digidom.pro/v1/users?q=%2Fv1%2Fusers"
  "resources" => ApiPlatform\Serializer\ResourceList {#6472
    storage: [
      "/v1/users/26452" => "/v1/users/26452"
      "/v1/organizations/27499" => "/v1/organizations/27499"
    ]
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
  "exclude_from_cache_key" => [
    "resources"
    "resources_to_push"
  ]
  "resources_to_push" => ApiPlatform\Serializer\ResourceList {#5835
    storage: []
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
]
_api_operation_name
"api_users_post_collection"
_api_resource_class
"Evo\Infrastructure\MappingORM\User"
_api_write_item_iri
"/v1/users/26452"
_controller
"api_platform.action.post_collection"
_firewall_context
"security.firewall.map.context.api_users"
_format
null
_links
Symfony\Component\WebLink\GenericLinkProvider {#9337
  -links: [
    8187 => Symfony\Component\WebLink\Link {#8187
      -href: "http://staging.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
    9336 => Symfony\Component\WebLink\Link {#9336
      -href: "http://staging.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_nelmio_cors_should_allow_origin
true
_remove_csp_headers
true
_resources
[
  "/v1/users/26452" => "/v1/users/26452"
  "/v1/organizations/27499" => "/v1/organizations/27499"
]
_route
"api_users_post_collection"
_route_params
[
  "_format" => null
  "_stateless" => null
  "_api_resource_class" => "Evo\Infrastructure\MappingORM\User"
  "_api_identifiers" => [
    "id"
  ]
  "_api_has_composite_identifier" => false
  "_api_exception_to_status" => []
  "_api_operation_name" => "api_users_post_collection"
  "_api_collection_operation_name" => "post"
]
_security_firewall_run
"_security_api_users"
_stateless
null
_stopwatch_token
"8b96f3"
data
Evo\Infrastructure\MappingORM\User {#2620
  -id: 26452
  -organizations: Doctrine\ORM\PersistentCollection {#7993 …}
  -stores: Doctrine\ORM\PersistentCollection {#5812 …}
  -email: "davy+6@digidom.pro"
  -phoneNumber: ""
  -password: "$2y$12$0XrBkELGFv5hSrtjb/.lbeh9He/LeIMA8t0XBa1Cf7gxgOB5.ff1e"
  -roles: [
    "ROLE_USER"
  ]
  -lastname: null
  -firstname: "fde"
  -createdAt: DateTime @1731072153 {#7989
    date: 2024-11-08 14:22:33.0 Europe/Berlin (+01:00)
  }
  -registrationSource: null
  -honorificPrefix: null
  -resetToken: "1a5b89159dfe495de0b5b9ebb8fb63008c0d6462"
  -resetTokenExpirationDate: "1731158555"
  -invoices: Doctrine\ORM\PersistentCollection {#5841 …}
  -UTMs: Doctrine\ORM\PersistentCollection {#5839 …}
  -uniqId: "672e109bd44cb"
  -codeConfirmation: null
  -leads: Doctrine\ORM\PersistentCollection {#5840 …}
  -activityLogs: Doctrine\ORM\PersistentCollection {#5838 …}
  -updatedAt: null
  -isActive: true
  -commercialGestures: Doctrine\ORM\PersistentCollection {#5837 …}
  -pappersActivityLogWrappers: Doctrine\ORM\PersistentCollection {#5836 …}
}