cURL
curl --request GET \ --url https://api.onkernel.com/profiles/{id_or_name}/download \ --header 'Authorization: Bearer <token>'
"<string>"
Download the profile. Profiles are JSON files containing the pieces of state that we save.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile ID or name
Profile ZIP archive
The response is of type file.
file