Api/V8 issue

Hi all!

I have 1 question and 1 issue.

When I look at active oauth2 tokens, I notice the date created is more recent than Access token expires date, is this ok?

I have a token, now I want to dig deeper to retrieve useful informations.

I use Postman and I get 404 when sending the following query:

GET /api/v8/modules/Leads
Content-Type: application/json
cache-control: no-cache
Postman-Token: 1b3c2423-77cb-41da-8fef-d578a261cee1
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0a …
User-Agent: PostmanRuntime/7.6.1
Accept: /
Host: petrus.cedval.int
accept-encoding: gzip, deflate
SuiteCRM Version 7.11.2 Sugar Version 6.5.25 (Build 344)

The returned message:

404 Not Found

Not Found

The requested URL /api/v8/modules/Leads was not found on this server.

In SuiteCRM log, the only error to be found is Pop Error level is the only…

Fri Mar 8 09:02:39 2019 [15541][seed_chris_id][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Fri Mar 8 09:02:39 2019 [15541][seed_chris_id][ERROR] Pop error level. Try to remove the error_reporting() function from your code.

I did ran repairs, that did nothing.

Thanks in advance.