{ "uuid": "d7acc1e0-61e8-40b5-a435-3438562d8e8f", "lastMigration": 29, "name": "eBay Finances API", "endpointPrefix": "sell/finances/v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "b25e61f6-8d43-4fbd-ace0-f3604119b6af", "documentation": "This method is used to retrieve the details of one or more seller payouts. By using the filter query parameter, users can retrieve payouts processed within a specific date range, and/or they can retrieve payouts in a specific state. There are also pagination and sort query parameters that allow users to control the payouts that are returned in the response. If no payouts match the input criteria, an empty payload is returned.", "method": "get", "endpoint": "payout", "responses": [ { "uuid": "1b35efbe-31cd-4207-89b1-ee8ebba0bb4b", "body": "{\n \"href\": \"\",\n \"limit\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"offset\": {{faker 'number.int' max=99999}},\n \"payouts\": [\n {\n \"amount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"bankReference\": \"\",\n \"lastAttemptedPayoutDate\": \"\",\n \"payoutDate\": \"\",\n \"payoutId\": \"\",\n \"payoutInstrument\": {\n \"accountLastFourDigits\": \"\",\n \"instrumentType\": \"\",\n \"nickname\": \"\"\n },\n \"payoutMemo\": \"\",\n \"payoutStatus\": \"\",\n \"payoutStatusDescription\": \"\",\n \"transactionCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"prev\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\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": "58a27327-43ae-4f43-a4be-957c7acb8002", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ead0cc3d-440d-4df5-89b3-fbd3a62de2ac", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "187c258b-b208-4be1-9743-563155054287", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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" }, { "uuid": "58b65275-f428-469b-9375-89e6196d2e46", "documentation": "This method retrieves details on a specific seller payout. The unique identfier of the payout is passed in as a path parameter at the end of the call URI. The getPayouts method can be used to retrieve the unique identifier of a payout, or the user can check Seller Hub.", "method": "get", "endpoint": "payout/:payout_Id", "responses": [ { "uuid": "8343799c-e71c-44a4-be11-a3878e37fb20", "body": "{\n \"amount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"bankReference\": \"\",\n \"lastAttemptedPayoutDate\": \"\",\n \"payoutDate\": \"\",\n \"payoutId\": \"\",\n \"payoutInstrument\": {\n \"accountLastFourDigits\": \"\",\n \"instrumentType\": \"\",\n \"nickname\": \"\"\n },\n \"payoutMemo\": \"\",\n \"payoutStatus\": \"\",\n \"payoutStatusDescription\": \"\",\n \"transactionCount\": {{faker 'number.int' max=99999}}\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": "e01640ae-fa42-4f24-87c7-6966c473af91", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a6e18854-a3fb-489a-927b-ff10b08fc165", "body": "", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b21e266d-9864-4d7c-bf8d-f68f986ac934", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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" }, { "uuid": "22491f7e-f539-4150-a3da-1887c25294e9", "documentation": "This method is used to retrieve cumulative values for payouts in a particular state, or all states. The metadata in the response includes total payouts, the total number of monetary transactions (sales, refunds, credits) associated with those payouts, and the total dollar value of all payouts. If the filter query parameter is used to filter by payout status, only one payout status value may be used. If the filter query parameter is not used to filter by a specific payout status, cumulative values for payouts in all states are returned. The user can also use the filter query parameter to specify a date range, and then only payouts that were processed within that date range are considered.", "method": "get", "endpoint": "payout_summary", "responses": [ { "uuid": "cef12e1f-b63e-476f-9702-73ace6927e37", "body": "{\n \"amount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"payoutCount\": {{faker 'number.int' max=99999}},\n \"transactionCount\": {{faker 'number.int' max=99999}}\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": "fff69d05-88f3-49c1-a854-bcf9914dae49", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f32f529d-471a-4177-b17d-e4aa5ac2be08", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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" }, { "uuid": "8c52be5e-0098-44c8-b448-c5248c1c784b", "documentation": "This method retrieves all pending funds that have not yet been distibuted through a seller payout. There are no input parameters for this method. The response payload includes available funds, funds being processed, funds on hold, and also an aggregate count of all three of these categories. If there are no funds that are pending, on hold, or being processed for the seller's account, no response payload is returned, and an http status code of 204 - No Content is returned instead.", "method": "get", "endpoint": "seller_funds_summary", "responses": [ { "uuid": "8eaf49a4-db76-46d2-994a-3721948735ae", "body": "{\n \"availableFunds\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"fundsOnHold\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"processingFunds\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"totalFunds\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n }\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": "f82cb93e-3584-42a5-a61d-9784251534e9", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b5cd4d6-a3c4-48fa-aaee-275246f4efc3", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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" }, { "uuid": "05c24bdc-a9bc-438a-8377-aab56832ff00", "documentation": "This method allows a seller to retrieve one or monetary transactions. In this case, 'monetary transactions' include sales orders, buyer refunds, seller credits, buyer-initiated payment disputes, eBay shipping label purchases, and transfers. There are numerous input filters available for use, including filters to retrieve specific types of monetary transactions, to retrieve monetary transactions processed within a specific date range, or to retrieve monetary transactions in a specific state. See the filter field for more information on each filter, and how each one is used. There are also pagination and sort query parameters that allow users to further control the monetary transactions that are returned in the response. If no monetary transactions match the input criteria, an http status code of 204 No Content is returned with no response payload.", "method": "get", "endpoint": "transaction", "responses": [ { "uuid": "c1b19c34-d0dc-4480-bfbd-b58cc3913da5", "body": "{\n \"href\": \"\",\n \"limit\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"offset\": {{faker 'number.int' max=99999}},\n \"prev\": \"\",\n \"total\": {{faker 'number.int' max=99999}},\n \"transactions\": [\n {\n \"amount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"bookingEntry\": \"\",\n \"buyer\": {\n \"username\": \"\"\n },\n \"feeType\": \"\",\n \"orderId\": \"\",\n \"orderLineItems\": [\n {\n \"feeBasisAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"lineItemId\": \"\",\n \"marketplaceFees\": [\n {\n \"amount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"feeMemo\": \"\",\n \"feeType\": \"\"\n }\n ]\n }\n ],\n \"paymentsEntity\": \"\",\n \"payoutId\": \"\",\n \"references\": [\n {\n \"referenceId\": \"\",\n \"referenceType\": \"\"\n }\n ],\n \"salesRecordReference\": \"\",\n \"totalFeeAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"totalFeeBasisAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"transactionDate\": \"\",\n \"transactionId\": \"\",\n \"transactionMemo\": \"\",\n \"transactionStatus\": \"\",\n \"transactionType\": \"\"\n }\n ]\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": "35b0e77b-f78a-49e5-95a4-d8db82a98b9f", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "11c17a05-3578-4dbf-97ad-43038a1b1065", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e975fe5-9387-4443-b897-39156d4d33e8", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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" }, { "uuid": "d67efc21-ef45-4ca8-a4a6-528fb6205caa", "documentation": "This method is used to retrieve cumulative values for five types of monetary transactions (order sales, seller credits, buyer refunds, buyer-initiated payment disputes, eBay shipping label purchases, and transfers). If applicable, the number of payment holds and the amount of the holds are also returned. See the description for the filter query parameter for more information on the available filters. Note: Unless the transactionType filter is used to retrieve a specific type of monetary transaction (sale, buyer refund, seller credit, payment dispute, shipping label, transfer), the creditCount and creditAmount response fields account for both order sales and seller credits (the count and value is not distinguished between the two monetary transaction types).", "method": "get", "endpoint": "transaction_summary", "responses": [ { "uuid": "9ef79d91-e7aa-41a5-a785-b7d497ee1559", "body": "{\n \"adjustmentAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"adjustmentBookingEntry\": \"\",\n \"adjustmentCount\": {{faker 'number.int' max=99999}},\n \"balanceTransferAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"balanceTransferBookingEntry\": \"\",\n \"balanceTransferCount\": {{faker 'number.int' max=99999}},\n \"creditAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"creditBookingEntry\": \"\",\n \"creditCount\": {{faker 'number.int' max=99999}},\n \"disputeAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"disputeBookingEntry\": \"\",\n \"disputeCount\": {{faker 'number.int' max=99999}},\n \"nonSaleChargeAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"nonSaleChargeBookingEntry\": \"\",\n \"nonSaleChargeCount\": {{faker 'number.int' max=99999}},\n \"onHoldAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"onHoldBookingEntry\": \"\",\n \"onHoldCount\": {{faker 'number.int' max=99999}},\n \"refundAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"refundBookingEntry\": \"\",\n \"refundCount\": {{faker 'number.int' max=99999}},\n \"shippingLabelAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"shippingLabelBookingEntry\": \"\",\n \"shippingLabelCount\": {{faker 'number.int' max=99999}},\n \"transferAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"transferBookingEntry\": \"\",\n \"transferCount\": {{faker 'number.int' max=99999}}\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": "7e3512a7-e104-4960-b640-177604efbb7f", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00698d5d-4d82-4d42-926f-50eaa82d9de1", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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" }, { "uuid": "a57cecb8-4a79-47a4-a421-bc4392f1d08a", "documentation": "This method retrieves detailed information regarding a TRANSFER transaction type. A TRANSFER is a monetary transaction type that involves a seller transferring money to eBay for reimbursement of one or more charges. For example, when a seller reimburses eBay for a buyer refund. If an ID is passed into the URI that is an identifier for another transaction type, this call will return an http status code of 404 Not found.", "method": "get", "endpoint": "transfer/:transfer_Id", "responses": [ { "uuid": "842b51d4-4012-40fb-87bb-c4cfec3ff9f5", "body": "{\n \"fundingSource\": {\n \"brand\": \"\",\n \"memo\": \"\",\n \"type\": \"\"\n },\n \"transactionDate\": \"\",\n \"transferAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"transferDetail\": {\n \"balanceAdjustment\": {\n \"adjustmentAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"adjustmentType\": \"\"\n },\n \"charges\": [\n {\n \"cancellationId\": \"\",\n \"caseId\": \"\",\n \"chargeNetAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n },\n \"inquiryId\": \"\",\n \"orderId\": \"\",\n \"paymentDisputeId\": \"\",\n \"refundId\": \"\",\n \"returnId\": \"\"\n }\n ],\n \"totalChargeNetAmount\": {\n \"convertedFromCurrency\": \"\",\n \"convertedFromValue\": \"\",\n \"currency\": \"\",\n \"exchangeRate\": \"\",\n \"value\": \"\"\n }\n },\n \"transferId\": \"\"\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": "8ae90206-c143-40a7-af2e-8dc5f0c54084", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e770e976-3ae3-4132-8064-a311dc3431d2", "body": "", "latency": 0, "statusCode": 404, "label": "Not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1b036499-ec23-4436-9b2f-4d7c28bddde8", "body": "", "latency": 0, "statusCode": 500, "label": "Internal Server 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": "b25e61f6-8d43-4fbd-ace0-f3604119b6af" }, { "type": "route", "uuid": "58b65275-f428-469b-9375-89e6196d2e46" }, { "type": "route", "uuid": "22491f7e-f539-4150-a3da-1887c25294e9" }, { "type": "route", "uuid": "8c52be5e-0098-44c8-b448-c5248c1c784b" }, { "type": "route", "uuid": "05c24bdc-a9bc-438a-8377-aab56832ff00" }, { "type": "route", "uuid": "d67efc21-ef45-4ca8-a4a6-528fb6205caa" }, { "type": "route", "uuid": "a57cecb8-4a79-47a4-a421-bc4392f1d08a" } ] }