Download
Download Postman collection Download SwaggerAvailable endpoints
GET v1/customers/{customerId}/locations
200OK
data
country string
The country that the customer MSISDN is currently located in, and could be roaming in. ISO 3166-1 short name formathomeNetwork string
The country that the customer MSISDN was provisioned in. ISO 3166-1 short name formatoperator string
The network operator that the customer MSISDN is currently located in._link
self
href string
{
"data": {
"country": "string",
"homeNetwork": "string",
"operator": "string"
},
"_link": {
"self": {
"href": "string"
}
}
}
400Bad Request
error string
error_description string
{
"error": "string",
"error_description": "string"
}
401Unauthorized
error string
error_description string
{
"error": "string",
"error_description": "string"
}
403Forbidden
error string
error_description string
{
"error": "string",
"error_description": "string"
}
404Not Found
405Method Not Allowed
timestamp string
Error response codestatus string
Text explaining the reason for the errorerror string
message string
More error details and corrective measurespath string
{
"timestamp": "string",
"status": "string",
"error": "string",
"message": "string",
"path": "string"
}
500Internal Server Error
timestamp string
Error response codestatus string
Text explaining the reason for the errorerror string
message string
More error details and corrective measurespath string
{
"timestamp": "string",
"status": "string",
"error": "string",
"message": "string",
"path": "string"
}