{ "uuid": "5274b8c7-68c9-495c-8456-e15405148ec5", "lastMigration": 29, "name": "Numbers API", "endpointPrefix": "v2/numbers", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "6f2a93c4-a24e-4ac7-b49b-82e48b562662", "documentation": "This method is used to generate random numbers for your app. Within the request, you can specify the lowest number, the highest number and the amount of numbers returned. There is also an option to generate a unique set of numbers with no repetition of the same numbers allowed in the return.", "method": "get", "endpoint": "generate/integers", "responses": [ { "uuid": "de871798-a3c8-41e5-85b7-2c6b0510227e", "body": "{\n \"randomNumbers\": [\n {{faker 'number.int' max=99999}}\n ],\n \"sessionId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c11093f8-5abf-4ade-8cca-77ecd047a730", "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "6f2a93c4-a24e-4ac7-b49b-82e48b562662" } ] }