POST
/
access
/
apikey
curl --request POST \
  --url https://localhost:8080/v1/access/apikey \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "apikey": "<string>",
  "created_at": "<string>",
  "id": "<string>",
  "name": "<string>",
  "organization": "<string>"
}

Body

application/json
Create API Key Request

The body is of type object.

Response

200
application/json
OK

The response is of type object.