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
-
v1-estimates - Create an estimate based on mass of CO2 POST {{baseUrl}}/v1/estimates/mass
-
v1-projects - Retrieves a list of projects GET {{baseUrl}}/v1/projects
-
v1-estimates - Create a flight estimate given the airports POST {{baseUrl}}/v1/estimates/flight
-
v1-orders - Retrieves a list of orders GET {{baseUrl}}/v1/orders
-
v1-estimates - Create a shipping estimate given the tracking code POST {{baseUrl}}/v1/estimates/shipping
-
v1-estimates - Create a bitcoin transaction estimate - with balance POST {{baseUrl}}/v1/estimates/crypto/btc
-
v1-estimates - Create an ethereum supply estimate POST {{baseUrl}}/v1/estimates/crypto/eth
-
v1-orders-{id}-line_items - Creates a new line_item POST {{baseUrl}}/v1/orders/:order_id/line_items
-
v1-orders-{id}-line_items - Edit a line_item PATCH {{baseUrl}}/v1/orders/:order_id/line_items/:serial_number
-
v1-orders-{id} - Retrieves an order GET {{baseUrl}}/v1/orders/:id