Skip to main content
GET
https://enterprise.spacemedia.uk
/
api
/
v1
/
users
/
{uuid}
/
log
View User Audit Log
curl --request GET \
  --url https://enterprise.spacemedia.uk/api/v1/users/{uuid}/log \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "log_demo_001",
      "action": "Updated release",
      "section": "Releases",
      "ip": "203.0.113.10",
      "created_at": "2026-04-18T08:45:00+00:00"
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 10,
    "total": 1,
    "from": 1,
    "to": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.spacemedia.uk/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

Use application/json for API responses.

Authorization
string

Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.

Path Parameters

uuid
string
required

Route identifier for uuid.

Query Parameters

Search log action, section, IP, or metadata.

date
string

Filter by date.

sort
string

Sort direction.

Response

Success

The response is of type object.