POST
LPG Subscription Voucher
https://apisetu.gov.in/bharatpetroleum/v3/lpgsv/certificateAPI to verify LPG Subscription Voucher.
Access Token Required: API Key
Body Params
txnIdstringrequired
A unique transaction id for this request in UUID format. It is used for tracking the request.
formatstringrequired
The format of the certificate in response.
consentArtifactstring
certificateParametersobject
Responses
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}Language
CredentialsAPI KEY
API Key
Enter token below to save for later
cURL Request
curl --request POST \
--url 'https://apisetu.gov.in/bharatpetroleum/v3/lpgsv/certificate' \
--header 'accept: application/json' \
--header 'content-type: application/json'Response
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}