OANDA · Example Payload

Getuserinfo

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Getuserinfo is an example object payload from OANDA, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathparametersresponses

Example Payload

getUserInfo.json Raw ↑
{
  "operationId": "getUserInfo",
  "summary": "User Info",
  "method": "GET",
  "path": "/users/{userSpecifier}",
  "parameters": {},
  "responses": {
    "200": {
      "description": "The user information has been provided",
      "schema_ref": ""
    },
    "401": {
      "description": "",
      "schema_ref": ""
    },
    "403": {
      "description": "",
      "schema_ref": ""
    },
    "405": {
      "description": "",
      "schema_ref": ""
    }
  }
}