Trying to get an orgs private and public repositories in Postman I've attempted: GET: https://api.github.com/graphql Under Authorization selected: Type: Basic
Using GET request, I have the following response: [ { "id": "ID_1", "name": "", "color": "orange" },
I'm learning Postman and I have an exercise to do. I should create wagers with a sports betting app using Postman. The following POST http://localhost:8080/spor
I have downloaded the data to csv via Postman. The problem is that I don't have a classic structure: id;name;country 1;Paul;USA 2;John;Germany but structure li
I'm trying to access an api endpoint using a Future and it constantly returns {"code":"UNAUTHORIZED","message":"Invalid API Key","timestamp":"2022-03-19T16:57:
I am trying to make a put request using Postman with Spring Boot. The idea is to give the subscription object a foreign key value with a put request or post. I
I am trying to test Amazon Connect Rest API in Postman. The API name is GetMetricData. In Postman, I have provided all the required information that is mentione
I have got an interesting task and am not sure how to proceed with this I have 1 POST request to create the Release for each Project. The request body has the "
For a project, i needed to fetch records from a SQL database into a list of objects (using java for backend). The exchange between the backend and the frontend
I am testing some workflow in azure on which I have some web apps api connecting to a SQL Database using a service principle. Everything works fine and the web
I'm trying to convert a curl (also proved working in postman) query to java resttemplate: $ curl -X POST https://my.server/apiv2/login -k -H 'Accept: applicati
In my application, we have four different user roles. When I tried to generate the JWT token using postman, though the token is retrieved, it is not providing t
I have an api with oauth2.0 authorization grant type authentication which has the following steps - Get method for authorization code which opens up a form in b
I made a service account in GCP designed to run a cloud function. This is the service account, complete with json keys that I downloaded. Then I made this cloud
I am working on an independent JDBC/Springboot project and I am having a lot of trouble actually posting any data from postman into MySQL. I have tried looking
I'm following this tutorial here to attempt to authenticate using Token Based Authentication with Netsuite: through postman using Netsuite's Postman environment
I keep receiving my response in xml i dont know why and i want it to be by default json, once i used jackson-dataformat-xml but i delete it and update it the pr
I have uploaded a CSV file with some german words. I can access the file via this link . When I try to get the file via postman, the response is not fully utf
A few days ago I started the development of a bot to capture data/results from virtual sports (specifically football) at Bet365 (note: I know this is not allowe
I am using the twitch api just to test it out to fetch the top games I get my app access token after making an app by passing in a POST to: https://id.twitch.tv