GET
/
transfers
/
{id}
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": 125632,
    "credits": 125.632
  },
  "from_organisation": {
    "domain": "isometric.com",
    "id": "abc_1H0G39139CF0DZB2",
    "name": "Isometric"
  },
  "id": "abc_1H0G39139CF0DZB2",
  "notes": "<string>",
  "to_organisation": {
    "domain": "isometric.com",
    "id": "abc_1H0G39139CF0DZB2",
    "name": "Isometric"
  },
  "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

Path Parameters

id
string
required

Response

200
application/json
Successful Response
credit_batch_size_total
object
required
from_organisation
object
required
id
string
required
Required string length: 20 - 36
notes
string | null
required
to_organisation
object
required
transferred_at
string
required