cURL
curl --request POST \ --url https://api.nugen.in/api/v3/api-keys/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
"<string>"
Create a new API key for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type string.
string
Was this page helpful?