curl --request POST \ --url https://api.helicone.ai/v1/public/pi/get-api-key \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "sessionUUID": "<string>" }'
{ "data": { "apiKey": "<string>" } }
Ok
The response is of type object.
object
Was this page helpful?