{ "info": { "_postman_id": "ca6685d5-ad41-4143-831e-ff05a81600a5", "name": "Authentication ACH Returns API Keys API", "description": "This resource is used for authentication actions\n\nContact Support:\n Name: Rainforest\n Email: support@rainforestpay.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:42:43.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-ca6685d5-ad41-4143-831e-ff05a81600a5" }, "item": [ { "name": "v1", "item": [ { "name": "api_keys", "item": [ { "name": "{api_key_id}", "item": [ { "name": "disable", "item": [ { "name": "Disable API key", "id": "3a26212c-a231-4335-8204-a28e2a40e8fa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "id": "0fcdcc89-369a-4847-9732-d440d4ae0f13", "key": "api_key_id", "value": "", "description": "(Required) The unique API key identifier. \n\nPrefix is \"api\" in production and \"sbx_api\" in sandbox." } ] }, "description": "Disable an API key." }, "response": [ { "id": "f3d374d7-9ab7-47db-b5cb-fe35e8a5aef2", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-f3d374d7-9ab7-47db-b5cb-fe35e8a5aef2" }, { "id": "54798dad-0495-446e-b21a-344ae4754440", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-54798dad-0495-446e-b21a-344ae4754440" }, { "id": "7fcd3a95-8610-424b-9652-7cdc8d5db9f1", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-7fcd3a95-8610-424b-9652-7cdc8d5db9f1" }, { "id": "6f16e73d-6589-4dec-8258-7d596c65488b", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-6f16e73d-6589-4dec-8258-7d596c65488b" }, { "id": "26e9e9da-0ff6-4454-8d1a-bc597aa3497e", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-26e9e9da-0ff6-4454-8d1a-bc597aa3497e" }, { "id": "ea7f9994-c5d2-472a-b07b-e80cb9eb65fa", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/disable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "disable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-ea7f9994-c5d2-472a-b07b-e80cb9eb65fa" } ], "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-3a26212c-a231-4335-8204-a28e2a40e8fa" } ], "id": "4bc69a04-69c0-448e-bc1a-c119309e3edc", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-4bc69a04-69c0-448e-bc1a-c119309e3edc" }, { "name": "enable", "item": [ { "name": "Enable API key", "id": "c4848d2e-f34c-4812-a8fe-f9b8b365323f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "id": "a3e68cd1-9f8d-44ef-a574-35de5963043c", "key": "api_key_id", "value": "", "description": "(Required) The unique API key identifier. \n\nPrefix is \"api\" in production and \"sbx_api\" in sandbox." } ] }, "description": "Enable an API key." }, "response": [ { "id": "22c15aa2-feed-4999-80aa-62be9c06684e", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-22c15aa2-feed-4999-80aa-62be9c06684e" }, { "id": "247df0d9-47be-4cd8-9e3f-551ddef607c5", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-247df0d9-47be-4cd8-9e3f-551ddef607c5" }, { "id": "df2cfcd8-9d1b-4c5a-9db3-5f5abeefbc9e", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-df2cfcd8-9d1b-4c5a-9db3-5f5abeefbc9e" }, { "id": "b56135d4-ac4f-4bed-a078-93b231b47648", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-b56135d4-ac4f-4bed-a078-93b231b47648" }, { "id": "d39cd9b2-8c34-45fc-9f11-177848560352", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-d39cd9b2-8c34-45fc-9f11-177848560352" }, { "id": "55bd59e6-07ed-44ff-9173-d31cd2b972e8", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id/enable", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id", "enable" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-55bd59e6-07ed-44ff-9173-d31cd2b972e8" } ], "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-c4848d2e-f34c-4812-a8fe-f9b8b365323f" } ], "id": "7b285c45-742f-41f5-93ad-8ed3cda79332", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-7b285c45-742f-41f5-93ad-8ed3cda79332" }, { "name": "Get API key", "id": "e8f8a828-2595-4b67-81b0-edcb69aa3357", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "id": "7afac5d5-33d5-49e2-8742-d0525683c0a9", "key": "api_key_id", "value": "", "description": "(Required) The unique API key identifier. \n\nPrefix is \"api\" in production and \"sbx_api\" in sandbox." } ] }, "description": "Get API key details by the API key ID." }, "response": [ { "id": "716caace-210d-4681-bfe0-cdaffd213200", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Ut_a3c\": {},\n \"nulla_c5\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"aliquip875\": {},\n \"aute976\": {},\n \"ea_9\": {}\n }\n }\n ],\n \"status\": \"DELETED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-716caace-210d-4681-bfe0-cdaffd213200" }, { "id": "9afdc803-62fa-4f16-895d-db4fd7b32c8e", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-9afdc803-62fa-4f16-895d-db4fd7b32c8e" }, { "id": "24aa7bfc-e151-4319-b14f-0a3f8cb3fb68", "name": "Authorization missing or invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-24aa7bfc-e151-4319-b14f-0a3f8cb3fb68" }, { "id": "d2c31ee1-73cc-41d3-a014-278e731dd14f", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-d2c31ee1-73cc-41d3-a014-278e731dd14f" }, { "id": "4c12ae26-087d-4d34-9603-5f7e3d6e309c", "name": "404 response", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-4c12ae26-087d-4d34-9603-5f7e3d6e309c" }, { "id": "89531e2a-7d32-432e-a5ae-f84a4c3c073d", "name": "Unexpected error.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-89531e2a-7d32-432e-a5ae-f84a4c3c073d" } ], "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-e8f8a828-2595-4b67-81b0-edcb69aa3357" }, { "name": "Delete API key", "id": "49651d0a-66f8-4f3e-bfc7-ff3e3501107e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "id": "ab0187ac-6a4c-4b97-bac0-da53a7752715", "key": "api_key_id", "value": "", "description": "(Required) The unique API key identifier. \n\nPrefix is \"api\" in production and \"sbx_api\" in sandbox." } ] }, "description": "Delete an API key, permanently invalidating it." }, "response": [ { "id": "7fbe9b40-83ee-4dff-b085-535541bedf97", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-7fbe9b40-83ee-4dff-b085-535541bedf97" }, { "id": "914d5435-d8a4-44d5-87d7-af6dd8168bbb", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-914d5435-d8a4-44d5-87d7-af6dd8168bbb" }, { "id": "1cc3605a-3424-41fe-9ea8-2f069a847e23", "name": "Authorization missing or invalid.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-1cc3605a-3424-41fe-9ea8-2f069a847e23" }, { "id": "5fb5fd50-a07b-43d6-9ae8-351e2658c4bd", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-5fb5fd50-a07b-43d6-9ae8-351e2658c4bd" }, { "id": "bce97489-7cc8-4834-9f33-ba12ae2bceb0", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-bce97489-7cc8-4834-9f33-ba12ae2bceb0" }, { "id": "87ea9d94-049e-47b6-848c-2fba1d56453f", "name": "Unexpected error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys/:api_key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys", ":api_key_id" ], "variable": [ { "key": "api_key_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-87ea9d94-049e-47b6-848c-2fba1d56453f" } ], "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-49651d0a-66f8-4f3e-bfc7-ff3e3501107e" } ], "id": "aa04475a-20e2-4f3f-956b-95e92a9cc2b4", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-aa04475a-20e2-4f3f-956b-95e92a9cc2b4" }, { "name": "Create API key", "id": "2d6ca341-d05b-45d6-a59b-1e7879e6781c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"est6_1\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Duis_f\": {},\n \"mollit_8\": {},\n \"dolore_7e\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] }, "description": "Create an API key." }, "response": [ { "id": "13181516-21ba-4c3c-a572-513d4d532558", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"est6_1\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Duis_f\": {},\n \"mollit_8\": {},\n \"dolore_7e\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"api_key\": \"\",\n \"status\": \"ENABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-13181516-21ba-4c3c-a572-513d4d532558" }, { "id": "584a10c4-bca5-4caa-9b52-7303f5d04bdd", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"est6_1\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Duis_f\": {},\n \"mollit_8\": {},\n \"dolore_7e\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-584a10c4-bca5-4caa-9b52-7303f5d04bdd" }, { "id": "a7e7a39a-827a-48d0-978a-05faa081fd7a", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"est6_1\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Duis_f\": {},\n \"mollit_8\": {},\n \"dolore_7e\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-a7e7a39a-827a-48d0-978a-05faa081fd7a" }, { "id": "bebb45d0-8341-4154-a14f-1fb468e09db7", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"est6_1\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Duis_f\": {},\n \"mollit_8\": {},\n \"dolore_7e\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-bebb45d0-8341-4154-a14f-1fb468e09db7" }, { "id": "184a0121-8f76-4a8c-b813-82a9a9a1d44a", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"est6_1\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Duis_f\": {},\n \"mollit_8\": {},\n \"dolore_7e\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-184a0121-8f76-4a8c-b813-82a9a9a1d44a" } ], "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-2d6ca341-d05b-45d6-a59b-1e7879e6781c" }, { "name": "List API keys", "id": "6aa51e5b-1a84-42cd-8a0a-d4c6d05639f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] }, "description": "Query a list of API keys." }, "response": [ { "id": "6e3c991d-9979-405e-963a-48397ef3f39f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {\n \"total_results\": \"\",\n \"results\": [\n {\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"aliquip96\": {},\n \"id420\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"officia_a\": {},\n \"enim_8\": {}\n }\n }\n ],\n \"status\": \"DISABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"api_key_id\": \"\",\n \"platform_id\": \"\",\n \"masked_api_key\": \"\",\n \"statements\": [\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"magna_e6\": {}\n }\n },\n {\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"constraints\": {\n \"Lorem_0\": {},\n \"ad8\": {}\n }\n }\n ],\n \"status\": \"ENABLED\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-6e3c991d-9979-405e-963a-48397ef3f39f" }, { "id": "848fdaa7-d242-4870-8b85-0ecc4842b6c1", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-848fdaa7-d242-4870-8b85-0ecc4842b6c1" }, { "id": "b78b6d94-8f52-4464-99ce-4150731f4756", "name": "Authorization missing or invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-b78b6d94-8f52-4464-99ce-4150731f4756" }, { "id": "d7055e52-f4c5-4968-858c-2d8a79da4eae", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-d7055e52-f4c5-4968-858c-2d8a79da4eae" }, { "id": "5f36c52d-136d-4929-bf11-095f77966813", "name": "Unexpected error.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/api_keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "api_keys" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-5f36c52d-136d-4929-bf11-095f77966813" } ], "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-6aa51e5b-1a84-42cd-8a0a-d4c6d05639f4" } ], "id": "acf3e752-c990-4036-9882-55b00d9dc3b2", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-acf3e752-c990-4036-9882-55b00d9dc3b2" } ], "id": "4268333e-988c-4cb8-8a32-2a97196f021a", "createdAt": "2026-07-28T02:42:44.000Z", "updatedAt": "2026-07-28T02:42:44.000Z", "uid": "35240-4268333e-988c-4cb8-8a32-2a97196f021a" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.rainforestpay.com" } ] }