GET
/
titles
/
{id}
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": []
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of job title to get

Response

200
application/json
Retrieved job title
success
boolean
default:true
messages
string
default:Details of a job title
date
object