📄 MIPYME Documents
Get MIPYME document
POST
Endpoint URL
https://api-billing.koywe.com/V1/mipyme_get_document
Requires authentication
Retrieves a MIPYME document using certificate and document information.
Authentication
Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.
Parameters
No parameters.
Request body (example)
{
"certificate_pfx_base64": "string",
"certificate_password": "string",
"tax_id_code": "string",
"document_type_taxbureau": "string",
"document_number": "string"
}
Responses
Response with document XML or error status
Bad request - invalid input or validation error