curl --location --request GET 'https://xapi.bolta.io/v1/customers/customer_bf8paz/certificates/latestHistory' \ --header 'Authorization: Basic {Base64_Encoded_API_KEY}' \ --header 'Content-Type: application/json'
{ "latestHistory": { "identifier": "string", "customerKey": "string", "occurredAt": "string", "code": "string", "message": "string" } }