cURL
curl --request GET \ --url https://public.api.inop.ai/v1/skills/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "messages": "Details of a skill", "data": { "id": "3a51eea5-feec-47e5-bdf2-b8bca3448f94", "name": "C (Programming Language)", "description": null, "type": { "name": "Specialized Skill" } } }
Get a single skill based on the ID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of skill to get
Retrieved skill
The response is of type object.
object