RabtQ API Docs

Saudi Arabia ZATCA Phase 2 compliant API system.

https://api.rabtq.com

Authentication

POST /auth/login
HeaderValue
AuthorizationBearer TOKEN
branchIdUUID

Branches

POST /branches
GET /branches

Invoices

POST /invoices
PATCH /invoices/{id}/status

Entities

POST /customers
POST /items

ZATCA

POST /zatca/update

Reports

GET /reports/dashboard

Login Example

curl -X POST https://api.rabtq.com/auth/login

Response

{
  "token": "jwt_token_here",
  "branchId": "uuid"
}
Try API