The article includes:
Verify if the transactional API is running.
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/ping |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/ping |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
N/A |
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code (if unsuccessful) | ||
d | boolean | true |
JSON response
{
"d": true
}