Skip to main content
POST
https://enterprise.spacemedia.uk
/
api
/
v1
/
token
Create API Token
curl --request POST \
  --url https://enterprise.spacemedia.uk/api/v1/token \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-Secret: <api-key>'
{
  "token": "1|demo_sanctum_token_value",
  "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

X-Api-Key
string
header
required
X-Api-Secret
string
header
required

Headers

X-Api-Key
string
required

Organization API key generated in the dashboard.

X-Api-Secret
string
required

Organization API secret generated in the dashboard.

Response

Success

The response is of type object.