Skip to main content
GET
/
v2
/
transfers
/
enrichment
/
categories
/
{transferId}
Get category for a specific transfer
curl --request GET \
  --url https://api.range.org/v2/transfers/enrichment/categories/{transferId} \
  --header 'Authorization: Bearer <token>'
{
  "workspaceId": "<string>",
  "transferId": "<string>",
  "category": "<string>",
  "createdAt": "<string>"
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

transferId
string
required

Response

200 - application/json
workspaceId
string
required
transferId
string
required
category
string
required
createdAt
string
required
Last modified on June 16, 2026