cURL
curl --request GET \ --url https://sandbox.withclasp.com/subclasses/{public_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "category": "department", "name": "<string>" }
Retrieves the details of a single subclass.
API Key authentication with required prefix "Bearer"
The response is of type object.
object