Browse docs
Asks
POST https://api.repwyn.app/account/asks
Trigger a review request for a customer, outside of your normal Request Strategy triggers. Useful for a one-off manual send from your own tools.
| Field | Description |
|---|---|
customer_id | The customer to request a review from. |
channel | email or sms. |
review_page_id | Optional. Which review page to send them to; defaults to your default page. |
GET https://api.repwyn.app/account/asks
List past requests and their delivery status.
Charges
POST https://api.repwyn.app/account/charges
Record a customer charge, so a charge-based trigger in your Request Strategy can fire without you needing a full Stripe or HubSpot integration.
| Field | Description |
|---|---|
customer_id | The customer this charge belongs to. |
amount | The charge amount. |
charged_at | Timestamp of the charge. |
Bearer authentication header of the form Bearer <token> applies to both resources. For the current, authoritative field list and response shapes, use the live interactive reference in your Repwyn dashboard under Settings > API.