Top "Postman" questions

Postman is a toolchain for API developers to share, test, document and monitor APIs.

How to export/download Response Body into an external file from Postman Collection Runner Results?

I am working on a project where I have to hit a web service multiple times with different values of …

postman postman-collection-runner
Postman request with body Form data to json

I have a problem with postman... For one side, I can make this request with the body in form data. …

json rest web-services postman form-data
Signature expired: is now earlier than error : InvalidSignatureException

I am trying a small example with AWS API Gateway and IAM authorization. The AWS API Gateway generated the below …

amazon-web-services postman aws-api-gateway amazon-iam
Make dynamic name text field in Postman

I'm using Postman to make REST API calls to a server. I want to make the name field dynamic so …

json postman
How to convert cURL to postman?

Postman has built-in function to convert postman to cURL code, but if I want to convert cURL code to postman, …

curl postman
Debug output in tests

How do I output some information in Postman tests? console.log(tv4.error); tests["Valid Data1"] = tv4.validate(data1, schema); …

javascript testing logging postman
Token key authentication in Postman

How do I make the below token based authentication call in Postman? curl -H "Authorization: ApiKey dan:ab104c54c6…

tastypie postman
HTTP Status 415 - Cannot consume content type

POST operation to the REST service with JSON body returning org.jboss.resteasy.spi.UnsupportedMediaTypeException : Cannot consume content type exception …

java json resteasy postman
GET request works in browser, but I get Unauthorized when using Postman

I am issuing a request via chrome: [org]/api/data/v8.1/accounts?$select=name,accountid&$top=3 and I get …

c# http postman http-get dynamics-crm-2016
POSTMAN for Multipart/form-data

How to use POSTMAN for Multipart/form-data which has customize header for testing my controller which takes 2 files as parameter (…

spring web-services rest multipartform-data postman