Patch Public

Number of APIs: 17

The core API used to integrate with Patch's service

Contact Support: Name: Developer Support Email: developers@usepatch.com

  1. v1-estimates - Create an estimate based on mass of CO2 POST {{baseUrl}}/v1/estimates/mass

  2. v1-projects - Retrieves a list of projects GET {{baseUrl}}/v1/projects

  3. v1-estimates - Create a flight estimate given the airports POST {{baseUrl}}/v1/estimates/flight

  4. v1-orders - Retrieves a list of orders GET {{baseUrl}}/v1/orders

  5. v1-estimates - Create a shipping estimate given the tracking code POST {{baseUrl}}/v1/estimates/shipping

  6. v1-estimates - Create a bitcoin transaction estimate - with balance POST {{baseUrl}}/v1/estimates/crypto/btc

  7. v1-estimates - Create an ethereum supply estimate POST {{baseUrl}}/v1/estimates/crypto/eth

  8. v1-orders-{id}-line_items - Creates a new line_item POST {{baseUrl}}/v1/orders/:order_id/line_items

  9. v1-orders-{id}-line_items - Edit a line_item PATCH {{baseUrl}}/v1/orders/:order_id/line_items/:serial_number

  10. v1-orders-{id} - Retrieves an order GET {{baseUrl}}/v1/orders/:id