cURL
curl "https://api.ionq.co/v0.4/whoami" \ -H "Authorization: apiKey your-api-key"
{ "key_id": "e060759f-4348-4767-a645-8c0301265791", "key_name": "My First Key", "project_id": "944904d6-2e30-4cfb-8bc4-04afaabcdd42" }
Gets information about the current token.
Successfully retrieved a current of key from this session.
Details of current API Key session.
Was this page helpful?