Skip to main content

Formats Available

Retrieve the list of available PDF formats that can be used when generating sales order documents.

Endpoint

GET /sales-orders/formats/available

Authentication

Bearer Token (passed in the Authorization header)

Request Headers

HeaderValueRequiredDescription
AuthorizationBearer {token}YesBearer token for authentication.

Example Request

curl -X GET "https://api.example.com/sales-orders/formats/available" \
-H "Authorization: Bearer {token}"

Request Schema

No request body is required for this endpoint.