ATS category resources are served by Joomla's built-in com_categories API component with the extension filter set to com_ats. All standard Joomla category fields are available; ATS does not add any additional attributes.
Returns a paginated collection of all ATS categories visible to the API user.
Example request:
GET /api/index.php/v1/ats/categoriesAuthorization: Bearer <token>Accept: application/vnd.api+json
HTTP codes:
Returns a JSON:API collection of category resources.
Missing or invalid Bearer token.