{ "info": { "_postman_id": "284e648b-8a18-458c-b5d1-e61f7e4fc3bf", "name": "Finix Authorizations Webhooks API", "description": "[object Object]\n\nContact Support:\n Name: Finix\n Email: support@finixpayments.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-284e648b-8a18-458c-b5d1-e61f7e4fc3bf" }, "item": [ { "name": "webhooks", "item": [ { "name": "{webhook_id}", "item": [ { "name": "Fetch a Webhook", "id": "ed5a821f-76a4-43c0-a6c6-e15b872c78c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "id": "ef7d467a-fecf-422c-9b27-da7f4b54e370", "key": "webhook_id", "value": "", "description": "(Required) ID of `Webhook` object." } ] }, "description": "Retrieve the details of a `Webhook`." }, "response": [ { "id": "43bf3ed1-80ec-44d3-9e78-cf046948c5d1", "name": "Single Webhook object", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"application\": \"\",\n \"authentication\": {\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"previous_secret_expires_at\": \"\",\n \"secret_signing_key\": \"\",\n \"url\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-43bf3ed1-80ec-44d3-9e78-cf046948c5d1" }, { "id": "bfb6bfa4-2c0c-421b-931a-a6b78a3d152d", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anima\": \"velit deserunt\",\n \"ad_1\": -32554508.542486176\n },\n \"mollit01\": false\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-bfb6bfa4-2c0c-421b-931a-a6b78a3d152d" }, { "id": "067628b1-23b4-4fe8-96d8-75b5e837d1e8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-067628b1-23b4-4fe8-96d8-75b5e837d1e8" }, { "id": "de43b8f6-8cf4-47cb-9afa-333946fd0827", "name": "Object does not exist", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-de43b8f6-8cf4-47cb-9afa-333946fd0827" }, { "id": "49d97c3e-bdf1-4c5b-8faa-f05672e1e6eb", "name": "Not Acceptable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"sint_55\": -34931186,\n \"laboris_9\": -13250874,\n \"Excepteur_7\": true,\n \"reprehenderit_d\": 45288386\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"do_035\": 3371.312205672264,\n \"laborum3\": -10628501,\n \"enim__\": true,\n \"sint_a2\": 45082010,\n \"aliquip8\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-49d97c3e-bdf1-4c5b-8faa-f05672e1e6eb" } ], "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-ed5a821f-76a4-43c0-a6c6-e15b872c78c5" }, { "name": "Update a Webhook", "id": "4fc380f2-af8f-4a5b-983d-af9b8364ad4c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "id": "44565a68-2eb8-48f4-b36e-0b1126e16cc9", "key": "webhook_id", "value": "", "description": "(Required) ID of `Webhook` object." } ] }, "description": "Update an existing `Webhook`to:\n- Disable or enable an endpoint URL to recieve webhook events.\n- Add [authentication to a `Webhook`](/guides/developers/webhooks/#authenticating-webhooks).\n- Filter the [webhook events sent to an endpoint URL](/guides/developers/webhooks/#webhook-event-filtering)." }, "response": [ { "id": "2c6639a8-8cea-4c72-8069-95c4e12439d8", "name": "Single Webhook object", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"application\": \"\",\n \"authentication\": {\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"previous_secret_expires_at\": \"\",\n \"secret_signing_key\": \"\",\n \"url\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-2c6639a8-8cea-4c72-8069-95c4e12439d8" }, { "id": "a21bca13-5b09-4654-88dc-a0305e63cfc5", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anima\": \"velit deserunt\",\n \"ad_1\": -32554508.542486176\n },\n \"mollit01\": false\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-a21bca13-5b09-4654-88dc-a0305e63cfc5" }, { "id": "06b827bb-2120-442a-b3a6-63b8d1af2f20", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-06b827bb-2120-442a-b3a6-63b8d1af2f20" }, { "id": "32257dcc-cf25-493f-9061-97e6b8614bd3", "name": "Object does not exist", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-32257dcc-cf25-493f-9061-97e6b8614bd3" }, { "id": "7bd570bd-6532-4f76-88ad-a227f21de4d7", "name": "Not Acceptable", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"sint_55\": -34931186,\n \"laboris_9\": -13250874,\n \"Excepteur_7\": true,\n \"reprehenderit_d\": 45288386\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"do_035\": 3371.312205672264,\n \"laborum3\": -10628501,\n \"enim__\": true,\n \"sint_a2\": 45082010,\n \"aliquip8\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-7bd570bd-6532-4f76-88ad-a227f21de4d7" } ], "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-4fc380f2-af8f-4a5b-983d-af9b8364ad4c" } ], "id": "12028caa-8f4e-4912-8fe0-e8ea2f9f4fc7", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-12028caa-8f4e-4912-8fe0-e8ea2f9f4fc7" }, { "name": "Create a Webhook", "id": "921318d7-5423-4f4a-ab2c-7d7fed12b56a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] }, "description": "Create a `Webhook` to specify an endpoint where Finix can send events." }, "response": [ { "id": "0932f2e7-7a63-4b0a-9a62-37ee7e671b28", "name": "Single Webhook object", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"application\": \"\",\n \"authentication\": {\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"previous_secret_expires_at\": \"\",\n \"secret_signing_key\": \"\",\n \"url\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-0932f2e7-7a63-4b0a-9a62-37ee7e671b28" }, { "id": "886fc20d-57b1-418c-a4be-8a6aec298cb7", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"elit_14a\": true,\n \"adipisicingf4\": 47322943.724595845\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-886fc20d-57b1-418c-a4be-8a6aec298cb7" }, { "id": "7b344fcd-1d5f-49de-8168-9ed1586655ec", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anima\": \"velit deserunt\",\n \"ad_1\": -32554508.542486176\n },\n \"mollit01\": false\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-7b344fcd-1d5f-49de-8168-9ed1586655ec" }, { "id": "9b2749c8-e9c6-4725-871a-52de29512de1", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-9b2749c8-e9c6-4725-871a-52de29512de1" }, { "id": "c6f4a308-03d7-41fb-a073-d7d80fa9c1f2", "name": "Not Acceptable", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"sint_55\": -34931186,\n \"laboris_9\": -13250874,\n \"Excepteur_7\": true,\n \"reprehenderit_d\": 45288386\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"do_035\": 3371.312205672264,\n \"laborum3\": -10628501,\n \"enim__\": true,\n \"sint_a2\": 45082010,\n \"aliquip8\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-c6f4a308-03d7-41fb-a073-d7d80fa9c1f2" }, { "id": "ccbe1638-014f-4792-96fa-fcf91a6f47c8", "name": "Invalid field", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authentication\": {\n \"basic\": {\n \"username\": \"\",\n \"password\": \"\"\n },\n \"bearer\": {\n \"token\": \"\"\n },\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-ccbe1638-014f-4792-96fa-fcf91a6f47c8" } ], "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-921318d7-5423-4f4a-ab2c-7d7fed12b56a" }, { "name": "List Webhooks", "id": "8abdd6c4-958b-4826-ac3a-a0e0024a13e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhooks?limit=&after_cursor=&before_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" } ] }, "description": "Retrieve a list of `Webhooks`." }, "response": [ { "id": "10c0e4bb-75fb-44f3-8580-de7674345fc1", "name": "List of Webhook objects", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks?limit=&after_cursor=&before_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"page\": {\n \"limit\": \"\",\n \"next_cursor\": \"\"\n },\n \"_embedded\": {\n \"webhooks\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"application\": \"\",\n \"authentication\": {\n \"type\": \"BASIC\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"previous_secret_expires_at\": \"\",\n \"secret_signing_key\": \"\",\n \"url\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"application\": \"\",\n \"authentication\": {\n \"type\": \"NONE\"\n },\n \"enabled\": \"\",\n \"enabled_events\": [\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"entity\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"previous_secret_expires_at\": \"\",\n \"secret_signing_key\": \"\",\n \"url\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n }\n }\n }\n ]\n },\n \"_links\": {\n \"next\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"ad_c44\": false\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-10c0e4bb-75fb-44f3-8580-de7674345fc1" }, { "id": "20c87941-1fd2-442f-bed2-44de49870da7", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks?limit=&after_cursor=&before_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anima\": \"velit deserunt\",\n \"ad_1\": -32554508.542486176\n },\n \"mollit01\": false\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-20c87941-1fd2-442f-bed2-44de49870da7" }, { "id": "787d3fdc-21c0-4487-ac90-2e727e9279f9", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks?limit=&after_cursor=&before_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-787d3fdc-21c0-4487-ac90-2e727e9279f9" }, { "id": "a1784ef8-d025-4a9c-a918-cd073cd43ab3", "name": "Not Acceptable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/webhooks?limit=&after_cursor=&before_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"sint_55\": -34931186,\n \"laboris_9\": -13250874,\n \"Excepteur_7\": true,\n \"reprehenderit_d\": 45288386\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"do_035\": 3371.312205672264,\n \"laborum3\": -10628501,\n \"enim__\": true,\n \"sint_a2\": 45082010,\n \"aliquip8\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-a1784ef8-d025-4a9c-a918-cd073cd43ab3" } ], "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-8abdd6c4-958b-4826-ac3a-a0e0024a13e8" } ], "id": "a8b38da0-44d3-4f51-a75d-9e8b91fdf217", "createdAt": "2026-07-28T01:39:48.000Z", "updatedAt": "2026-07-28T01:39:48.000Z", "uid": "35240-a8b38da0-44d3-4f51-a75d-9e8b91fdf217" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://finix.sandbox-payments-api.com" } ] }