v1.dvs.beta.postman.wtf Open in urlscan Pro
54.175.208.89  Public Scan

URL: https://v1.dvs.beta.postman.wtf/
Submission: On October 13 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Public


Documentation Settings
Environment
No Environment
Layout
Double Column
Language
cURL



LEAKING CREDENTIALS (5)

 * Introduction

GET
Sample Request:
GET
Basic Auth
GET
Get Postman Collections
GET
Get Postman Workspaces
POST
GET AWS token
Leaking Credentials (5)

This collection is used to test documentation scanning during preview.
xoxp-2551991626-779410681591-1088276869891-b15bf06d9a50c18bccae715d3f0ac08e


GET

Sample Request:

https://echo.getpostman-beta.com/response-headers?Content-Type=text/html&test=%3Ch1%3Ea

To use this endpoint, send a request with the header The cryptic latter half of
the header value is a base64 encoded concatenation of the default username and
password. Using Postman, to send this request, you can simply fill in the
username and password in the "Authorization" tab and Postman will do the rest
for you.

HEADERS
Stripe_API_Key
sk_live_8yT0JDToSoHZ3V9GPYRZnR12
PARAMS
Content-Type
text/html
test
%3Ch1%3Ea


Example Request
Sample Request:

curl --location --request GET 'https://echo.getpostman-beta.com/response-headers?Content-Type=text/html&test=%3Ch1%3Ea' \
--header 'Stripe_API_Key: sk_live_8yT0JDToSoHZ3V9GPYRZnR12'

GET

Basic Auth

https://postman-echo.com/

This endpoint simulates a basic-auth protected endpoint. The endpoint accepts a
default username and password and returns a status code of 200 ok only if the
same is provided. Otherwise it will return a status code 401 unauthorized.

Username: postman

Password: password

To use this endpoint, send a request with the header Authorization: Basic
cG9zdG1hbjpwYXNzd29yZA==. The cryptic latter half of the header value is a
base64 encoded concatenation of the default username and password. Using
Postman, to send this request, you can simply fill in the username and password
in the "Authorization" tab and Postman will do the rest for you.

HEADERS

token
Basic Q2xpZW50X0lEOkNsaWVudF9TZWNyZXQ=


Example Request
Example 1

curl --location --request GET 'https://postman-echo.com/basic-auth?key=Basic%20Q2xpZW50X0lEOkNsaWVudF9TZWNyZXQ==' \
--header 'key: Basic Q2xpZW50X0lEOkNsaWVudF9TZWNyZXQ=='

Example Response
401 Unauthorized
Body
Header(6)


Basic Q2xpZW50X0lEOkNsaWVudF9TZWNyZXQ==

GET

Get Postman Collections

https://api.getpostman.com/collections

You need valid Postman API key to send request.

HEADERS
X-Api-Key
PMAK-5e3c53897371d50031f47263-12e2baaaef23341996d81dc074362e28d3


Example Request
Example 1

curl --location --request GET 'https://postman-echo.com/basic-auth'

Example Response
401 Unauthorized
Body
Header(6)

Unauthorized

GET

Get Postman Workspaces

https://api.getpostman.com/workspaces?=

You need valid Postman API key to send request.

HEADERS
api_key
PMAK-5e3c53897371d50031f47263-12e2baaaef23341996d81dc074362e28d3
PARAMS



Example Request
Example 1

curl --location --request GET 'https://postman-echo.com/basic-auth'

Example Response
401 Unauthorized
Body
Header(6)

Unauthorized

POST

GET AWS token

https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/ssl-checker-internal/invocations

Access keys are long-term credentials for an IAM user or the AWS account root
user. You can use access keys to sign programmatic requests to the AWS CLI or
AWS API (directly or using the AWS SDK). For more information, see Signing AWS
API Requests in the Amazon Web Services General Reference.

Ex: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

HEADERS
Authorization
wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
PARAMS



Example Request
GET AWS token

curl --location --request POST 'https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/ssl-checker-internal/invocations?key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY' \
--header 'Authorization: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'

Example Response
403 Forbidden
Body
Header(6)

{
  "message": "Missing Authentication Token",
  "Juicy_info": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
}