What Makes these APIs special ?
You can onboard your entity with ZATCA and be compliant in 5 minutes!
curl --location -g --request POST 'http://{{hostname}}:/v1/e-invoicing/onboardings' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "123213",
"vat_number":"311262046600003",
"device_id": "TEST-DEV1",
"invoice_type":"simplified",
"org_name":"Goagile Technologies",
"org_unit":"Riyadh",
"business_category":"IT",
"registered_address":"Al-Morabba",
"country_code":"SA",
"email_id":"support@goagile.com"
}'{}