cURL
curl --request GET \ --url https://public.api.inop.ai/v1/titles/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "messages": "Details of a job title", "date": { "id": "d1ae83a0-0bd2-5354-8c0e-1eefbbe1131e", "name": "Data Scientist", "career_group": "AI & Data Management", "mapping": { "names": [], "skills": [] } } }
Get a single job title based on the ID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of job title to get
Retrieved job title
The response is of type object.
object