Sign in

Retrieve refund

documented

Retrieve an existing Refund resource by id.

GET /refunds/{id}Refundsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.copper.co/platform/refunds/{{$refund_id}}\" \
  -X GET \
  -H \"Authorization: ApiKey {{copper_api_key}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -H \"X-Timestamp: {{$timestamp}}\" \
  -H \"X-Signature: {{$signature}}\"