Churpy_Etims Public API
Churpy_Etims Public API
curl -i -X POST \ https://docs-etims.churpy.co/_mock/openapi/branches/customer \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY_HERE' \ -d '{ "customer_name": "John Doe", "customer_pin": "P012345678P", "customer_email": "info@churpy.co", "customer_phone_number": "+254112685368" }'
{ "customer_name": "John Doe", "customer_pin": "P012345678P", "id": "clwgjr1b200bzztaknq1twiun" }
curl -i -X GET \ 'https://docs-etims.churpy.co/_mock/openapi/customers/{customer_pin}' \ -H 'X-API-Key: YOUR_API_KEY_HERE'
{ "customer_name": "TAXPAYER1", "customer_pin": "P123456789A", "county_name": "NAIROBI CITY", "sub_county_name": "KASARANI", "location_description": "KASARANI TOWERS", "tax_locality_name": "NON", "taxpayer_status_code": "A" }