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
name
string

Response

200 - application/json
apikey
string
created_at
string
id
string
name
string
organization
string