Access
List API Keys
Getting Started
Languages
- Golang
- Rust
- JavaScript/TypeScript
Registry
- Overview
- API Reference
- POSTGet User Info
- GETGet API Health
- Functions
- Signatures
- Access
- POST
CLI
- Installation
- Reference
Extensions
Access
List API Keys
GET
/
access
/
apikey
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>"
}
]