Skip to main content
GET
/
compute
/
v1
/
access
/
clients
List access clients
curl --request GET \
  --url https://compute.hexelstudio.com/compute/v1/access/clients \
  --header 'Authorization: <api-key>'
[
  {
    "client_id": "<string>",
    "created_at": "<string>",
    "is_active": true,
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://hexelstudio.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

STS access token. Obtain via POST https://sts.hexelstudio.com/token with X-API-Key header.

Response

200 - application/json

OK

client_id
string
created_at
string
is_active
boolean
name
string