12,610 questions
0
votes
0
answers
49
views
How to Solve OAuth Issue in Postman [closed]
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....
0
votes
0
answers
32
views
Integrating sandbox.co.in Aadhaar authentication API
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 ...
Tooling
0
votes
2
replies
34
views
.NET auto Postman collection update
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,...
0
votes
0
answers
27
views
Scope fails but failure response is not triggered [closed]
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 ...
-2
votes
0
answers
28
views
ERROR 415 Unsupported Media Type In Postman [duplicate]
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' ...
1
vote
2
answers
97
views
ERROR 415 Unsupported Media Type In Postman
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' ...
0
votes
0
answers
49
views
Alexa client_id , secret_cleint and refresh_token mismatch issue
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 ...
-6
votes
1
answer
40
views
Bug appeared when testing get x api key (on postman) [closed]
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 ...
-4
votes
1
answer
247
views
Can Postman manage mTLS negotiation using client cert from Windows keystore?
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-...
0
votes
1
answer
97
views
JAX-RS REST API returns 200 OK immediately, but JSON body arrives delayed only on my computer
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 ...
0
votes
1
answer
87
views
HTTP Request Through Ncat in Powershell Windows
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 ...
0
votes
0
answers
49
views
Getting Undefined in body while hitting post request through postman
import { DBCon } from "./db/index.js";
import express from "express";
const app = express();
app.use(express.json());
app.use(express.urlencoded({ extended: true }));
DBCon()
....
0
votes
0
answers
79
views
Connecting N8N and Bricklink with Oauth1
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?...
0
votes
1
answer
95
views
Postman/form-data - Cannot destructure property [duplicate]
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(...
1
vote
1
answer
61
views
Execute pre-request script after request variable resolution
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 ...
1
vote
0
answers
44
views
Postman Exchange Data Between Platform (Bitrix-Jotform)
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 ...
3
votes
0
answers
85
views
Not able to connect to SignalR from Postman
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.
...
2
votes
1
answer
542
views
How to sending BODY content to MCP Server?
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 ...
0
votes
2
answers
59
views
While running postman request in loop, shifting is not happenning
Method: Post
Endpoint: https://www.staging.lover.com/v2/internal/register_device
Body:
{
"serial": "{{currentSerial}}",
"chipUid": "{{currentChipId}}",
...
1
vote
0
answers
35
views
Freshdesk API Trying to get Username for a hierarchy field
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 ...
0
votes
0
answers
119
views
Salesforce OAuth 2.0 Client Credentials Flow – getting a 404 after refreshing or regenerating the token
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 (...
0
votes
0
answers
38
views
Issue with creating or updating iteration CSV/JSON files in Postman Collection Runner
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 ...
0
votes
0
answers
72
views
How to configure the grpc request payload for streaming method in Postman
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 ...
-2
votes
3
answers
121
views
How to check number of decimal digits for currency?
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 ...
-2
votes
1
answer
370
views
Postman Error: Unable to verify the first certificate with localhost
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 ...
-2
votes
1
answer
187
views
How do I retrieve a user's profile picture via Zoho OAuth 2.0 API? [closed]
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....
0
votes
0
answers
63
views
404 Not Found Postman ASP.NET Core Web API [duplicate]
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&...
-1
votes
1
answer
39
views
Is it possible to separate and wrap variables with <arr:int> in Postman?
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 ...
-2
votes
1
answer
492
views
grpcurl able to call grpc reflection but postman and insomnia fail with unimplemented
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 ...
0
votes
0
answers
404
views
"Connection broken: IncompleteRead(50454677 bytes read, 35845891 more expected)" upon fetching large Collection from Postman API
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 ...
0
votes
0
answers
13
views
How to count the keys of key in postman? [duplicate]
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 ...
0
votes
0
answers
41
views
FastAPI 422 Unprocessable Entity when using Postman (works in Swagger UI and curl) [duplicate]
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 ...
0
votes
1
answer
180
views
Getting All Workspaces ClickUp
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:/...
-2
votes
2
answers
130
views
Why am I not getting any response in the postman? [closed]
import {createServer} from 'http'
const PORT = process.env.PORT
const users = [
{id:1, name:"Jim"},
{id:2, name:"Dwight"},
{id:3, name:"Michael"}
]
const ...
0
votes
1
answer
798
views
Intermittent "Error parsing HTTP request header" when calling API in Spring Boot 2.7.4
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 ...
0
votes
0
answers
83
views
Spring Security JWT Returns 403 Forbidden on Endpoints
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 ...
0
votes
1
answer
589
views
Why do I get "Could not complete OAuth 2.0 token request" Error on POSTMAN?
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://...
-1
votes
1
answer
66
views
Run several requests with different number of data from csv on Postman
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}}
}
...
0
votes
1
answer
121
views
Error submitting data: Failed to fetch, while submitting html css, js form data to google sheets
step1.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, ...
1
vote
1
answer
320
views
Invalid end of a number. Expects Delimiter
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 ...
2
votes
1
answer
114
views
Why does Postman throw a 400 status for this POST request with a pre-request script?
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
&...
0
votes
0
answers
28
views
How to document input and output fields in Postman collection?
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 ...
0
votes
2
answers
77
views
Connecting to MonogDB database suddenly leads to unknown "Unexpected end of JSON input" Error
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 ...
1
vote
3
answers
576
views
Spring Boot: Visualize image on Postman
I have this endpoint:
@GetMapping("/thumbnail/{imageName}")
@PreAuthorize("hasRole('BASIC')")
public ResponseEntity<InputStreamResource> natalChartThumbnail() throws ...
0
votes
0
answers
175
views
How to send request to API that uses MessagePack with MagicOnion using Postman
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....
-2
votes
1
answer
52
views
Can't use Acumaica RestAPI
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 ...
0
votes
0
answers
33
views
Postman doesn't work upon entering the program
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 ...
0
votes
1
answer
71
views
Postman Mock Server Template Helpers with XML
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. ...
1
vote
1
answer
172
views
Azure DevOps Pipeline ##[error]Unable to locate executable file: 'newman'
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 ...
0
votes
1
answer
887
views
Getting error while creating access token using OAuth 2.0 for MS Fabric
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 ...