POST v2/account/User/GetAccountKeys

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AccountKeys
NameDescriptionTypeAdditional information
email

string

None.

api_Key

string

None.

api_secret_key

string

None.

Response Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "api_Key": "sample string 2",
  "api_secret_key": "sample string 3"
}

text/xml

Sample:
<AccountKeys xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Exchange.PIAV2.Models.Account.Account">
  <ApiKey>sample string 2</ApiKey>
  <ApiSecretKey>sample string 3</ApiSecretKey>
  <Email>sample string 1</Email>
</AccountKeys>