cURL
curl --request POST \ --url https://api.uat.accessrc.org/api/ClientSetting/GetLookUpValues \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data ' { "data": "Nationality" } '
{ "error": null, "data": [ { "lookUp": "BG", "translation": "Bulgarian" }, { "lookUp": "HU", "translation": "Hungarian" } ], "status": "success" }
API Key required in x-api-key header
x-api-key
64
OK
Show child attributes