openapi-to-postmanv2
Version:
Convert a given OpenAPI specification to Postman Collection v2.0
997 lines • 47 kB
JSON
{
"item": [
{
"name": "api",
"description": "",
"item": [
{
"name": "auth",
"description": "",
"item": [
{
"name": "introspect",
"description": "",
"item": [
{
"id": "8c4e20ae-e6ae-4cd8-89fb-a9a892291dc5",
"name": "Performs introspection of the provided Bearer JWT token",
"request": {
"name": "Performs introspection of the provided Bearer JWT token",
"description": {},
"url": {
"path": [
"api",
"auth",
"introspect"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"method": "GET",
"body": {},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{bearerToken}}"
}
]
}
},
"response": [
{
"id": "e0f7ef96-7215-4fcb-8d5b-ab4e445870d0",
"name": "Introspection object",
"originalRequest": {
"url": {
"path": [
"api",
"auth",
"introspect"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Features\": [\n \"itemusages\",\n \"signinattempts\"\n ],\n \"IssuedAt\": \"2020-06-11T16:32:50-03:00\",\n \"UUID\": \"ipsum Ut\"\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "0d790cfa-3bb8-4780-9b8a-0387409eff72",
"name": "Unauthorized",
"originalRequest": {
"url": {
"path": [
"api",
"auth",
"introspect"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "GET",
"body": {}
},
"status": "Unauthorized",
"code": 401,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "9feb1f7f-ac63-4b56-ba0c-23125db75c62",
"name": "Generic error",
"originalRequest": {
"url": {
"path": [
"api",
"auth",
"introspect"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "GET",
"body": {}
},
"status": "Internal Server Error",
"code": 500,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
}
]
}
]
},
{
"name": "v1",
"description": "",
"item": [
{
"name": "itemusages",
"description": "",
"item": [
{
"id": "898f7c06-d8cf-4ab0-ab19-358414ddcabf",
"name": "Retrieves item usages",
"request": {
"name": "Retrieves item usages",
"description": {
"content": "This endpoint requires your JSON Web Token to have the *itemusages* feature.",
"type": "text/plain"
},
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{bearerToken}}"
}
]
}
},
"response": [
{
"id": "01f42ab5-826a-4217-82c8-a6a77890e02a",
"name": "Continuing cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"items\": [\n {\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"voluptate nostrud velit aliqua\"\n },\n \"item_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"used_version\": 12081322,\n \"user\": {\n \"email\": \"yJpwyahQ@kfmIVypHDGxL.nuw\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"vault_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n {\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"eu non est\"\n },\n \"item_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"used_version\": -11764638,\n \"user\": {\n \"email\": \"LVLvtNRagv4Lo4x@PRbagxrMOuZegfnVANRoi.cxys\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"vault_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n }\n ],\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\",\n \"has_more\": false\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "95cd8df1-7b0b-4673-a4c4-9cc95b202ac6",
"name": "Resetting cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"limit\": 100,\n \"start_time\": \"2021-06-11T16:32:50-03:00\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"items\": [\n {\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"voluptate nostrud velit aliqua\"\n },\n \"item_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"used_version\": 12081322,\n \"user\": {\n \"email\": \"yJpwyahQ@kfmIVypHDGxL.nuw\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"vault_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n {\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"eu non est\"\n },\n \"item_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"used_version\": -11764638,\n \"user\": {\n \"email\": \"LVLvtNRagv4Lo4x@PRbagxrMOuZegfnVANRoi.cxys\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"vault_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n }\n ],\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\",\n \"has_more\": false\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "1a81000e-e6d5-473f-9340-c100702dd57b",
"name": "Resetting cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"limit\": 100,\n \"start_time\": \"2021-06-11T16:32:50-03:00\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "Unauthorized",
"code": 401,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "9e21bdea-5663-4031-8ad3-83789c2d6d4c",
"name": "Continuing cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "Internal Server Error",
"code": 500,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "fcf7f75c-7332-47b6-ac4e-c07ab8cf8559",
"name": "Retrieves item usages",
"request": {
"name": "Retrieves item usages",
"description": {
"content": "This endpoint requires your JSON Web Token to have the *itemusages* feature.",
"type": "text/plain"
},
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"method": "GET",
"body": {},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{bearerToken}}"
}
]
}
},
"response": [
{
"id": "19211a7f-944a-466a-b469-06e5782bec92",
"name": "Item usages response object",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"items\": [\n {\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"voluptate nostrud velit aliqua\"\n },\n \"item_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"used_version\": 12081322,\n \"user\": {\n \"email\": \"yJpwyahQ@kfmIVypHDGxL.nuw\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"vault_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n {\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"eu non est\"\n },\n \"item_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"used_version\": -11764638,\n \"user\": {\n \"email\": \"LVLvtNRagv4Lo4x@PRbagxrMOuZegfnVANRoi.cxys\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"vault_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n }\n ],\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\",\n \"has_more\": false\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "9425b792-aac6-42cd-97de-b379616b6824",
"name": "Unauthorized",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "GET",
"body": {}
},
"status": "Unauthorized",
"code": 401,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "efa87922-635d-44cc-956a-ecb6f45c9812",
"name": "Generic error",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"itemusages"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "GET",
"body": {}
},
"status": "Internal Server Error",
"code": 500,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
}
]
},
{
"name": "signinattempts",
"description": "",
"item": [
{
"id": "d0e7aef9-d782-4d6a-aa61-ac45957d93c7",
"name": "Retrieves sign-in attempts",
"request": {
"name": "Retrieves sign-in attempts",
"description": {
"content": "This endpoint requires your JSON Web Token to have the *signinattempts* feature.",
"type": "text/plain"
},
"url": {
"path": [
"api",
"v1",
"signinattempts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{bearerToken}}"
}
]
}
},
"response": [
{
"id": "e094da33-6c52-41ac-9d99-eff29cc4aa61",
"name": "Continuing cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"signinattempts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"items\": [\n {\n \"category\": \"firewall_failed\",\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"aliqua fugiat\"\n },\n \"country\": \"France\",\n \"details\": {\n \"value\": \"Europe\"\n },\n \"session_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"target_user\": {\n \"email\": \"0W5dJlRufXAPGmd@XdLLrl.kk\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"type\": \"continent_blocked\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n {\n \"category\": \"firewall_failed\",\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"sint ut\"\n },\n \"country\": \"France\",\n \"details\": {\n \"value\": \"Europe\"\n },\n \"session_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"target_user\": {\n \"email\": \"1GcPqdqFpXteH@IKluNrkSpzCWiATjOoVtEgzUBND.ft\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"type\": \"continent_blocked\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n }\n ],\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\",\n \"has_more\": true\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "94cbb550-fd92-4e92-9913-4165e80e3993",
"name": "Resetting cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"signinattempts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"limit\": 100,\n \"start_time\": \"2021-06-11T16:32:50-03:00\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"items\": [\n {\n \"category\": \"firewall_failed\",\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"aliqua fugiat\"\n },\n \"country\": \"France\",\n \"details\": {\n \"value\": \"Europe\"\n },\n \"session_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"target_user\": {\n \"email\": \"0W5dJlRufXAPGmd@XdLLrl.kk\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"type\": \"continent_blocked\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n {\n \"category\": \"firewall_failed\",\n \"client\": {\n \"app_name\": \"1Password Extension\",\n \"app_version\": \"20127\",\n \"ip_address\": \"13.227.95.22\",\n \"os_name\": \"MacOSX\",\n \"os_version\": \"10.15.6\",\n \"platform_name\": \"Chrome\",\n \"platform_version\": \"sint ut\"\n },\n \"country\": \"France\",\n \"details\": {\n \"value\": \"Europe\"\n },\n \"session_uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\",\n \"target_user\": {\n \"email\": \"1GcPqdqFpXteH@IKluNrkSpzCWiATjOoVtEgzUBND.ft\",\n \"name\": \"Jack O'Neill\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n },\n \"timestamp\": \"2020-06-11T16:32:50-03:00\",\n \"type\": \"continent_blocked\",\n \"uuid\": \"56YE2TYN2VFYRLNSHKPW5NVT5E\"\n }\n ],\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\",\n \"has_more\": true\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "6382ca59-3d26-480d-a4d8-97b827c61065",
"name": "Resetting cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"signinattempts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"limit\": 100,\n \"start_time\": \"2021-06-11T16:32:50-03:00\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "Unauthorized",
"code": 401,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
},
{
"id": "0c26959b-a814-4e3d-ad62-618ae66abf28",
"name": "Continuing cursor",
"originalRequest": {
"url": {
"path": [
"api",
"v1",
"signinattempts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": {
"content": "Added as a part of security scheme: bearer",
"type": "text/plain"
},
"key": "Authorization",
"value": "Bearer <token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"cursor\": \"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
}
},
"status": "Internal Server Error",
"code": 500,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"Error\": {\n \"Message\": \"do voluptate ut commodo magna\"\n }\n}",
"cookie": [],
"_postman_previewlanguage": "json"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
}
]
}
]
}
]
}
],
"event": [],
"variable": [
{
"key": "baseUrl",
"value": "https://events.1password.com"
}
],
"info": {
"_postman_id": "3476fefb-0c81-4342-8a0b-ee396d7a672f",
"name": "Events API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"description": {
"content": "1Password Events API Specification.",
"type": "text/plain"
}
}
}