Skip to main content
GET
/
api
/
v1
/
auth
/
department
cURL
curl --request GET \
  --url https://api.example.com/api/v1/auth/department \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.capedigital.co.ke/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Response

200 - application/json

Efficient serializer for Department.

id
string<uuid>
required
read-only
name
string
required
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
description
string