Authorization: Bearer ********************
{
"certificate": "string",
"document": "string",
"password": "string"
}
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/certificates' \
--header 'Content-Type: application/json' \
--data-raw '{
"certificate": "string",
"document": "string",
"password": "string"
}'
{
"cpfCnpj": "string",
"created": "2019-08-24T14:15:22Z",
"expiration": "2019-08-24T14:15:22Z",
"fiscalNote": {
"created": "2019-08-24T14:15:22Z",
"ext": "string",
"name": "string",
"type": "GENERIC",
"url": "string"
},
"id": "string",
"metadata": {
"created": "2019-08-24T14:15:22Z",
"ext": "string",
"name": "string",
"type": "GENERIC",
"url": "string"
},
"organizationId": "string",
"password": "string",
"remainingDaysToExpire": 0,
"valid": true
}