v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Keys

Read Key

get/console/v1/keys/{id}

Path parameters

idstring required

Response

Key read successfully

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Key read successfully.",
  "data": {
    "key": "secret-123",
    "type": "SERVER",
    "description": "Server secret key",
    "scopes": [],
    "environments": [
      "production"
    ],
    "primaryTargetApp": "primaryApp",
    "secondaryTargetApps": [
      "secondaryApp"
    ],
    "status": "active"
  }
}