Total Access Docs
Openapi

Get WhatsApp attendance admin data

Admin-only endpoint (client_id 1). Proxies to the WhatsApp Attendance server.

GET
/api/v1/whatsapp/attendance

Admin-only endpoint (client_id 1). Proxies to the WhatsApp Attendance server.

Authorization

BearerAuth
AuthorizationBearer <token>

JWT access token for REST API endpoints (user-facing apps).

Authorization: Bearer <jwt_access_token>

Tokens expire after 15 minutes. Use the refresh token to obtain a new one.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/whatsapp/attendance"
Empty
{  "success": false,  "error": {    "code": "SCOPE_REQUIRED",    "message": "API key lacks work_items:read scope",    "request_id": "req_abc123",    "documentation_url": "https://dev-developer.totalaccess.co.za/docs/api-reference/errors#scope_required"  }}