curl --request GET \
--url https://api.plane.com/refunds/{id} \
--header 'Authorization: Bearer <token>'Retrieve the details of an existing refund.
curl --request GET \
--url https://api.plane.com/refunds/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?