| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.infusionsoft.com/ | link | — | — | — |
Actions (6)
Contacts · 3
- Create contactPOST /v2/contacts
Create a new contact in Thryv via REST v2.
documented - Delete payment methodDELETE /v2/contacts/{contact_id}/paymentMethods/{payment_method_id}
Deactivate a payment method for a contact.
documented - Get contactGET /rest/v2/contacts/{contact_id}
Retrieve a single contact by ID.
documented
Orders · 3
- Create orderPOST /v2/orders
Create a new order with line items.
documented - List order paymentsGET /v2/orders/{order_id}/payments
Retrieve payment transactions for a specific order.
documented - List orders for contactGET /v2/orders?filter=contact_id=={contact_id}
List orders associated with a specific contact.
documented