User API
JSON-RPC generateApiKey
name
id
apiKey
params
GeneratedApiKey
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "generateApiKey", "params": { "params": { "name": "<string>" } } } EOF
{ "id": "<string>", "apiKey": "<string>" }
Was this page helpful?