I access the api url http://localhost:8082/SuiteCRM/Api/access_token
Request
{
“grant_type”:“client_credentials”,
“client_id”:“2d1afeea-114d-ee18-1a91-646350619b3b”,
“client_secret”:“Test”,
“username”:“vivek”,
“password”:“vivek123”
}
I am getting 404 not found response. Go to admin and give the repair settings. But it’s not work the api
Hey you url for api token will be either
http://localhost:8082/SuiteCRM/public/legacy/Api/access_token
or
http://localhost:8082/SuiteCRM/legacy/Api/access_token
because the your crm is SuiteCRM 8.x. the documentation is for SuiteCRM 7
You will need to adjust the other urls for the api as well
I have accessed the two api url but i am getting the 404 not found error message. Please send the correct headers