Error 401 Unauthorized

GET http://api.ooklo.com/main/api/v1/sms/packs

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"3f4f29"
exception
Symfony\Component\HttpKernel\Exception\HttpException {#1152
  #message: "Full authentication is required to access this resource."
  #code: 0
  #file: "/var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php"
  #line: 216
  -previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1151 …}
  -statusCode: 401
  -headers: []
  trace: {
    /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:216 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->throwUnauthorizedException(AuthenticationException $authException): never …
      › 
      ›     throw new HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $authException->getCode());}
    }
    /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:179 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
      › if (null === $this->authenticationEntryPoint) {    $this->throwUnauthorizedException($authException);}
      arguments: {
        $authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1151 …}
      }
    }
    /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:138 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception): void …
      › 
      ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1151 …}
      }
    }
    /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:93 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event): void …
      › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
        $exception: Symfony\Component\Security\Core\Exception\AccessDeniedException {#327 …}
      }
    }
    /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
        ...: {
          "kernel.exception"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#629 …}
        }
      }
    }
    /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
        $eventName: "kernel.exception"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#629 …}
      }
    }
    /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …7]
        $eventName: "kernel.exception"
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
      }
    }
    /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/vendor/symfony/http-kernel/HttpKernel.php:241 {
      Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
      › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/vendor/symfony/http-kernel/HttpKernel.php:91 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
      arguments: {
        $e: Symfony\Component\Security\Core\Exception\AccessDeniedException {#327 …}
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/www/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#637
  -records: [
    2 => [
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.100+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "sms_packs_catalog"
          "route_parameters" => [
            "_route" => "sms_packs_catalog"
            "_controller" => "App\Controller\App\Api\V1\SmsBillingController::packs"
          ]
          "request_uri" => "http://api.ooklo.com/main/api/v1/sms/packs"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.131+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "api"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.132+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "api"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.132+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "api"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.164+00:00"
        "message" => "Access denied, the user is not fully authenticated; redirecting to authentication entry point."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "exception" => Symfony\Component\Security\Core\Exception\AccessDeniedException {#327 …}
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.166+00:00"
        "message" => "No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "api" if you want to modify the response."
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => []
        "channel" => "security"
      ]
      [
        "timestamp" => 1786977336
        "timestamp_rfc3339" => "2026-08-17T14:35:36.167+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 216"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\HttpException {#1152
            #message: "Full authentication is required to access this resource."
            #code: 0
            #file: "/var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php"
            #line: 216
            -previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1151 …}
            -statusCode: 401
            -headers: []
            trace: {
              /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:216 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->throwUnauthorizedException(AuthenticationException $authException): never …
                › 
                ›     throw new HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $authException->getCode());}
              }
              /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:179 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
                › if (null === $this->authenticationEntryPoint) {    $this->throwUnauthorizedException($authException);}
                arguments: {
                  $authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1151 …}
                }
              }
              /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:138 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception): void …
                › 
                ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1151 …}
                }
              }
              /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:93 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event): void …
                › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
                  $exception: Symfony\Component\Security\Core\Exception\AccessDeniedException {#327 …}
                }
              }
              /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#629 …}
                  }
                }
              }
              /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#629 …}
                }
              }
              /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …7]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
                }
              }
              /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#160 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
                arguments: {
                  $e: Symfony\Component\Security\Core\Exception\AccessDeniedException {#327 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/www/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#636 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"api.ooklo.com"
origin
"https://app.ooklo.com"
referer
"http://api.ooklo.com/main/api/v1/sms/packs"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"2.0 Caddy"
x-forwarded-for
"216.73.216.110"
x-forwarded-host
"api.ooklo.com"
x-forwarded-proto
"https"
x-origin
"https://app.ooklo.com"
x-php-ob-level
"0"
x-real-ip
"216.73.216.110"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 17 Aug 2026 14:35:36 GMT"
vary
"Accept"
x-debug-exception
"Full%20authentication%20is%20required%20to%20access%20this%20resource."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FExceptionListener.php:216"
x-debug-token
"cdc505"

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
AI_HUB_BASE_URL
"https://ai.directeurmonde.com"
AI_HUB_CLIENT_ID
"019fc7ac-d7be-72ba-9482-0d2f4ce24d05"
AI_HUB_CLIENT_SECRET
"Hx9EhTyoF3izCG7PIPDXCzZrnu8A7i2dKiuqVMK8"
APP_MAX_UPLOAD_FILE_MB
"25"
APP_SCHEME
"https"
APP_SECRET
"20fef98bc9c4d46c156b1ed58ac82ea5"
APP_URL
"app.ooklo.com"
BASE_URL
"https://app.ooklo.com"
CAMPAIGN_SOCIAL_STATS_SYNC_INTERVAL
"10"
CAMPAIGN_STATISTICS_LOOKBACK_DAYS
"3"
CAMPAIGN_STATISTICS_SYNC_INTERVAL
"10"
CLIENT_API_HOST
"https://api.ooklo.com"
CORS_ALLOWED_ORIGINS
"^(http://(localhost|127\.0\.0\.1):(3000|5173|5174|5175|5176|5177|5178|5179)|http://100\.100\.100\.100:(5173|5174|5175|5176|5177|5178|5179)|http://46\.224\.53\.197:(5173|5174|5175|5176|5177|5178|5179)|http(s)?://zfront\.directeurmonde\.com(:(5173|5174|5175|5176|5177|5178|5179))?|http(s)?://demo-front\.ooklo\.com|http(s)?://oo\.directeurmonde\.com|http(s)?://ziinq\.test|http(s)?://app\.ooklo\.com)$"
DATABASE_URL
"postgresql://app:4qpX7Y4WNtSgbem7xqZXRuKKfs4m5gin@postgres-leader.service.consul:15432/app?serverVersion=16&charset=utf8"
DEMO_ADMIN_PASSWORD
"password123"
DEMO_ADMIN_USERNAME
"admin2@example.com"
DMP_API_AGENT
"Ooklo/1.0"
DMP_API_TOKEN
"2f802678a6881736d80d199c35d15c636b78100bbc20b359e28f227cf3d4748d"
DMP_API_URL
"https://dmp-api.mxg.digital"
FB_ID
""
FB_SECRET
""
FRENCH_PUBLIC_HOLIDAYS_GOUV_API_BASE
"https://calendrier.api.gouv.fr/jours-feries/metropole"
GEOCODE_MAPS_API_KEY
"68ee10098aaad870014887xnj87a5b1"
GOOGLE_ID
"131740887740-f3sn92pk2fep5u649peghvgar9slt9ld.apps.googleusercontent.com"
GOOGLE_SECRET
"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"
HEYZINE_API_KEY
"2ec15c1c25133247b02f9e713af9eae8a2e53b43.673dc4458741534f"
HEYZINE_BASE_URL
"https://heyzine.com/api1"
HEYZINE_CLIENT_ID
"673dc4458741534f"
HTML2IMAGE_BASEURL
"https://html2image.fnc.scw.eu.mxeax.com"
HTML2IMAGE_BEARER
"bjDzCD2m7UgPtSRJLsPFu9q"
JWT_PASSPHRASE
"a3a651e4bfeae698410ac33ffd0371b7da9ed480f2b9cc908cd204f1a84b9388"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://localhost:1025"
MAILPIT_SMTP_FORWARD_PORT
"1025"
MAILPIT_WEB_FORWARD_PORT
"8025"
MAILXPERTISE_GATEWAY_BASE_URL
"https://gateway-connect.mailxpertise.com"
MEILISEARCH_API_KEY
"JH~PF3ciWq0y.xIbfgMn1-rm9hAR"
MEILISEARCH_FORWARD_PORT
"7700"
MEILISEARCH_PREFIX
"app_dev_"
MEILISEARCH_URL
"http://meilisearch:7700"
MEILI_MASTER_KEY
"JH~PF3ciWq0y.xIbfgMn1-rm9hAR"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
META_APP_CONFIG_ID
"838785622606171"
META_APP_ID
"2454743501691624"
META_APP_SECRET
"b0382c5ed2baf64ec2bbf8ea8ac2f7fa"
MINIO_ACCESS_KEY
"a357b22703ff4429a3b61354b892d1d4"
MINIO_ADMIN_CONSOLE_PORT
"9022"
MINIO_API_PORT
"9020"
MINIO_CONSOLE_PORT
"9021"
MINIO_ROOT_PASSWORD
"password"
MINIO_ROOT_USER
"minio"
MINIO_SECRET_KEY
"de15360d61f4438f97c0fa89d2b9c0a8"
MX_GATEWAY_BASE_URL
"https://gateway-connect.mailxpertise.com"
MX_GATEWAY_PASSWORD
"280e04b3da21ee306d71"
MX_GATEWAY_USERNAME
"test@ooqlo.com"
MX_GATEWAY_WEBHOOK_URL
"https://api.ooklo.com.com//api/v1/webhook/mx-gateway"
MX_SUPER_API_DEFAULT_IPGROUP_UUID
"1f08a603-1d01-6264-b7d8-e9c5c13da6f4"
MX_SUPER_API_GATEWAY_BASE_URL
"https://gateway-connect.mailxpertise.com"
MX_SUPER_API_GATEWAY_TOKEN
"2d34c574a7b7f48e5b179ace8824fe0b03b0c7f1a0a07b897a09b9987747943e559af8558b4c4447eb14efe9decbd3ab149db8394114c9c9c8028b52"
NGINX_FORWARD_PORT
"8090"
OOQLO_BULK_EMAIL_DOMAIN
"oosnd.com"
OOQLO_BULK_EMAIL_SENDER_ACCOUNT
"ooklo-testinjector+jsaudax@gmail.com"
OOQLO_BULK_EMAIL_SENDER_NAME
"OosndTest"
OOQLO_BULK_EMAIL_SENDER_PASSWORD
"e72bc81680190ea5f2b3"
OOQLO_BULK_SMS_SENDER_NAME
"Ooklo"
OOQLO_CAMPAIGN_RETRY_DELAY_SECONDS
"300"
OPENAI_KEY
"sk-"
OVH_APPLICATION_KEY
"ce710f31257590e2"
OVH_APPLICATION_SECRET
"efca57d215fa188fc705a7b114e9dc00"
OVH_CONSUMER_KEY
"7940807a1f1f0ac0eb8eb0bef90479a5"
OVH_ENDPOINT
"https://eu.api.ovh.com/v1"
PEXELS_API_KEY
"pYJj6xpGjB7WlCbvyfFtHZhkjGUBiU5RS7wHUZhQLkyPistOX0ueNdxB"
PGADMIN_DEFAULT_EMAIL
"admin@zinqer.app"
PGADMIN_DEFAULT_PASSWORD
"admin"
PGADMIN_FORWARD_PORT
"5050"
POSTGRES_DB
"app"
POSTGRES_FORWARD_PORT
"5432"
POSTGRES_HOST
"postgres-leader.service.consul"
POSTGRES_PASSWORD
"4qpX7Y4WNtSgbem7xqZXRuKKfs4m5gin"
POSTGRES_PORT
"15432"
POSTGRES_USER
"app"
POWERDNS_API_KEY
"DgzGXY74CmraFyzm"
POWERDNS_API_URL
"http://dns2-par.scw.eu.mxeax.com:8081/"
POWERDNS_FAIL_ON_ERROR
"true"
POWERDNS_SERVER
"localhost"
POWERDNS_ZONE
"oosnd.com."
PRIVATE_HOST
"https://api.ooklo.com"
PUBLIC_HOST
"https://app.ooklo.com"
RABBITMQ_ADMIN_FORWARD_PORT
"15673"
RABBITMQ_FORWARD_PORT
"5673"
RABBITMQ_HOST
"rabbitmq.service.consul"
RABBITMQ_PASSWORD
"guest"
RABBITMQ_PORT
"5673"
RABBITMQ_URL_CALLBACK_SMS
"amqp://guest:guest@rabbitmq.service.consul:5673/%2f/callback_sms?persistent=true"
RABBITMQ_URL_CAMPAIGN
"amqp://guest:guest@rabbitmq.service.consul:5673/%2f/campaign?persistent=true"
RABBITMQ_URL_DOWNLOAD
"amqp://guest:guest@rabbitmq.service.consul:5673/%2f/download?persistent=true"
RABBITMQ_URL_IMPORT
"amqp://guest:guest@rabbitmq.service.consul:5673/%2f/import?persistent=true"
RABBITMQ_URL_SMS
"amqp://guest:guest@rabbitmq.service.consul:5673/%2f/sms?persistent=true"
RABBITMQ_USER
"guest"
RABBITMQ_VHOST
"/"
REGEX_SENDER
"/^[A-Za-z0-9-_. '&éèàùçâêíîáñóúôûäëïöüÿ+]{3,60}+$/"
RENTAL_CONTACTS_IMPORT_HORIZON_HOURS
"0"
RENTAL_CONTACTS_IMPORT_INTERVAL
"15"
S3_BASE_URL
"https://ooklo-prod-de-userdata.s3.de.io.cloud.ovh.net"
S3_BUCKET
"ooklo-prod-de-userdata"
S3_ENDPOINT
"https://s3.de.io.cloud.ovh.net/"
S3_KEY
"a357b22703ff4429a3b61354b892d1d4"
S3_PATH_STYLE
"false"
S3_PUBLIC_ENDPOINT
"https://ooklo-prod-de-userdata.s3.de.io.cloud.ovh.net"
S3_REGION
"de"
S3_SECRET_KEY
"de15360d61f4438f97c0fa89d2b9c0a8"
SENSITIVE_STRING_CIPHER_SECRET
"uOimvHD9XetWkwYl5VUB2HTbYoqPsUSPuUA6RMJ2gW0="
SENTRY_DSN
""
SHORT_URL_DOMAIN
""
SIDERUNNER_API_URL
"http://localhost:3000"
SIREN_API_KEY
"8b827539-b80f-4dd8-8275-39b80fedd8ad"
SLACK_DSN
"slack://xoxb-2517910932-6807905000928-vsfTQrdBy0l0dEs81tU6QHIl@default?channel=transactional"
SMS_CALLBACK_URL
""
SMS_GATEWAY_BASEURL
""
SMS_GATEWAY_KEY
""
SMS_GATEWAY_KEY_PREFIX
""
SMTP_FROM
"contact@ziinq.app"
SPEC_SHAPER_ENCRYPT_KEY
""
STRIPE_PRICE_CREDIT_100K_50K
"price_1RUSzWGbzrK6aO78o2Ry3GKm"
STRIPE_PRICE_CREDIT_10K_3K
"price_1RUSxrGbzrK6aO78JH6OuMy5"
STRIPE_PRICE_CREDIT_50K_10K
"price_1RUSyQGbzrK6aO78KobGbDEI"
STRIPE_PRICE_ID_ENTERPRISE_MONTHLY
""
STRIPE_PRICE_ID_ENTERPRISE_YEARLY
""
STRIPE_PRICE_ID_PROFESSIONAL_MONTHLY
""
STRIPE_PRICE_ID_PROFESSIONAL_YEARLY
""
STRIPE_PRICE_ID_STARTER_MONTHLY
""
STRIPE_PRICE_ID_STARTER_YEARLY
""
STRIPE_PRODUCT_ID_ENTERPRISE
""
STRIPE_PRODUCT_ID_PROFESSIONAL
""
STRIPE_PRODUCT_ID_STARTER
""
STRIPE_PUBLIC_KEY
"pk_test_51TJZcNJPJWh4nxfoeQiDEyneHCF3YER4spusMrnR3ueweeE8tL7LiDZcDMemyg3CSA7lnKyWHqOJeqCzhMeL061s00wOSvBVzz"
STRIPE_SECRET
"sk_test_51TJZcNJPJWh4nxfo5tqKNbqjIYX0RrZB2cXvx7CDokuLJIIWVYpU6Bnc5GjtctTd1fghtznh1OZhhrB2zJssUdH90055Tz3sBs"
STRIPE_WEBHOOK_SECRET
"whsec_45a8530da57fb6ab5590d2c36aacb0df492127a914920f79db65b141087485a5"
VITE_API_BASE_URL
"https://app.ooklo.com"
VITE_FORWARD_PORT
"5173"
VUE_APP_GOOGLE_MAPS_API_KEY
"AIzaSyB0MmOFCap_RaiBzSH7nIFE0nx42cSomV4"
WORDPRESS_ACADEMY_CPT_BLOG
"posts"
WORDPRESS_ACADEMY_CPT_CATEGORY
"academy-categories"
WORDPRESS_ACADEMY_CPT_FAQ
"faq"
WORDPRESS_ACADEMY_CPT_ITEM
"academy-items"
WORDPRESS_ACADEMY_URL
"https://zinqer.digitplus.io"
WORDPRESS_ACADEMY_VERIFY_SSL
"0"
WORKER_API_KEY
"017fdfbb-0785-4971-9a86-5cfee585accb"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_PROJECT_DIR
"/var/www"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/home/www-data"
HOSTNAME
"d13857a20ed3"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"api.ooklo.com"
HTTP_ORIGIN
"https://app.ooklo.com"
HTTP_REFERER
"http://api.ooklo.com/main/api/v1/sms/packs"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"2.0 Caddy"
HTTP_X_FORWARDED_FOR
"216.73.216.110"
HTTP_X_FORWARDED_HOST
"api.ooklo.com"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_ORIGIN
"https://app.ooklo.com"
HTTP_X_REAL_IP
"216.73.216.110"
NOMAD_ADDR_fpm
"10.7.224.11:27682"
NOMAD_ADDR_http
"10.7.224.11:23872"
NOMAD_ALLOC_DIR
"/alloc"
NOMAD_ALLOC_ID
"08d13996-46a3-b2c7-ea56-de03d3d17fb4"
NOMAD_ALLOC_INDEX
"0"
NOMAD_ALLOC_NAME
"app-api.app-api[0]"
NOMAD_ALLOC_PORT_fpm
"9000"
NOMAD_ALLOC_PORT_http
"80"
NOMAD_CPU_CORES
" "
NOMAD_CPU_LIMIT
"100"
NOMAD_DC
"dc1"
NOMAD_GROUP_NAME
"app-api"
NOMAD_HOST_ADDR_fpm
"10.7.224.11:27682"
NOMAD_HOST_ADDR_http
"10.7.224.11:23872"
NOMAD_HOST_IP_fpm
"10.7.224.11"
NOMAD_HOST_IP_http
"10.7.224.11"
NOMAD_HOST_PORT_fpm
"27682"
NOMAD_HOST_PORT_http
"23872"
NOMAD_IP_fpm
"10.7.224.11"
NOMAD_IP_http
"10.7.224.11"
NOMAD_JOB_ID
"app-api"
NOMAD_JOB_NAME
"app-api"
NOMAD_MEMORY_LIMIT
"300"
NOMAD_NAMESPACE
"app"
NOMAD_PARENT_CGROUP
"nomad.slice"
NOMAD_PORT_fpm
"9000"
NOMAD_PORT_http
"80"
NOMAD_REGION
"global"
NOMAD_SECRETS_DIR
"/secrets"
NOMAD_SHORT_ALLOC_ID
"08d13996"
NOMAD_TASK_DIR
"/local"
NOMAD_TASK_NAME
"php-fpm"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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.4.24.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
"e127be09a8506f4327c5cfa78a614b00d210714484ec215ce0011b4a03c00731"
PHP_URL
"https://www.php.net/distributions/php-8.4.24.tar.xz"
PHP_VERSION
"8.4.24"
PWD
"/var/www"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.7.224.13"
REMOTE_PORT
"35144"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1786977335
REQUEST_TIME_FLOAT
1786977335.9361
REQUEST_URI
"/main/api/v1/sms/packs"
RUN_MIGRATIONS
"0"
SCRIPT_FILENAME
"/var/www/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.17.0.5"
SERVER_NAME
"localhost"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.30.4"
SHLVL
"2"
SYMFONY_DOTENV_PATH
"/var/www/.env"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_MAX_UPLOAD_FILE_MB,SPEC_SHAPER_ENCRYPT_KEY,SENSITIVE_STRING_CIPHER_SECRET,CORS_ALLOWED_ORIGINS,BASE_URL,APP_URL,APP_SCHEME,CLIENT_API_HOST,VITE_API_BASE_URL,PUBLIC_HOST,PRIVATE_HOST,SHORT_URL_DOMAIN,NGINX_FORWARD_PORT,VITE_FORWARD_PORT,POSTGRES_FORWARD_PORT,MEILISEARCH_FORWARD_PORT,RABBITMQ_FORWARD_PORT,RABBITMQ_ADMIN_FORWARD_PORT,PGADMIN_FORWARD_PORT,MAILPIT_SMTP_FORWARD_PORT,MAILPIT_WEB_FORWARD_PORT,MINIO_API_PORT,MINIO_CONSOLE_PORT,MINIO_ADMIN_CONSOLE_PORT,POSTGRES_DB,POSTGRES_USER,POSTGRES_PASSWORD,POSTGRES_HOST,POSTGRES_PORT,DATABASE_URL,PGADMIN_DEFAULT_EMAIL,PGADMIN_DEFAULT_PASSWORD,RABBITMQ_HOST,RABBITMQ_PORT,RABBITMQ_VHOST,RABBITMQ_USER,RABBITMQ_PASSWORD,MESSENGER_TRANSPORT_DSN,RABBITMQ_URL_IMPORT,RABBITMQ_URL_CAMPAIGN,RABBITMQ_URL_DOWNLOAD,RABBITMQ_URL_CALLBACK_SMS,RABBITMQ_URL_SMS,MAILER_DSN,SMTP_FROM,MEILISEARCH_URL,MEILISEARCH_PREFIX,MEILISEARCH_API_KEY,MEILI_MASTER_KEY,STRIPE_PUBLIC_KEY,STRIPE_SECRET,STRIPE_WEBHOOK_SECRET,STRIPE_PRICE_CREDIT_10K_3K,STRIPE_PRICE_CREDIT_50K_10K,STRIPE_PRICE_CREDIT_100K_50K,STRIPE_PRODUCT_ID_STARTER,STRIPE_PRICE_ID_STARTER_MONTHLY,STRIPE_PRICE_ID_STARTER_YEARLY,STRIPE_PRODUCT_ID_PROFESSIONAL,STRIPE_PRICE_ID_PROFESSIONAL_MONTHLY,STRIPE_PRICE_ID_PROFESSIONAL_YEARLY,STRIPE_PRODUCT_ID_ENTERPRISE,STRIPE_PRICE_ID_ENTERPRISE_MONTHLY,STRIPE_PRICE_ID_ENTERPRISE_YEARLY,GOOGLE_ID,GOOGLE_SECRET,VUE_APP_GOOGLE_MAPS_API_KEY,GEOCODE_MAPS_API_KEY,FB_ID,FB_SECRET,META_APP_ID,META_APP_CONFIG_ID,META_APP_SECRET,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,S3_REGION,S3_BUCKET,S3_ENDPOINT,S3_PUBLIC_ENDPOINT,S3_PATH_STYLE,S3_BASE_URL,S3_KEY,S3_SECRET_KEY,MINIO_ROOT_USER,MINIO_ROOT_PASSWORD,MINIO_ACCESS_KEY,MINIO_SECRET_KEY,OVH_ENDPOINT,OVH_APPLICATION_KEY,OVH_APPLICATION_SECRET,OVH_CONSUMER_KEY,MX_GATEWAY_BASE_URL,MAILXPERTISE_GATEWAY_BASE_URL,MX_GATEWAY_USERNAME,MX_GATEWAY_PASSWORD,MX_GATEWAY_WEBHOOK_URL,MX_SUPER_API_GATEWAY_BASE_URL,MX_SUPER_API_GATEWAY_TOKEN,MX_SUPER_API_DEFAULT_IPGROUP_UUID,POWERDNS_API_URL,POWERDNS_SERVER,POWERDNS_ZONE,POWERDNS_FAIL_ON_ERROR,POWERDNS_API_KEY,OOQLO_BULK_EMAIL_DOMAIN,OOQLO_BULK_EMAIL_SENDER_NAME,OOQLO_BULK_EMAIL_SENDER_ACCOUNT,OOQLO_BULK_EMAIL_SENDER_PASSWORD,OOQLO_BULK_SMS_SENDER_NAME,OOQLO_CAMPAIGN_RETRY_DELAY_SECONDS,REGEX_SENDER,SMS_GATEWAY_BASEURL,SMS_GATEWAY_KEY_PREFIX,SMS_CALLBACK_URL,SMS_GATEWAY_KEY,AI_HUB_BASE_URL,AI_HUB_CLIENT_ID,AI_HUB_CLIENT_SECRET,OPENAI_KEY,DMP_API_URL,DMP_API_AGENT,DMP_API_TOKEN,RENTAL_CONTACTS_IMPORT_INTERVAL,RENTAL_CONTACTS_IMPORT_HORIZON_HOURS,CAMPAIGN_STATISTICS_SYNC_INTERVAL,CAMPAIGN_SOCIAL_STATS_SYNC_INTERVAL,CAMPAIGN_STATISTICS_LOOKBACK_DAYS,FRENCH_PUBLIC_HOLIDAYS_GOUV_API_BASE,HEYZINE_BASE_URL,HEYZINE_CLIENT_ID,HEYZINE_API_KEY,HTML2IMAGE_BASEURL,HTML2IMAGE_BEARER,WORDPRESS_ACADEMY_URL,WORDPRESS_ACADEMY_VERIFY_SSL,WORDPRESS_ACADEMY_CPT_CATEGORY,WORDPRESS_ACADEMY_CPT_ITEM,WORDPRESS_ACADEMY_CPT_BLOG,WORDPRESS_ACADEMY_CPT_FAQ,SENTRY_DSN,SLACK_DSN,SIREN_API_KEY,PEXELS_API_KEY,WORKER_API_KEY,SIDERUNNER_API_URL,DEMO_ADMIN_USERNAME,DEMO_ADMIN_PASSWORD"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = 8861ca)

Key Value
_controller
"App\Controller\App\Api\V1\SmsBillingController::packs"
_firewall_context
"security.firewall.map.context.api"
_nelmio_cors_should_allow_origin
true
_remove_csp_headers
true
_route
"sms_packs_catalog"
_route_params
[]
_security_authenticators
[]
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#371
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\ApiTokenAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\ApiTokenAuthenticator {#369 …}
  }
]
_stopwatch_token
"4769e2"