[
{
"id": 123,
"name": "<string>",
"store_name": "<string>",
"organization_role": {
"id": 123,
"role": "ADMIN",
"user": {
"id": 123,
"best_identifier": "<string>"
}
},
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"is_active": true
}
]
List all API keys for the authenticated user
[
{
"id": 123,
"name": "<string>",
"store_name": "<string>",
"organization_role": {
"id": 123,
"role": "ADMIN",
"user": {
"id": 123,
"best_identifier": "<string>"
}
},
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"is_active": true
}
]
API key in format: sk_*
The response is of type object[]
.