curl --request GET \
--url https://localhost:8080/v1/access/apikey
[
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"organization": "<string>"
}
]
curl --request GET \
--url https://localhost:8080/v1/access/apikey
[
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"organization": "<string>"
}
]
OK
The response is of type object[]
.