Common
These are headers common to all endpoints of the API.
| Name |
Description |
| x-tn-api_key |
Novo assigned API KEY |
| x-tn-api_signature |
Generated API signature |
| Content-Type: application/json
x-tn-api_key: %API_KEY%
x-tn-api_signature: %API_SIGNATURE%
|
Status Response
Status Response is the default response returned by all the API endpoints.
Top-level JSON object:
| Name |
Data Type |
Required/Optional |
Description |
| status |
object |
required |
Status |
Status JSON object:
| Name |
Data Type |
Required/Optional |
Description |
| code |
integer |
required |
Status code |
| message |
string |
required |
Human-readable status description |
| {
"status": {
"code": 26200
"message": "Success"
}
}
|