API : Integration ALSO Validate Reseller
Introduction
This request will validate the reseller in ALSO, by checking whether the reseller's ALSO token is valid.
Request
Query examples
https://api.telecomx.dk/integration/also/validate/reseller/1234567890ABCD1234567890
Request example
{
"alsoUsername": "bob@big-laywer-firm.com",
"alsoPassword": "123458j2sjd712h3ksd82"
}
Response
| JSON object |
| Property | Type | Description |
| success | Boolean | True if the customer is valid in ALSO. |
Note that properties holding no value may be omitted from the object.
Response example
Errors
| Error code | Message | Description |
| 403 | access_denied | Insufficient access level |
| 403 | also.token | Invalid ALSO token |
| 500 | internal_error | <Unspecified> |