cURL
curl --request POST \ --url https://{FUSION HOST}/api/api-key \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "id": "<string>", "roles": [ "<string>" ] }'
Creates new API key based on request body
The key could not be created. Check the syntax of your request.
Was this page helpful?