x-velt-workspace-id and x-velt-auth-token (from the Create Workspace response) as headers.POST https://api.velt.dev/v2/workspace/get
apiKeyList is a keyed object (not an array). Each key is the API key ID. To extract the first API key, use Object.keys(result.data.apiKeyList)[0] in JavaScript or iterate over the object keys.