Skip to main content

GET: Fetch API Keys

Endpoint: GET: http://api.blug.io/api/v1/auth/api-key/

Description

This endpoint retrieves the public state.

Example Request

curl --location 'http://api.blug.io/api/v1/auth/api-key/'

Example Response

200 OK

[
{
"public_state": "VYYGewz.lz8KN9qAsD1RjiRbQzNNGyjaoiItqvn3",
"uuid": "e3620ec6-129d-44a8-8611-0c323cae7966",
"created": "2024-12-11T01:29:36.336399+01:00"
},
{
"public_state": "QCr6Gfw.w3yiJWUmdFzw3IZUkspwK8DxZ9T0Ao7H",
"uuid": "9af585d2-9a43-446c-acf5-f019aea888f2",
"created": "2024-12-11T01:30:44.060444+01:00"
}
]