Portal

Record a certificate key download

POST
/portal/organizations/{organizationId}/certificates/{certificateId}/download-logs

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Path Parameters

organizationId*string
Formatuuid
certificateId*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