Skip to content

Read configuration information by config token

About

Returns trading account configuration information by config token

GET /users/current/accounts/:accountId/configuration-information

For more information see swagger documentation

Headers

Name Type Required Description
auth-token string Yes Configuration token

Path parameters

Name Type Required Description
accountId string Yes Trading account id

Response

Examples

Example request:

curl -X GET --header 'Accept: application/json' --header 'auth-token: qey3ilN5CrmFn2Nf7AJKp4Ag6FmOWhGvBJ2enQDh0zPXMA8KUwSxFuo9aowkXWW' 'https://mt-provisioning-api-v1.agiliumtrade.agiliumtrade.ai/users/current/accounts/1eda642a-a9a3-457c-99af-3bc5e8d5c4c9/configuration-information'

Example response:

{
  "server": "ICMarketsSC-Demo",
  "platform": "mt4"
}