{ "info": { "_postman_id": "f59807d7-fe69-4f91-8476-d0c0e2da6cb0", "name": "Coinme Crypto-as-a-Service AuthLinkResult API", "description": "Coinme Crypto-as-a-Service (CaaS) API. Harvested from provider-published per-endpoint OpenAPI blocks at docs.coinme.com/reference. Modular crypto infrastructure: KYC onboarding, quotes, buy/sell orders, wallets, sends, cash on/off-ramp, payment methods, and webhooks.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "lastUpdatedBy": "35240", "uid": "35240-f59807d7-fe69-4f91-8476-d0c0e2da6cb0" }, "item": [ { "name": "authLinkResult", "item": [ { "name": "Initiate Instant Link Finish", "id": "d2f2b654-da64-4852-b67c-3d5ff7da221e", "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": "POST", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"verificationFingerprint\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authLinkResult", "host": [ "{{baseUrl}}" ], "path": [ "authLinkResult" ] }, "description": "Extract the vfp value from the URL and use it to ask for the result of the authentication." }, "response": [ { "id": "e4cdaa7b-15b8-4567-8b97-002b9dd85c74", "name": "200", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"verificationFingerprint\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authLinkResult", "host": [ "{{baseUrl}}" ], "path": [ "authLinkResult" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"authenticatedPhoneNumber\": \"\",\n \"requestId\": \"\"\n },\n \"errorResponse\": {\n \"timestamp\": \"\",\n \"httpStatus\": \"\",\n \"errorData\": [\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n ],\n \"path\": \"\",\n \"retry\": \"\"\n }\n}", "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "uid": "35240-e4cdaa7b-15b8-4567-8b97-002b9dd85c74" }, { "id": "6d3c7424-2ba0-4430-8c3f-0823b56de9bf", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"verificationFingerprint\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authLinkResult", "host": [ "{{baseUrl}}" ], "path": [ "authLinkResult" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "uid": "35240-6d3c7424-2ba0-4430-8c3f-0823b56de9bf" }, { "id": "b53b7684-d3d0-421f-b5ee-19b19358267f", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"verificationFingerprint\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authLinkResult", "host": [ "{{baseUrl}}" ], "path": [ "authLinkResult" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "uid": "35240-b53b7684-d3d0-421f-b5ee-19b19358267f" }, { "id": "fcdd0cfe-f0d9-43e0-8e53-f0186000ca8a", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"verificationFingerprint\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authLinkResult", "host": [ "{{baseUrl}}" ], "path": [ "authLinkResult" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "uid": "35240-fcdd0cfe-f0d9-43e0-8e53-f0186000ca8a" } ], "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "uid": "35240-d2f2b654-da64-4852-b67c-3d5ff7da221e" } ], "id": "d9d64782-eabc-472f-964f-a53b1151cf24", "createdAt": "2026-07-28T01:25:07.000Z", "updatedAt": "2026-07-28T01:25:07.000Z", "uid": "35240-d9d64782-eabc-472f-964f-a53b1151cf24" } ], "variable": [ { "key": "baseUrl", "value": "https://caas.coinme.com/services" } ] }