📄 MIPYME Documents
Create a new digital certificate
POST
Endpoint URL
https://api-billing.koywe.com/V1/digital_certificates
Requires authentication
Authentication
Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.
Parameters
No parameters.
Request body (example)
{
"account_id": 0,
"certificate_file": "string",
"certificate_key": "string",
"certificate_cer": "string",
"certificate_password": "string"
}
Responses
Digital certificate link successfully generated
Bad request - invalid input or validation error
Unauthorized - invalid token or missing authentication
Server error - unexpected error occurred