Bamboo Invest · Schema

Unauthorized response

Token is invalid or have expired

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
message string Unauthorized/Invalid Token/Token has expired
View JSON Schema on GitHub

JSON Schema

unauthorized.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/Unauthorized",
  "title": "Unauthorized response",
  "required": [
    "message"
  ],
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Unauthorized/Invalid Token/Token has expired",
      "example": "Invalid client token supplied."
    }
  },
  "description": "Token is invalid or have expired"
}