{ "item": [ { "id": "e39b012f-33a4-43da-b6b4-bf0bfc2105d3", "name": "Key", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "3b3f1590-d86d-4035-8059-eeefe2eecc0d", "name": "get app api key invoke", "request": { "name": "get app api key invoke", "description": {}, "url": { "path": [ "key" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization" }, { "key": "value", "value": "{{apiKey}}" }, { "key": "in", "value": "header" } ] } }, "response": [ { "id": "75542091-ce93-4ed4-80a4-4e43f7c0ffcf", "name": "Returns key details", "originalRequest": { "url": { "path": [ "key" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"api_host\": \"string\",\n \"plan_limit\": {\n \"total\": 391,\n \"spent\": 1756,\n \"left\": 2233\n },\n \"plan_name\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api2.isbndb.com", "key": "baseUrl" } ], "info": { "_postman_id": "03deba55-9bab-4eaa-a324-9a4fbec85f48", "name": "ISBNdb API v2 Key API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Definition of ISBNdb.com API v2.\n\n***Note: A 404 Not Found response for an ISBN lookup typically\nindicates that the book information is not yet available in our database.\nHowever, due to frequent updates, there is a high probability that the data will be \nadded shortly, often within a minute or up to 24 hours. We recommend trying your request \nagain after a while, as the information may soon become accessible***\n", "type": "text/plain" } } }