Bamboo Invest · Schema

Resource not found

Error response for when the resource is not found within our data.

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech

Properties

Name Type Description
message string Resource not found (an incorrect url may have been used)
View JSON Schema on GitHub

JSON Schema

resourcenotfound.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/ResourceNotFound",
  "title": "Resource not found",
  "required": [
    "message"
  ],
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Resource not found (an incorrect url may have been used)",
      "example": "Resource Not Found"
    }
  },
  "description": "Error response for when the resource is not found within our data."
}