{ "info": { "_postman_id": "142c3aee-9b6c-4d67-9d3a-5a084302f726", "name": "Slash Public Account Card Product API", "description": "API description", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-142c3aee-9b6c-4d67-9d3a-5a084302f726" }, "item": [ { "name": "card-product", "item": [ { "name": "Get all card products", "id": "6c4a2d0d-e4da-4ec3-b50d-f4d120cac38a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "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}}/card-product?cursor=", "host": [ "{{baseUrl}}" ], "path": [ "card-product" ], "query": [ { "description": "A cursor string to fetch the next page of results", "key": "cursor", "value": "" } ] }, "description": "Get all card products" }, "response": [ { "id": "96b51696-3e04-4973-afd1-8dd2ae2f5579", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/card-product?cursor=", "host": [ "{{baseUrl}}" ], "path": [ "card-product" ], "query": [ { "description": "A cursor string to fetch the next page of results", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"prefix\": \"\",\n \"status\": \"inactive\"\n },\n {\n \"id\": \"\",\n \"prefix\": \"\",\n \"status\": \"active\"\n }\n ],\n \"metadata\": {\n \"nextCursor\": \"\",\n \"count\": \"\"\n }\n}", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-96b51696-3e04-4973-afd1-8dd2ae2f5579" }, { "id": "a3d80eba-bb03-4168-a924-f380bd9cc1d0", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/card-product?cursor=", "host": [ "{{baseUrl}}" ], "path": [ "card-product" ], "query": [ { "description": "A cursor string to fetch the next page of results", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"name\": \"\",\n \"identifier\": \"\",\n \"rawStatus\": \"\",\n \"meta\": {\n \"doa0\": -48524.567832902074,\n \"aliquip_747\": false\n }\n}", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-a3d80eba-bb03-4168-a924-f380bd9cc1d0" }, { "id": "fe9b8d8b-69ea-48ff-8d4a-79881cd2ef36", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/card-product?cursor=", "host": [ "{{baseUrl}}" ], "path": [ "card-product" ], "query": [ { "description": "A cursor string to fetch the next page of results", "key": "cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"name\": \"\",\n \"identifier\": \"\",\n \"rawStatus\": \"\",\n \"meta\": {\n \"doa0\": -48524.567832902074,\n \"aliquip_747\": false\n }\n}", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-fe9b8d8b-69ea-48ff-8d4a-79881cd2ef36" }, { "id": "cb08379a-690b-4f62-8369-9afd74c0d4eb", "name": "TooManyRequests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/card-product?cursor=", "host": [ "{{baseUrl}}" ], "path": [ "card-product" ], "query": [ { "description": "A cursor string to fetch the next page of results", "key": "cursor", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"name\": \"\",\n \"identifier\": \"\",\n \"rawStatus\": \"\",\n \"meta\": {\n \"doa0\": -48524.567832902074,\n \"aliquip_747\": false\n }\n}", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-cb08379a-690b-4f62-8369-9afd74c0d4eb" }, { "id": "5ee84e0f-df84-49ec-abf5-ab6c5caac91d", "name": "Internal Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/card-product?cursor=", "host": [ "{{baseUrl}}" ], "path": [ "card-product" ], "query": [ { "description": "A cursor string to fetch the next page of results", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"name\": \"\",\n \"identifier\": \"\",\n \"rawStatus\": \"\",\n \"meta\": {\n \"doa0\": -48524.567832902074,\n \"aliquip_747\": false\n }\n}", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-5ee84e0f-df84-49ec-abf5-ab6c5caac91d" } ], "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-6c4a2d0d-e4da-4ec3-b50d-f4d120cac38a" } ], "id": "6232517d-1f5f-4744-a346-e38798a8682c", "createdAt": "2026-07-28T02:56:38.000Z", "updatedAt": "2026-07-28T02:56:38.000Z", "uid": "35240-6232517d-1f5f-4744-a346-e38798a8682c" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.slash.com" } ] }