GET
/
titles
curl --request GET \
  --url https://public.api.inop.ai/v1/titles \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "messages": "List of job titles",
  "data": [
    {
      "id": "1238b802-34b0-406e-bbc1-fd2bce07ce9a",
      "name": "Networker"
    },
    {
      "id": "298e27aa-3341-44b7-8fd4-a331d64f47e7",
      "name": "Network Engineer/Network Administrator"
    },
    {
      "id": "3c6d58e7-c4be-4f45-be3e-a949c37bc939",
      "name": "Networking Technician"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

The maximum number of results to return

Response

200
application/json
List of job titles
success
boolean
default:true
messages
string
default:List of job titles
data
any[]