Skip to main content
GET
https://enterprise.spacemedia.uk
/
api
/
v1
/
me
Validate API Token
curl --request GET \
  --url https://enterprise.spacemedia.uk/api/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "expires_at": "2026-05-18T10:30:00+00:00"
}

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.

Response

Success

The response is of type object.