{{ activeRequest.description }}
{{ activeRequest.method || '' }}
{{ activeRequest.name }}
{{ activeRequest.url }}
Description
Description
{{ descriptionVisible ? '−' : '+' }}
{{ cleanedDescription }}
Example Response
{{ exampleResponseVisible ? '−' : '+' }}
{{ exampleResponse }}
Headers
{{ headersVisible ? '−' : '+' }}
| Name | Value |
|---|---|
| {{ header.name }} | {{ header.value }} |
No headers defined
Request Body
{{ bodyVisible ? '−' : '+' }}
{{ formatBody(activeRequest.body.text) }}
Authentication
{{ authVisible ? '−' : '+' }}
{{
activeRequest.authentication.type?.toUpperCase()
|| '' }}
| Token | {{ activeRequest.authentication.token }} |
Select a request to view details