ScalepointDeveloper Portal
Claim Page APIOperations

Returns all supported mobile phone prefixes in order to edit mobile phone number.

GET
/api/claims/{ClaimId}/contacts/mobilePhonePrefixes

Path Parameters

ClaimId*integer

ID of the claim

Formatint64
Range1 <= value <= 9223372036854780000

Response Body

application/json

curl -X GET "https://example.com/api/claims/1/contacts/mobilePhonePrefixes"
[  {    "isoCode": "string",    "prefix": "string"  }]