Security
CodeBearer(Required scopes: transfers.read)
- Production serverhttps://api.business.jiko.io/api/v1/wires/
- Sandbox serverhttps://customer-api.sandbox-api.jikoservices.com/api/v1/wires/
curl -i -X GET \
'https://api.business.jiko.io/api/v1/wires/?cursor=&limit=30&direction=INCOMING' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "prev_page": "string", "next_page": "string", "items": [ { … } ], "object_type": "CursorList" }