Parameter | Example value | Validations | Description |
apislug | balances | Text | API name in slug format |
apiversion | 1 | Whole number | Version of the API |
date | 2022-08-02 | Date | Date of applications in yyyy-mm-dd format |
environment | Production Production | Production, Staging, Development | Application environment |
statuscode | 200 200 | Whole number | HTTP response codes |
methodformat | json | Text | Method of implementation of the method |
methodpath | balances | Text | Route to the method |
auth20 | false | true, false | Protection with OAuth20 |
requesttype | Get | Post, put, patch, delete, get, options, head, create | Type of application to the method |
size | 10 | Whole number | Number of records to be obtained |
sort | desc desc desc desc | asc, desc | Sort by date |
userapplication | App | Text | Name of customer application |
username | vortex | Text | Username |
visibility | Public | Public, private | Visibility of the method |
{"apiVersion":"1","meta": {"count":1},"data": [{"date":"2022-08-02T12:59:24.535622","api": {"apiSlug":"balances","apiVersion":1,"methodId":6774,"methodPath":"balances/22289","methodFormat":"json","methodEnvironment":"Production","methodVisibility":"Private"},"user": {"id":99999,"name":"vortex","email":"vortex@vor-tex.io","application":"Vor-Tex app","auth20":false},"request": {"type":"Get","body": {"auth_key":"***************************"},"headers": {"sec-fetch-user":"?1","accept-language":"en-ES,en;q=0.8,en-US;q=0.5,en;q=0.3","accept-encoding":"gzip, deflate, br","sec-fetch-site":"none","host":"api.demo.vor-tex.io","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8","upgrade-insecure-requests":"1","connection":"close","cookie":2 0,"sec-fetch-mode":"navigate","x-real-ip":"132.876.13.61","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0","sec-fetch-dest":"document"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0","ip":"132.876.13.61"},"response": {"statusCode":200 200,"body": {"Data": {"Balance": [{"AccountId":"22289","Amount": {"Amount":"1230.00","Currency":"Usd"},"CreditDebitIndicator":"Debit","Type":"InterimAvailable","DateTime":"2019-04-05T10:43:07+00:00","CreditLine": [{"Included":"True","Amount": {"Amount":"1000.00","Currency":"Usd"},"Type":"Pre-Agreed"}]}],"Links": {},"Meta": {"total-pages":1}}},"headers": {"vary":"Accept","content-length":"665","content-type":"application/json","allow":"Get, post, put, patch, delete, options"},"time":915,"length":339,"timestamp":1659445164}}]}