Skip to main content

Retrieve Postman Authentication Settings

GET 

/targets/:id/postman-authentication/

Manage Postman Authentication settings for a target.

Request

Path Parameters

    id stringrequired

Responses

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
Loading...