curl --request GET \
--url https://access.utgl.io/v1/occupations \
--header 'Authorization: Basic <encoded-value>'{
"occupations": [
{
"id": "<string>",
"name": "Accountant"
}
]
}Get a list of Occupations
curl --request GET \
--url https://access.utgl.io/v1/occupations \
--header 'Authorization: Basic <encoded-value>'{
"occupations": [
{
"id": "<string>",
"name": "Accountant"
}
]
}Was this page helpful?