Claim Page APIOperations
Returns all supported mobile phone prefixes in order to edit mobile phone number.
Path Parameters
ClaimId*integer
ID of the claim
Format
int64Range
1 <= value <= 9223372036854780000Response Body
application/json
curl -X GET "https://example.com/api/claims/1/contacts/mobilePhonePrefixes"[ { "isoCode": "string", "prefix": "string" }]