Skip to content

List Wires

Request

Security
CodeBearer(Required scopes: transfers.read)
Query
cursorstring(Cursor)
Default:""
limitinteger, ( 0 .. 100 ](Limit)
Default:30
directionstring or null(Direction)
Any of:
string
Enum:"INCOMING""OUTGOING"
curl -i -X GET \
  'https://api.business.jiko.io/api/v1/wires/?cursor=&limit=30&direction=INCOMING' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful Response

Bodyapplication/json
prev_pagestring or null(Prev Page)
Any of:
string
next_pagestring or null(Next Page)
Any of:
string
itemsArray of any(Items)required
object_typestring(Object Type)
Default:"CursorList"
Response
{ "prev_page": "string", "next_page": "string", "items": [ {} ], "object_type": "CursorList" }