[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"scope": {
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"accountIds": [
"123e4567-e89b-12d3-a456-426614174001"
],
"widgetIds": [
"123e4567-e89b-12d3-a456-426614174002"
],
"environmentIds": [
"123e4567-e89b-12d3-a456-426614174003"
]
},
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"creatorId": "<string>",
"creatorEmail": "<string>",
"modifiedBy": "<string>",
"organizationId": "<string>"
}
]Retrieves all API keys for the authenticated user
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"scope": {
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"accountIds": [
"123e4567-e89b-12d3-a456-426614174001"
],
"widgetIds": [
"123e4567-e89b-12d3-a456-426614174002"
],
"environmentIds": [
"123e4567-e89b-12d3-a456-426614174003"
]
},
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"creatorId": "<string>",
"creatorEmail": "<string>",
"modifiedBy": "<string>",
"organizationId": "<string>"
}
]