v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

List Workspace Public Keys

List public keys for this workspace. Public keys are used by client-side SDKs.

get/v1/{workspace}/ws_public_key/

Path parameters

workspacestring required

Workspace slug (e.g. staging, production).

Response

Successfully retrieved public keys.

Example response

{
  "results": [
    {
      "id": "ws_pubk_exampleId01",
      "api_key": "SS.PUBK.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "name": "web-app",
      "created_by": {
        "name": "System User",
        "email": "user@example.com"
      },
      "rotated_by": {
        "name": "System User",
        "email": "user@example.com"
      },
      "updated_by": {
        "name": "System User",
        "email": "user@example.com"
      }
    }
  ]
}