Skip to main content

POST: Create API Key

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

Description

This endpoint is used to create a new API key for authentication.

Example Request

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

Example Response

201 Created

{
"public_state": "ZstenhfPk.eVPLvAdystendDY6CrXoE8pWPg9WW",
"uuid": "8404e656-12d2-4f21-9e91-12c9f11d356b",
"created": "2024-12-11T01:31:29.131973+01:00"
}