Country Codes

Endpoint

https://line.cammsoft.com/v1/tools/countryCodes.api

Info

This endpoint returns a list of Countries and their Codes.

Authentication not required for access.

GET

On Success
Output JSON Parameters
{}Object {}ROOT
countryCodesArray []Array of country and code objects.
{}Object {}Country and code object example.
countryStringCountry's name.
codeStringCountry's upper case 2 letter code.

On Failed
Output JSON Parameters
{}Object {}Root parameter type.
errorObject {}
codeStringError short code string.
messageStringGreater description of error.

Codes: METHOD_NOT_ALLOWED