GET
/
users
/
m2m
/
notifiable
/
mobile
/
{user}
curl --request GET \
  --url https://api.altostrat.io/users/m2m/notifiable/mobile/{user} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "e164": "<string>",
  "mobile_country": "<string>",
  "mobile_formatted": "<string>",
  "mobile_verified": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication for general M2M API access.

Path Parameters

user
string
required

UUID of the User.

Response

200
application/json

User mobile details.

The response is of type object.