Sarraf Pro
  1. invoices
Sarraf Pro
  • banks
  • invoices
    • Index
      GET
  • expenses
  • sanctions
  1. invoices

Index

Developing
GET
/invoices

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sarraf.pro/invoices' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{}
Modified at 2025-10-01 19:07:52
Built with