curl --request GET \
--url https://api.plane.com/v1/refunds \
--header 'Authorization: Bearer <token>'
Returns a list of all refunds in your Plane workspace.
curl --request GET \
--url https://api.plane.com/v1/refunds \
--header 'Authorization: Bearer <token>'
Was this page helpful?