cURL
curl --request POST \ --url https://api.example.com/apikey \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "key": "<string>" }
Creates a new API key for the authenticated user.
Optional name for the API key
Successful Response
Unique identifier for the created API key
The actual API key value