Skip to main content
GET
/
transfers
/
{id}
Transfer
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/transfers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "credit_batch_size_total": {
    "credit_kgs": 123,
    "credits": 123
  },
  "from_organisation": {
    "domain": "isometric.com",
    "id": "<string>",
    "name": "<string>"
  },
  "id": "<string>",
  "notes": "<string>",
  "to_organisation": {
    "domain": "isometric.com",
    "id": "<string>",
    "name": "<string>"
  },
  "transferred_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Response

Successful Response

credit_batch_size_total
CreditQuantity · object
required
from_organisation
Organisation · object
required
id
string
required
Required string length: 20 - 37
notes
string | null
required
to_organisation
Organisation · object
required
transferred_at
string<date-time>
required