Gestión de Cuentas

Listar cuentas

Revisa la información de las cuentas a las que tienes acceso con tus credenciales.

GET /v2/accounts

{
	"data": [
		{
			"id": 2,
			"name": "Demo",
			"logo": null,
			"company_name": "Zipnova",
			"address": {
				"address": "Calle 24",
				"city": {
					"id": 1,
					"name": "Capital Federal"
				},
				"state": "Capital Federal",
				"zipcode": "1200"
			},
			"national_tax_id": {
				"number": "30-99925367-5",
				"type": "CUIT"
			},
			"state_tax_id": "Buenos Aires",
			"tax_category": "Responsable Inscripto",
			"email": "[email protected]",
			"phone": "-",
			"contacts": {
				"operations": {
					"name": null,
					"email": null,
					"phone": null
				},
				"administrative": {
					"name": "Jose Noguera",
					"email": "[email protected]",
					"phone": null
				}
			}
		},
		{
			"id": 11876,
			"name": "My Testing APP",
			"logo": null,
			"company_name": "Envios de Prueba SRL",
			"address": {
				"address": "Luna 124",
				"city": {
					"id": 27,
					"name": "Parque Patricios"
				},
				"state": "Capital Federal",
				"zipcode": "1437"
			},
			"national_tax_id": {
				"number": "20-22222222-3",
				"type": "CUIT"
			},
			"state_tax_id": null,
			"tax_category": "Responsable Inscripto",
			"email": "[email protected]",
			"phone": "222222",
			"contacts": {
				"operations": {
					"name": null,
					"email": null,
					"phone": null
				},
				"administrative": {
					"name": null,
					"email": null,
					"phone": null
				}
			}
		}
	],
	"links": {
		"first": "http:\/\/api.Zipnova.local.ar\/v2\/accounts?page=1",
		"last": "http:\/\/api.Zipnova.local.ar\/v2\/accounts?page=1",
		"prev": null,
		"next": null
	},
	"meta": {
		"current_page": 1,
		"from": 1,
		"last_page": 1,
		"links": [
			{
				"url": null,
				"label": "« Previous",
				"active": false
			},
			{
				"url": "https:\/\/api.zippin.com.ar\/v2\/accounts?page=1",
				"label": "1",
				"active": true
			},
			{
				"url": null,
				"label": "Next »",
				"active": false
			}
		],
		"path": "https:\/\/api.zippin.com.ar\/v2\/accounts",
		"per_page": 20,
		"to": 2,
		"total": 2
	}
}

Última actualización