Authentication
📄 Authentication
API Access Private API
API Access
Private API
{{BASE_API_URL}}
(Base API host is issued by the manager before integration beginning)Authorization = Basic base64(username:password)
curl -X POST \
{{BASE_API_URL}}/payment-invoices \
-H 'Accept: */*' \
-H 'Authorization: Basic Y29tYV92VDZMRFUwVHhPeG1iT290OkJlTlZRQ2hLcFV2RUxac3gwVmVpbnRaUmNlSmFWSWdrZVY2N1NvOVB0Wnc=' \
-d '{...}'
Modified at 2024-10-09 16:35:24