v1

latestSwagger 2.02026-07-17172265595.1 KB
compliance

Get About info

Syncs demo with the git backend.

put/workspace/api/v3/configured/status

Response

OK

app_versionstring
integrationsobject
primary_domain_urlstring
sample_databoolean
total_spend_governednumber
workspace_creation_timestring

Example response

{
  "api_keys": [
    {
      "active": true,
      "created_at": "2023-03-31T09:36:09.855Z",
      "creator_user_id": "auth|123456789",
      "id": 1,
      "maskedKey": "abc...de",
      "name": "example",
      "updated_at": "2023-04-21T08:53:09.928Z"
    }
  ],
  "users": [
    {
      "created_at": "2023-03-31T09:36:09.855Z",
      "email": "johndoe@example.com",
      "email_verified": true,
      "id": 1,
      "last_activity": "2023-04-21T08:53:09.928Z",
      "username": "John Doe"
    }
  ]
}