The RealNumber® DNO Live Download API provides a REST GET HTTP endpoint and responds to the requests with JSON, after processing the request. Standard HTTP status codes are replied to you, as the user of DNO Live Download API services using JSON over HTTP.
The HTTP request is identified by its endpoint (URL).
| API URL | ||
HTTP Method |
URL | Comments |
| GET |
api-realnumber- ha.somos.com/live/api/download/{id} |
Where {id} is the sequenceId |
| API Authentication | |
| HTTP Authorization Scheme | JSON Web Token |
| JWT Authentication | Bearer "<token from login>" |
| Response HTTP Status Codes | |
| HTTP Status Codes | Reason |
| 200 | The request has succeeded. |
| 400 | Errors such as missing or invalid sequenceId, invalid date format for sequenceId, polling date in the future, authentication failure. |
| 500 | A system error occurred. |
| DNO Live Download API Response Fields | ||
| Field | Range | Comments |
| value | String | Value based on valueType |
| dno | Boolean | True or false |
|
dnoType |
integer |
|
| valueType | String |
npa, npanxx, npanxxx, local, tollfree OR (DNO for text) npa-text, npanxx-text, npanxxx-text, local- text, tollfree-text |
| sequenceId | String | YYYY-MM-DD:milliseconds:nano |
| lastUpdate | long | Last updated time |
For more information, please view RealNumber Live DNO.