curl --request GET \
--url https://dev.seqhq.io/api/invoices/render-settings \
--header 'Authorization: <authorization>'{
"id": "385f41ab-51f9-49c2-8f25-358545106b88",
"paymentLinkDisplay": "SHOW_PAYMENT_LINK"
}Returns invoice render settings or creates new settings if they do not exist
curl --request GET \
--url https://dev.seqhq.io/api/invoices/render-settings \
--header 'Authorization: <authorization>'{
"id": "385f41ab-51f9-49c2-8f25-358545106b88",
"paymentLinkDisplay": "SHOW_PAYMENT_LINK"
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30