Skip to main content
GET
/
v2
/
transfers
/
enrichment
/
notes
/
{transferId}
List transfer notes for workspace
curl --request GET \
  --url https://api.range.org/v2/transfers/enrichment/notes/{transferId} \
  --header 'Authorization: Bearer <token>'
{
  "resources": [
    {
      "workspaceId": "<string>",
      "transferId": "<string>",
      "note": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

transferId
string
required

Response

200 - application/json
resources
object[]
required
Last modified on June 16, 2026