{
	"log": {
		"version": "1.2",
		"creator": {
			"name": "Insomnia REST Client",
			"version": "insomnia.desktop.app:v12.3.1"
		},
		"entries": [
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/users/me",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.4 Getting Started - Make your first call"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/users/confirm-signup",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "accept",
							"value": "application/json"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{    \"username\": \"my_username\",    \"confirmationCode\": \"confirmationCode\" }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.2 Getting Started - Confirm the account"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/users/login",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "accept",
							"value": "application/json"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{    \"username\": \"my_username\",    \"password\": \"my_password\" }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.3 Getting Started - Get an Access Token"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/api_keys",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"name\": \"My first API Key\",\n  \"description\": \"API key for accessing production services\",\n  \"expires\": \"2025-12-31T23:59:59Z\",\n  \"isActive\": true,\n  \"role\": \"orgadmin\"\n}"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.5 Create an Organisation - Create API Key"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/users/signup",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "accept",
							"value": "application/json"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{    \"email\": \"my_email\",    \"password\": \"my_password\",    \"firstName\": \"first_name\",    \"lastName\": \"last_name\",    \"phone\": \"phone_number\",    \"countryCode\": \"country_code\",    \"companyName\": \"company_name\",    \"companySize\": \"company_size\" }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.  Getting Started - Create your account"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/users/me",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.4 Create an Organisation - Verify User is Member"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/members",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "",
							"value": ""
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.3 Create an Organisation - List organisation members"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"legalIdentifier\": \"123456789\",\n  \"legalName\": \"Your Company AB\",\n  \"countryCode\": \"SE\",\n  \"legalIdentifierCode\": \"SE:ORGNR\"\n}"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2. Create an Organisation - Create an Organisation"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.2 Create an Organisation - Verify Organisation"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "PUT",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/participants/YOUR_PARTICIPANTS_ID/supported_document_types",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"supportedDocumentTypes\": [\n    {\n      \"documentId\": \"at-01e\",\n      \"processId\": \"cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:billing:01:1.0\"\n    }\n  ]\n}"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.6C Create a Participant - Add the Document Type"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/participants/request-pd-publish",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"ids\": [\n    \"YOUR_PARTICIPANTS_ID\"\n  ]\n}"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.5 Create a Participant - Request PD Publishing"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/document_types",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "filter",
							"value": "category:eq:Invoice"
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.6B Create a Participant - List Invoice Doc Types"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/constants",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "key",
							"value": "DOCUMENT_TYPE_CATEGORIES"
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.6A. Create a Participant - Find your Document Type"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/participants",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"name\": \"First test participant\",\n  \"participantIdentifier\": \"0007:123456789\",\n  \"smpRef\": \"bb119735-6650-456d-959f-d3b50d7afdd0\",\n  \"apRef\": \"7294c81c-1f00-49ad-a4f0-60140958dfb3\",\n\t\"transportProfile\": \"peppol-transport-as4-v2_0\"\n}"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.4 Create a Participant - Create your Participant"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/participant_identifiers",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "filter",
							"value": "country:eq:SE"
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.3 Create a Participant - Select a Participant Peppol-Identifier"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/aps/alltouse",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3.2 Create a Participant - Select the AP to use"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://test-directory.peppol.eu/public/locale-en_US/menuitem-search?q=YOUR_PEPPOL_IDENTIFIER",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "",
							"value": ""
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "4.3 Find Participants - Peppol test directory lookup"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/smps/alltouse",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "3. Create a Participant - Select the SMP to use"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://smp-test.arratech.com/iso6523-actorid-upis::YOUR_PEPPOL_IDENTIFIER",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "4.2 Find Participants - SMP Lookup"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/lookup",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "environment",
							"value": "TEST"
						},
						{
							"name": "participantIdentifier",
							"value": "YOUR_PEPPOL_IDENTIFIER"
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "4. Find Participants - Lookup your Participant"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions/from_network",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "5.3 Send a Transaction - Receive the Transaction"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions/TRANSACTION_ID/business_document",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "5.4 Send a Transaction - Retrieve the Document"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions/YOUR_TRANSACTION_ID",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "5.2 Send a Transaction - Check the Sender (C2) Status"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/xml"
						}
					],
					"queryString": [
						{
							"name": "ap",
							"value": "YOUR_AP_ID"
						}
					],
					"postData": {
						"mimeType": "application/xml",
						"text": "<!-- Paste your SBD XML here -->"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "5. Send a Transaction - Send a Transaction"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/webhooks/trigger-test-event",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{     \"webhookIds\": [     \"YOUR_WEBHOOK_ID\"   ],   \"testEventType\": \"webhooks.test\",   \"payload\": {     \"transactionId\": \"any-dummy-value\",     \"status\": \"RECEIVED\"   } }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "6.4 Add a webhook - Trigger the webhook"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/webhooks/events",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "6.5 Add a webhook - List earlier webhook events"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/webhooks",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{     \"description\": \"My first hook\", \t\"events\": [\"transaction.received\", \"webhooks.test\"], \t\"url\": \"YOUR_WEBHOOK_SITE_URL\", \t\"isEnabled\": true }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "6.3 Add a webhook - Register the webhook"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://webhook.site/",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "User-Agent",
							"value": "insomnia/12.3.1"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "6.2 Add a webhook - Create a callback handler"
			},
			{
				"startedDateTime": "2026-03-10T09:24:52.849Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/webhooks",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "",
							"value": ""
						}
					],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "6. Add a webhook - List existing webhooks"
			}
		]
	}
}