3.2.Show a category — GET /v1/ats/categories/:id

3.2.Show a category — GET /v1/ats/categories/:id

Returns a single ATS category by its numeric ID.

Example request:

GET /api/index.php/v1/ats/categories/13Authorization: Bearer <token>Accept: application/vnd.api+json

HTTP codes:

200 OK

Returns the category resource.

404 Not Found

No category with the given ID exists.