Ready to get started with Slash? Get Started →
curl --request GET \
--url https://api.slash.com/invoice/settings \
--header 'X-API-Key: <api-key>'{
"invoiceSettings": {
"$entity": "invoice_settings",
"id": "<string>",
"legalEntityId": "<string>",
"settings": {
"companyName": "<string>",
"email": "jsmith@example.com",
"address": {
"addressLine": "<string>",
"addressCity": "<string>",
"addressState": "<string>",
"addressZip": "<string>",
"addressLine2": "<string>",
"addressCountry": "<string>"
},
"defaultMemo": "<string>",
"logoDocumentId": "<string>",
"unitPriceDecimalPlaces": 4,
"branding": {
"backgroundColor": "<string>",
"titleColor": "<string>"
}
},
"timestamp": "2023-11-07T05:31:56Z"
}
}Get the current invoice display settings for your legal entity.
curl --request GET \
--url https://api.slash.com/invoice/settings \
--header 'X-API-Key: <api-key>'{
"invoiceSettings": {
"$entity": "invoice_settings",
"id": "<string>",
"legalEntityId": "<string>",
"settings": {
"companyName": "<string>",
"email": "jsmith@example.com",
"address": {
"addressLine": "<string>",
"addressCity": "<string>",
"addressState": "<string>",
"addressZip": "<string>",
"addressLine2": "<string>",
"addressCountry": "<string>"
},
"defaultMemo": "<string>",
"logoDocumentId": "<string>",
"unitPriceDecimalPlaces": 4,
"branding": {
"backgroundColor": "<string>",
"titleColor": "<string>"
}
},
"timestamp": "2023-11-07T05:31:56Z"
}
}Authentication from public API requests
The legal entity ID. Required if authenticating with access to multiple legal entities.
OK
Full invoice settings entity for a legal entity, including metadata.
Show child attributes