curl --location --request GET 'https://xapi.bolta.io/v1/customers/customer_bf8paz' \ --header 'Authorization: Basic {Base64_Encoded_API_KEY}' \ --header 'Content-Type: application/json'
{ "customerKey": "string", "identificationNumber": "1234567890", "taxRegistrationId": "0001", "organizationName": "string", "representativeName": "string", "certificate": { "issuedAt": "string", "expiresAt": "string" } }