ES | EN

📄 MIPYME Documents

Create a new digital certificate link

POST
Endpoint URL https://api-billing.koywe.com/V1/digital_certificate_issuance
Requires authentication

Authentication

Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.

Parameters

No parameters.

Request body — fields

FieldTypeRequiredDescription
certificate_durationintegerAlways requiredDuration year of the digital certificate
1 = 1 year
2 = 2 years
3 = 3 years
parent_account_idintegerAlways requiredID of the parent account that is creating the digital certificate link.

Request body — JSON example

{
    "certificate_duration": 0,
    "parent_account_id": 0
}

Responses

Digital certificate link successfully generated