Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

Hi i am trying to test API for building connected collection in postman. I have setup all the required parameters for Oauth 2.0, and when i am getting a new access token i am receiving a request error....
Gen's user avatar
  • 11
0 votes
0 answers
32 views

I am trying to integrate the aadhaar authentication API in one of my sample Node JS project, the documentation can be found at https://developer.sandbox.co.in/api-reference/kyc/overview. I have ...
Souvik Banerjee's user avatar
Tooling
0 votes
2 replies
34 views

I always add new endpoints, and I manually add these endpoints one by one into Postman. This takes a lot of our time and sometimes gets forgotten. I want to automate this so that when the project runs,...
Mahammad Azimzada's user avatar
0 votes
0 answers
27 views

I have a Power Automate flow I'm working on. I have a scope that does some actions. I set up the run after in a "response action" that should be triggered when the scope fails. On the ...
DBankx's user avatar
  • 11
-2 votes
0 answers
28 views

I'm trying to upload a property object (JSON) along with multiple images using multipart/form-data, but Spring Boot keeps returning: 415 Unsupported Media Type Content-Type 'application/octet-stream' ...
Thomastheguy's user avatar
1 vote
2 answers
97 views

I'm trying to upload a property object (JSON) along with multiple images using multipart/form-data But Spring Boot keeps returning: 415 Unsupported Media Type Content-Type 'application/octet-stream' ...
Thomastheguy's user avatar
0 votes
0 answers
49 views

I am trying to create an API for my application to build Alexa skills and perform all operations, such as creating intents, slots, etc. I have already built the API, but it requires credentials like ...
Hardik parmar's user avatar
-6 votes
1 answer
40 views

I'm having trouble, when testing GET X API KEY in postman, a bug appears that the App\Http\Middleware\Apikey class is not found, but when I test the GET method without including the X API KEY there is ...
Alfazedh's user avatar
-4 votes
1 answer
247 views

I'm trying work out a plan for managing access to mTLS secured endpoints (a.k.a 'client certificates') for developers and testers who generally prefer to use Postman. Ideally, we would use non-...
JimmyJames's user avatar
  • 1,649
0 votes
1 answer
97 views

I have a JAX-RS REST API that gets live images from a camera. The camera returns a multipart response (XML + JPEG), which I parse in the service and then return as JSON in the response. Problem: When ...
Otabek Rajabov's user avatar
0 votes
1 answer
87 views

I am using Ncat to send raw HTTP requests to the backend JS server. I will add here the backend and frontend files. We write ourselves, which is the goal of the task. I have installed Ncat and I send ...
Rodrigo Galvão's user avatar
0 votes
0 answers
49 views

import { DBCon } from "./db/index.js"; import express from "express"; const app = express(); app.use(express.json()); app.use(express.urlencoded({ extended: true })); DBCon() ....
Ahmad Siddique's user avatar
0 votes
0 answers
79 views

I am trying to connect N8N with Bricklink API. Bricklink API states, the Oauth to use is OAuth1. N8N supports that, but the methods are different. In Bricklink - https://www.bricklink.com/v3/api.page?...
Saariko's user avatar
  • 1,707
0 votes
1 answer
95 views

