GET {{baseUrl}}/my-name?token={{token}}
This request uses the saved In this request, we used the token
collection variable to access a secret 'name' stored against that token.token
collection variable as a query param to fetch the name generated for that token. We have added a test to check that a name is correctly returned.
Body
PARAM
Key | Datatype | Required | Description |
token
|
string |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status
ENDPOINTS