Retrieve user networks configuration
A user should be able to retrieve his networks configuration, so he can see what are the markets he has configured to receive alerts on.
The user should be logged in.
GET https://api.tradingpartners.ai/api/v1/users/networks
Get users/networks response object
Attributes
telegram - object
Telegram configuration
enabled - boolean
Do you want to send alerts to Telegram.
apiKey - string max:255
API Key used for sending alerts to Telegram.
chatID - string max:255
ID of the chat you want to push the alert to.
instagram - object
Instagram configuration
enabled - boolean
Do you want to send alerts to Instagram.
accessToken - string max:255
Access-token to consume Instagram APIs
onesignal - object
OneSignal configuration
enabled - boolean
Do you want to send alerts to OneSignal.
apiKey - string max:255
API Key to consume OneSignal's APIs
appID - string max:255
The application App ID you want to send notification to.