Generate Token (Updated: 23.Jan.2022)
Prerequisites & Basic Infos:
-
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 for Dictionaries, Inplay(live)feeds token
and Prelive Token are.
Token:
Generate a token from via POST request to BODY JSON
format(application/json) with your account credentials
- URL: https://services.geniusfeeds.live/tokenservice
username: yourusername
password: yourpassword
service: required token service
Check My Settings page for
your available service
TOKEN Request: POST
| Parameter | Type | Position | # | Description |
|---|---|---|---|---|
| username | string |
Body |
Required |
Your username geniusfeeds assigned you. |
| password | string |
Body |
Required |
Your username geniusfeeds assigned you. |
| service | string |
Body |
Required |
Required token Service |
Response
{
"authenticated": true,
"success": true,
"token": "alscoi042pkalsmdlKSAkdKFNSyuBS3weeasdckfefw234nNSAdklasdyYSdSDASDWd324qwd2342qwe32423eda"
}
- authenticated: if your username and password are correct. (True / False)
- success: if you are allowed to get what you want. (True / False)
- message: explanations of reponse. (String)
- errorcode: corresponding errorcode. (Integer)
Get Token