GetKeysResponse¶
| Field | Type | Description |
|---|---|---|
| keys | The API and SDK keys visible to the authenticated user. |
Example¶
JSON
{
"keys": [
{
"created_at": "2024-01-15T09:30:00Z",
"expires_at": "2024-01-15T09:30:00Z",
"id": 1,
"name": "My Workflow",
"revoked": false,
"sdk_key": {
"app_id_postfix": "com.example.app",
"bundle_id_regex": "com.example.*",
"key": "example-key"
}
}
]
}