Problem with service consumption [closed]

0

I want to consume this Api rest link but it does not bring me the key to be able to bring the information well. This is the JSON to try

{   "email": "[email protected]",   "password": "candidato2017" }

Here is the documentation about the service link

    
asked by Gabriel Diaz 25.02.2017 в 07:31
source

1 answer

1

You should check your ajax call, because if you try the service with that data that you passed if it works well, look:

Possibly one of the parameters is not catching it well. And if the parameter you are looking for does not come here then I think that the API is not working and you should check with the support team of that company.

Greetings!

    
answered by 25.02.2017 в 08:08