1
0
-1

I am Tying to get api in postman server it can't be working please tell me how to do

{"date":"Thu Aug 24 10:20:59 IST 2023","code":"400","message":"Bad Request"}
this erorr message is showing
    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Hi K Raveendra ,

      Details shared by you are not sufficient to answer. Nevertheless, here are few suggestions.

      1. Test endpoing using API Builder first provided by Joget.
        1. Open API Builder present under Addon Builders
        2. Click on OAS3Document
        3. It will open swagger UI and you can click on "try it out" to test your API
      2. Check endpoint does not contains any whitespace.
      3. Check payload if any 
      4. Verify api_key, api_id under headers (Should be fine as you are able to reach to server).
      5. In some cases adding j_username <Joget user name> and j_password <password for Joget user> under Query Parameters help.

      Hope it helps.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        please Send me  any demo appilication for api