Learn Your Settings (Updated: 23.Jan.2022)

Prerequisites & Basic Infos:

This service will return you;
  • Your allowed IP s
  • Your allowed service
  • Your subscription status
  • You need to give us your STATIC ip to whitelist in our servers. You can NOT get response if your IP's are NOT whitelisted
  • There is a rate limit which is 1 query per minute. If you exceed this you will get 429 error.
  • Tokens expires 24 hours. It is enough to get fresh token once daily.
  • Please either add "not validate SSL" or not add "SSL validation" to your codes in services between us for not to get error in case out renewing ssl times
You can use this service to get info about your subscription.
Token:
Generate a token from via POST request to BODY Json format with your account credentials

  • URL: https://services.geniusfeeds.live/mysettings
username: yourusername
password: yourpassword

My Setting Request: GET

Parameter Type Position # Description
username string Body Required Your username geniusfeeds assigned you.
password string Body Required Your username geniusfeeds assigned you.

Response

{	
   "success": true,
   "services": "bm1,bm2",
   "allowedips": "112.332.12.33,122.332.12.33"
   "subscriptionStatus": "active"        		
}
										
									

Get Token

Postman Get Token Example