Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"peiId": "4fbfccc6-e56a-4f1d-993c-88d7188c0d63"
}
Request Code Samples
curl --location --request POST 'https://hvi-api.sigpruta.co/pei/download' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"peiId": "4fbfccc6-e56a-4f1d-993c-88d7188c0d63"
}'
Responses
application/json Modified at 2026-03-06 14:21:15