Skip to main content
Solved

REST-API V1 :No route found for \"POST https://centreon/centreon/api/latest/authenticate\

  • October 24, 2023
  • 2 replies
  • 162 views

Forum|alt.badge.img+8
helloWhen I try to connect to API-V1 with login/password to retrieve a token, I get a core return of 500 and the message:No route found for \"POST http://XXXXXXXXX/centreon/api/latest/authenticate\"

thanks

Best answer by ponchoh

Does it work with this?

https://docs.centreon.com/docs/22.10/api/rest-api-v1/#authentication

 

Using POST method and the URL below:

api.domain.tld/centreon/api/index.php?action=authenticate

2 replies

ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • Answer
  • October 24, 2023

Does it work with this?

https://docs.centreon.com/docs/22.10/api/rest-api-v1/#authentication

 

Using POST method and the URL below:

api.domain.tld/centreon/api/index.php?action=authenticate

Forum|alt.badge.img+8
  • Author
  • Steward ***
  • October 25, 2023
HelloIndeed my URL is not correct.THANKS