insomnia-importers
Version:
Various data importers for Insomnia
38 lines (37 loc) • 837 B
JSON
{
"info": {
"_postman_id": "77937747-606b-4086-b4e5-7bc776849a13",
"name": "Bearer Token Test",
"description": "A collection for testing",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Bearer Token",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "bearer-token-value",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
}
]
}