cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/account/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "allowed_ips": [ "<string>" ] }'
[ "<any>" ]
Store a new API key for a user’s account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type any[].
any[]