Subotiz API requests must use HTTPS and comply with RESTful API specifications.
Requirements
- All API requests must be sent via HTTPS
- All requests must include common request headers as specified by the Subotiz API specifications
- All requests must be authenticated
- JSON format must be used as the data interchange format
Common Request Headers
Header | Example Value | Description |
---|---|---|
Hub-Timestamp | 1525872629832 | Millisecond timestamp used in signature calculation |
Content-Type | application/json | Request body format |
Request-Id | 1c801db7-dcda-4e93-8c06-d1414c426f0d | Unique request identifier |
Hub-Access-No | 100001 | Unique access number(access_no ) for the integrating party |
Hub-Signature | 54ea681fed566566c778a9aa1608589cfb34e235c4f326709d20cc00c132bb7b | Signature string (see: Authentication for generation method) |