REST API for API Gateway Service
Simpson Strongtie API Gateway Service (v1.0.1)
Download OpenAPI description
Overview
URL
Engineering Technology Support
License
Languages
Servers
https://api.strongtie.com/gws
- https://api.strongtie.com/gws/hanger-selector/joist-selector/get-joist-manufacturer-products
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.strongtie.com/gws/hanger-selector/joist-selector/get-joist-manufacturer-products?manufacturer=Boise+Cascade' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
[ { "depth": 0.1, "flangeThickness": 0.1, "manufacturer": "string", "material": 0, "product": "string", "series": "string", "width": 0.1 } ]