arrow_back Back to all endpoints
POST https://test-api.finerworks.com/v3/list_glazing

Glazing

Lists the available glazing / glass.

Body

Name Description Type Additional information
id Optional - Filter by id. number None.

Example JSON Body

application/json, text/json

{
  "id": 1
}

Sample Code Library

curl --location --request POST 'https://test-api.finerworks.com/v3/list_glazing' \
--header 'Content-Type: application/json' \
--header 'web_api_key: my-web-api-key-goes-here' \
--header 'app_key: my-app-key-goes-here' \
--data-raw '{
  "id": 1
}'