SuiteCRM API V8 : authenticate return 404 not found

Hello everyone !

After solving my proxy problem, I’m facing a new one… A 404 not found issue !

I checked other topics before creating my own.

What I have done :

  • Configuration of my Vhost :

  • Modules Enabled :

  • core_module (static)

  • so_module (static)

  • watchdog_module (static)

  • http_module (static)

  • log_config_module (static)

  • logio_module (static)

  • version_module (static)

  • unixd_module (static)

  • access_compat_module (shared)

  • alias_module (shared)

  • auth_basic_module (shared)

  • authn_core_module (shared)

  • authn_file_module (shared)

  • authz_core_module (shared)

  • authz_host_module (shared)

  • authz_user_module (shared)

  • autoindex_module (shared)

  • deflate_module (shared)

  • dir_module (shared)

  • env_module (shared)

  • filter_module (shared)

  • mime_module (shared)

  • mpm_prefork_module (shared)

  • negotiation_module (shared)

  • php7_module (shared)

  • reqtimeout_module (shared)

  • rewrite_module (shared)

  • setenvif_module (shared)

  • socache_shmcb_module (shared)

  • ssl_module (shared)

  • status_module (shared)

  • My postman request :

I tried this 2 URL :

  • https://vps1.My_URL.fr/Api/v8/access_token
  • https://vps1.My_URL.fr/Api/access_token

I don’t know what to do next… :dry:

Thanks for your help !

Hello again,

I’m really stuck and I tried everything I can.

Is there anyone who can help me ?

Thanks

Solution :
Error on access…

The right URL is : yoursite/Api/access_token

MUST BE IN HTTPS !!