Repwyn
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.

FieldDescription
customer_idThe customer to request a review from.
channelemail or sms.
review_page_idOptional. 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.

FieldDescription
customer_idThe customer this charge belongs to.
amountThe charge amount.
charged_atTimestamp 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.