cURL
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" } ] }
Returns job title from the system that the user has access to
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
List of job titles
The response is of type object.
object