Retrieve Postman Authentication Settings
GET/targets/:id/postman-authentication/
Manage Postman Authentication settings for a target.
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
postman_auth_folder string
Possible values: <= 255 characters
Postman folder to use for the authentication request.
The maximum length is 255 characters.
postman_auth_var_mapping nullable
Mapping of Postman variables found in the postman folders, which would be used for the authentication request.
postman_authentication_enabled boolean
postman_authentication_configured stringrequired
Indicates if Postman authentication is configured for the target.
fail_fast boolean
{
"postman_auth_folder": "string",
"postman_authentication_enabled": true,
"postman_authentication_configured": "string",
"fail_fast": false
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...