Why I keep getting Cannot destructure property 'name' of 'req.body' as it is undefined.? My index.js already has express.json() but keeps getting the same error dotenv.config() app.use(cors()) app.use(...
flyingduck92's user avatar
  • 1,692
1 vote
1 answer
61 views

I am writing a pre-request script that uses a particular type of authentication for the third-party endpoint I'm trying to request. The third-party endpoint's authentication uses a 'Signature' header ...
Dan Hanly's user avatar
  • 7,861
1 vote
0 answers
44 views

I want to transfer my list of data from Bitrix to Jotform. I already made this flow in Postman, it show no error and seems fine, but it still not posted to my Jotform. Can someone tell me where did I ...
Aisya Dewi's user avatar
3 votes
0 answers
85 views

I want to stablish a connection between Postman and my SignalR application. I am having problems with sending messages, I am able to connect to the hub, but not able to send messages from Postman. ...
roderknight's user avatar
2 votes
1 answer
542 views

I have been send a URL to an MCP server and I am just testing using POSTMAN's MCP Client testing ability. When I've connected to the server, I get the "TOOLS" list, and once I select the one ...
Chris Hammond's user avatar
0 votes
2 answers
59 views

Method: Post Endpoint: https://www.staging.lover.com/v2/internal/register_device Body: { "serial": "{{currentSerial}}", "chipUid": "{{currentChipId}}", ...
Pulkit Agrawal's user avatar
1 vote
0 answers
35 views

I've been trying to work through the Freshdesk api's and pull in username with some other fields. The issue I'm having is username is in a child field but when I try to grab it I get a bunch of null ...
NutellaKing's user avatar
0 votes
0 answers
119 views

I'm trying to connect to SF with Postman. I created an External Client App in SF - I checked Enable client credential flow and for the scopes I selected Manage user data via API (api), Full access (...
Paula's user avatar
  • 1
0 votes
0 answers
38 views

I am working on the postman-collection runner to create the csv/json file based on the iteration response data, I am able to create the csv file but unable to update the iteration data. Here is my ...
jvk's user avatar
  • 2,189
0 votes
0 answers
72 views

When I googled "How to configure the grpc request payload for streaming method in Postman", one of answers is as following: To configure the gRPC request payload for streaming methods in ...
user3593086's user avatar
-2 votes
3 answers
121 views

We are starting to use Postman to test our APIs. If I want to verify a JSON field response is any valid amount (currency) how would I write that test? All I have found so far online is to do it as ...
Abby's user avatar
  • 1
-2 votes
1 answer
370 views

Currently I am working on .NET WebApi project which is using SSL authentication. I am the only one in the team who works on this project under Windows 11 and I am the only one who is unable to send ...
PackMan0's user avatar
-2 votes
1 answer
187 views

I've been trying to retreive the users profile picture through Zoho OAuth 2.0, testing it with Postman. This API uses authentication through tokens. First I'm authenticating through: https://accounts....
Nicolas Lohan's user avatar
0 votes
0 answers
63 views

I get the error "404 Not Found" when I create a POST request in Postman. I passed the following data: { "AssetId":45, "Name":"none", "Shortname&...
bibashmanjusubedi's user avatar
-1 votes
1 answer
39 views

Attempting to POST a SOAP request in Postman. If a list of collection variables is provided, is it possible to separate the variables and wrap them in arr:int using JavaScript? For example: In ...
Neophyte's user avatar
-2 votes
1 answer
492 views

I have a gRPC service (not using TLS). When I run grpcurl -plaintext localhost:50051 list, I get a valid response and can successfully interact with the service. However, when I try using Postman or ...
guy mograbi's user avatar
  • 28.9k
0 votes
0 answers
404 views

Upon fecthing a large collection item from Postman's API I get the following error: RuntimeError: Chunked transfer error: ('Connection broken: IncompleteRead(50454677 bytes read, 35845891 more ...
Alvaro's user avatar
  • 115
0 votes
0 answers
13 views

I'm learning testing in postman and I want to show the number of items inside a key. I'm working with the following API: airportGap. The question is the following: How can I count the elements of ...
Dozom's user avatar
  • 11
0 votes
0 answers
41 views

I'm building a simple FastAPI POST endpoint that accepts a JSON body. Everything works perfectly when tested via the Swagger UI, Python's requests, and curl. But when I test the same request using ...
Murphy's user avatar
  • 11
0 votes
1 answer
180 views

I'm trying to get all workspaces from an organization on ClickUp. In the UI I have three workspaces as shown below. I'm trying to get all these workspaces by making an API call in postman. Get https:/...
DonDavid12's user avatar
-2 votes
2 answers
130 views

import {createServer} from 'http' const PORT = process.env.PORT const users = [ {id:1, name:"Jim"}, {id:2, name:"Dwight"}, {id:3, name:"Michael"} ] const ...
Grimmj0w's user avatar
0 votes
1 answer
798 views

I'm facing an issue that I can't seem to resolve, as I have difficulty identifying the root cause. I hope to find some help here. I have a web service coded in Java Spring Boot version 2.7.4, with a ...
Wassupppp's user avatar
0 votes
0 answers
83 views

SO I am building a Spring Boot application using Spring Security with JWT authentication. I’ve implemented a JwtAuthenticationFilter and configured it in my SecurityConfiguration, but I keep getting ...
Nectar's user avatar
  • 3
0 votes
1 answer
589 views

I am trying to get my token from spotify api using POSTMAN and I received Error: Could not complete OAuth 2.0 token request I am using OAuth2.0 as my Auth Type. I already have auth code using https://...
ishi782524's user avatar
-1 votes
1 answer
66 views

I have one .csv file with some data for my Postman like this: Name,City Jhon,New York Lucy,London Adam, Alex, and i have one collection with 2 reqs: - GetAge { {{Name}} } - GetInfoCity { {{City}} } ...
Oren Diaz's user avatar
  • 143
0 votes
1 answer
121 views

step1.html <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ...
Dronal Bhardwaj's user avatar
1 vote
1 answer
320 views

I'm having issues getting datetime into a db from post man API calls. What I have is a body that accepts the following: POST Call in PostMan HTTP://localhost:5000/api/ticket Pre-Script var now = new ...
DonDavid12's user avatar
2 votes
1 answer
114 views

I'm working on an API REST with SpringBoot and I'm trying to create multiples users from Postman with a Pre-request script, but I get a 400 status code even when the users are save in the DataBase &...
Neoly Moreno's user avatar
0 votes
0 answers
28 views

I have a Postman that I have to document, I found the document page but it seems to let me add just some descriptions. Let's say this is a REST API service with json input, is there any way to ...
Tobia's user avatar
  • 9,619
0 votes
2 answers
77 views

Everything was going well, after creating GET, POST, PUT, Delete Routes connecting to a database on MongoDB collection -using Node.js and Express- , after more than one successful run, out of nothing ...
Mahmoud Tarek Mahmoud's user avatar
1 vote
3 answers
576 views

I have this endpoint: @GetMapping("/thumbnail/{imageName}") @PreAuthorize("hasRole('BASIC')") public ResponseEntity<InputStreamResource> natalChartThumbnail() throws ...
Nunyet Calçada's user avatar
0 votes
0 answers
175 views

I have an API that is using MagicOnion and MessagePack in .NET. I am using swagger like this: public static IServiceCollection AddMagicOnionServices(this IServiceCollection services) { services....
Dilshod K's user avatar
  • 3,160
-2 votes
1 answer
52 views

I currently host Acumatica on my computer. I was able to access the Acumatica website (localhost) via the browser. However, when I try to log in via Postman, I keep getting error code 400. What do I ...
Sibo's user avatar
  • 1
0 votes
0 answers
33 views

I installed Postman, registered, but when I log into the application I get the error Unable to connect to our servers I tried restarting the program and installing it again it turns out to open only ...
Полина's user avatar
0 votes
1 answer
71 views

I'm trying to set up a postman mock server that has an XML response body and request body and I'm having trouble pulling a value from the request into the response when it comes to doing it with XML. ...
Brendan Murphy's user avatar
1 vote
1 answer
172 views

I'm using free Azure DevOps and created a release pipeline, purpose is verify the APIs during release,while executing the agent on step 3 its showing error message. Image Newman Cli Image Agent Task ...
Zeeshan ilyas's user avatar
0 votes
1 answer
887 views

In Postman I am trying to generate Access token using Oauth2.0 for MS fabric Update API call. I have entered below details POST https://login.microsoftonline.com/tenant-ID/oauth2/v2.0/token Under ...
Salman's user avatar
  • 2,009

1
2 3 4 5
253