Skip to main content
GET
/
v2
/
refunds
/
{refund_id}
Retrieve a Refund
curl --request GET \
  --url https://api.dots.dev/api/v2/refunds/{refund_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Path Parameters

refund_id
string
required

Response

200 - application/json
id
string<uuid>