OANDA · Example Payload

Getexternaluserinfo

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Getexternaluserinfo 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

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