[
{
"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>",
"organizationId": "<string>",
"modifiedBy": "<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>",
"organizationId": "<string>",
"modifiedBy": "<string>"
}
]Show child attributes
The ID of the organization this API key is scoped to. If provided, this API Key will be valid for all resources owned by the organization. This is a VERY wide scope and not recommended in most cases.
"123e4567-e89b-12d3-a456-426614174000"
The ID of the account this API key is scoped to. If provided, this API Key will be valid for all resources owned by the account. This is a wide scope and not recommended in most cases.
["123e4567-e89b-12d3-a456-426614174001"]The ID of the widget this API key is scoped to. If provided, this API Key will be valid for all resources owned by the widget. This is a fairly wide scope and not recommended in most cases.
["123e4567-e89b-12d3-a456-426614174002"]The ID of the environment this API key is scoped to. If provided, this API Key will be valid for all resources tied to the environment. This is a narrow scope and IS recommended in most cases.
["123e4567-e89b-12d3-a456-426614174003"]