{ "info": { "_postman_id": "7e9efc8e-f94c-4c77-a98c-0d9e3200b42b", "name": "Dinari Enterprise Accounts Entities API", "description": "**Dinari API for enterprise usage.**\n\nDinari's dShares let businesses offer tokenized access to stocks to their customers through an easy-to-use API.\nIntegrate Dinari's API and offer over a hundred stocks and ETFs to your customers.\n\n\nContact Support:\n Email: hello@dinari.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-7e9efc8e-f94c-4c77-a98c-0d9e3200b42b" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "entities", "item": [ { "name": "me", "item": [ { "name": "Get Current Entity", "id": "ab1231ab-db83-4b7e-9a3c-91a14e20bec6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/me", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "me" ] }, "description": "Get the current authenticated `Entity`, which represents your organization." }, "response": [ { "id": "933139b2-3877-47f1-899f-6922cce607df", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/me", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "me" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity_type\": \"INDIVIDUAL\",\n \"id\": \"\",\n \"is_kyc_complete\": \"\",\n \"name\": \"\",\n \"nationality\": \"\",\n \"reference_id\": \"\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-933139b2-3877-47f1-899f-6922cce607df" }, { "id": "5d2e6926-a1a5-4770-a2a2-7156ca5387eb", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/me", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "me" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-5d2e6926-a1a5-4770-a2a2-7156ca5387eb" } ], "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-ab1231ab-db83-4b7e-9a3c-91a14e20bec6" } ], "id": "731e25d7-418a-4dd2-a687-8dee58cbba16", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-731e25d7-418a-4dd2-a687-8dee58cbba16" }, { "name": "{entity_id}", "item": [ { "name": "Get Entity by ID", "id": "b2d96d71-f725-4e6b-93b8-a858f609adc2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "id": "a1f021df-5b5b-482c-8047-f22f32b85b6a", "key": "entity_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific customer `Entity` of your organization by their ID." }, "response": [ { "id": "2e9cc833-7bf0-4c0b-93e2-beb5afb142bd", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "key": "entity_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity_type\": \"INDIVIDUAL\",\n \"id\": \"\",\n \"is_kyc_complete\": \"\",\n \"name\": \"\",\n \"nationality\": \"\",\n \"reference_id\": \"\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-2e9cc833-7bf0-4c0b-93e2-beb5afb142bd" }, { "id": "c15c8004-a4a3-43f8-a65f-3c4803b51cd1", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-c15c8004-a4a3-43f8-a65f-3c4803b51cd1" } ], "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-b2d96d71-f725-4e6b-93b8-a858f609adc2" }, { "name": "Update Entity", "id": "88db8de2-395a-4ad2-ab61-c089ca9b9812", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "id": "845f8ed4-62bd-4ce9-9c39-456cf62ca0c1", "key": "entity_id", "value": "", "description": "(Required) " } ] }, "description": "Update a specific customer `Entity` of your organization." }, "response": [ { "id": "750b5d72-1bdd-4226-8d48-a32ffc510584", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "key": "entity_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity_type\": \"INDIVIDUAL\",\n \"id\": \"\",\n \"is_kyc_complete\": \"\",\n \"name\": \"\",\n \"nationality\": \"\",\n \"reference_id\": \"\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-750b5d72-1bdd-4226-8d48-a32ffc510584" }, { "id": "918529e0-09e2-4771-9795-90a74db47ecc", "name": "Unprocessable Entity", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-918529e0-09e2-4771-9795-90a74db47ecc" }, { "id": "ae140862-f126-4127-83d7-37cd644350ae", "name": "Default error response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-ae140862-f126-4127-83d7-37cd644350ae" } ], "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-88db8de2-395a-4ad2-ab61-c089ca9b9812" } ], "id": "232f781e-ee0b-4364-86e1-0f833faab330", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-232f781e-ee0b-4364-86e1-0f833faab330" }, { "name": "Get Entities", "id": "32b2c947-2829-4a7a-ad29-fe7220c06897", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/?reference_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ], "query": [ { "description": "Case sensitive unique reference ID for the `Entity`.", "key": "reference_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ] }, "description": "Get a list of direct `Entities` your organization manages. These `Entities` represent individual customers of your organization." }, "response": [ { "id": "22ec14ef-54a3-433f-b61b-b041f57d3eec", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/?reference_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ], "query": [ { "description": "Case sensitive unique reference ID for the `Entity`.", "key": "reference_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"entity_type\": \"INDIVIDUAL\",\n \"id\": \"\",\n \"is_kyc_complete\": \"\",\n \"name\": \"\",\n \"nationality\": \"\",\n \"reference_id\": \"\"\n },\n {\n \"entity_type\": \"INDIVIDUAL\",\n \"id\": \"\",\n \"is_kyc_complete\": \"\",\n \"name\": \"\",\n \"nationality\": \"\",\n \"reference_id\": \"\"\n }\n ],\n \"pagination_metadata\": {\n \"previous\": \"\",\n \"next\": \"\"\n },\n \"_sv\": \"PaginatedEntityResponse:v1\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-22ec14ef-54a3-433f-b61b-b041f57d3eec" }, { "id": "b7594156-8e11-4d7c-a619-c270a42c171f", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/?reference_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ], "query": [ { "description": "Case sensitive unique reference ID for the `Entity`.", "key": "reference_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-b7594156-8e11-4d7c-a619-c270a42c171f" }, { "id": "3b9a8482-9f7a-46f3-ad1b-9e289353a313", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/?reference_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ], "query": [ { "description": "Case sensitive unique reference ID for the `Entity`.", "key": "reference_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-3b9a8482-9f7a-46f3-ad1b-9e289353a313" } ], "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-32b2c947-2829-4a7a-ad29-fe7220c06897" }, { "name": "Create Entity", "id": "eca28604-4675-4e29-869d-d1a1ed47e21d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ] }, "description": "Create a new `Entity` to be managed by your organization. This `Entity` represents an individual customer of your organization." }, "response": [ { "id": "05f9454d-a1dc-4f2f-ac22-2e5d7b69533a", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity_type\": \"INDIVIDUAL\",\n \"id\": \"\",\n \"is_kyc_complete\": \"\",\n \"name\": \"\",\n \"nationality\": \"\",\n \"reference_id\": \"\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-05f9454d-a1dc-4f2f-ac22-2e5d7b69533a" }, { "id": "bab2d3dd-0b4b-4850-b1fb-22cb2cae07d3", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-bab2d3dd-0b4b-4850-b1fb-22cb2cae07d3" }, { "id": "dcf2d946-33af-416b-b3e0-2a80508bdbde", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"reference_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", "" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-dcf2d946-33af-416b-b3e0-2a80508bdbde" } ], "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-eca28604-4675-4e29-869d-d1a1ed47e21d" } ], "id": "8d66f835-9fd0-4ef1-87f0-682d7a26f4a2", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-8d66f835-9fd0-4ef1-87f0-682d7a26f4a2" } ], "id": "20c758c2-b2db-47ca-87ae-ee9bd4b4a8f0", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-20c758c2-b2db-47ca-87ae-ee9bd4b4a8f0" } ], "id": "03708346-d248-464c-90fb-93f799ea297e", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:38.000Z", "uid": "35240-03708346-d248-464c-90fb-93f799ea297e" } ], "variable": [ { "key": "baseUrl", "value": "https://api-enterprise.sbt.dinari.com" } ] }