Portal
Record a certificate key download
Authorization
SupabaseBearer AuthorizationBearer <token>
Supabase user access token (Authorization: Bearer JWT)
In: header
Path Parameters
organizationId*string
Format
uuidcertificateId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/portal/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/certificates/string/download-logs" \ -H "Content-Type: application/json" \ -d '{ "keyType": "string", "downloadFormat": "string" }'Empty
{ "message": "string"}Empty