CreateKeyResponse¶
| Field | Type | Description |
|---|---|---|
| key | The created key. |
Example¶
JSON
{
"key": {
"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"
}
}
}