HTMLify

z8vd0cwqnk.json
Views: 21 | Author: Unknown
{
	"info": {
		"_postman_id": "5977425c-2ab0-4194-82fd-80b099441f2f",
		"name": "API V3 Bling",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "31407419",
		"_collection_link": "https://natutech.postman.co/workspace/Natutech-Workspace~0afd3f1d-78c6-4aec-8514-d732dc7c8dba/collection/31407419-5977425c-2ab0-4194-82fd-80b099441f2f?action=share&source=collection_link&creator=31407419"
	},
	"item": [
		{
			"name": "Excluir loja",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer token_excluirLoja"
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://natutech.online:8080/excluir_loja/loja2",
					"protocol": "http",
					"host": [
						"natutech",
						"online"
					],
					"port": "8080",
					"path": [
						"excluir_loja",
						"loja2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Ver lojas",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer token_verLoja"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://natutech.online:8080/ver_lojas",
					"protocol": "http",
					"host": [
						"natutech",
						"online"
					],
					"port": "8080",
					"path": [
						"ver_lojas"
					]
				}
			},
			"response": []
		},
		{
			"name": "Adicionar loja",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer token_adicionarLoja"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\"nome\": \"natutech.luisa\",\r\n\"login_url\": \"https://www.bling.com.br/Api/v3/oauth/authorize?response_type=code&client_id=f5409cf3cc1c061eabef2fb1844f50bd4f08a550&state=55fd66b83c0f75539f3574172ef27f02\",\r\n\"username\": \"natutech.luisa@gmail.com\",\r\n\"password\": \"Ferreir@1980\",\r\n\"token\": \"0123456789\",\r\n\"url_redirecionamento\": \"https://www.natutech.online/\",\r\n\"client_id\": \"f5409cf3cc1c061eabef2fb1844f50bd4f08a550\",\r\n\"client_secret\": \"cd15d1f9744e809185364ccc94845771ff5b145f8efbbe33659abcef6f1c\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://natutech.online:8080/adicionar_loja",
					"protocol": "http",
					"host": [
						"natutech",
						"online"
					],
					"port": "8080",
					"path": [
						"adicionar_loja"
					]
				}
			},
			"response": []
		},
		{
			"name": "Bearer Bling's Token",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 0123456789"
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "http://natutech.online:8080/code_bling/lojaodositio",
					"protocol": "http",
					"host": [
						"natutech",
						"online"
					],
					"port": "8080",
					"path": [
						"code_bling",
						"lojaodositio"
					]
				}
			},
			"response": []
		}
	]
}

Comments