v2

latestOpenAPI 3.1.02026-08-054181117.0 KB

Transfer

Information about a specific transfer.

get/transfers/{id}

Path parameters

idstring required
Example:tfr_1FJGWSY271S0QSMR

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
transferred_atstring date-time required
notesstring nullable required

Example response

{
  "id": "tfr_1FJGWSY271S0QSMR",
  "from_organisation": {
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric",
    "domain": "isometric.com"
  },
  "to_organisation": {
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric",
    "domain": "isometric.com"
  },
  "credit_batch_size_total": {
    "credits": 125.632,
    "credit_kgs": 125632
  }
}