Default


Parameters

Name In Type Required Description
msisdn path string true The MSISDN of the device to retrieve swap device date.

Request example

1
2
3
4

curl -X GET https://devices.masstack.com/v1/orgs/{orgId}/devices-history/retrieveDate/{msisdn} \
  -H "Accept: application/json"

Responses

Code Meaning Description Schema
200 OK Device swap date retrieved successfully DeviceSwapResponseDTO
404 Not Found Device not found GenericResponseDTO

Endpoints

Default