Skip to main content
GET
/
occupations
Get Occupations
curl --request GET \
  --url https://access.utgl.io/v1/occupations \
  --header 'Authorization: Basic <encoded-value>'
{
  "occupations": [
    {
      "id": "<string>",
      "name": "Accountant"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Retrieve a list of Occupations

occupations
object[]