POST
/
api
/
api-key
Create an API key
curl --request POST \
  --url https://{FUSION HOST}/api/api-key \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "id": "<string>",
  "roles": [
    "<string>"
  ]
}'

Body

application/json

Response

500

The key could not be created. Check the syntax of your request.