Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"peiId": "a47a64cb-2474-4862-b13d-038ddaf87ea4"
}
Request Code Samples
curl --location 'https://hvi-api.sigpruta.co/pei/download' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"peiId": "a47a64cb-2474-4862-b13d-038ddaf87ea4"
}'
Responses
application/json
Modified at 2026-04-17 02:39:44