Skip to content

Build with RoofAngle

Order roof measurement reports, track them to delivery, and pull the files, all over a REST API. Create a free sandbox account and make your first call in minutes.

APIs

Start in three steps

Your first call

bash
# 1. Get a token
curl -X POST https://sandboxclient-api.roofangle.com/v4/auth/token \
  -H "Content-Type: application/json" \
  -d '{"clientId": "ra_client_XXXX", "clientSecret": "YOUR_SECRET"}'

# 2. Create an order
curl -X POST https://sandboxclient-api.roofangle.com/v4/orders \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "customerName": "John Smith",
    "customerEmail": "john.smith@example.com",
    "address": "123 Main Street, Austin, TX 78701",
    "propertyType": "Residential",
    "serviceId": "SERVICE_ID"
  }'

Ready for production credentials? Email support@roofangle.com.

Need an API key? Contact support@roofangle.com