{ "info": { "_postman_id": "50f4afe5-1ec5-4a5a-8d10-bfee560b6916", "name": "Coinme Crypto-as-a-Service AuthLinkResult MobileAuth 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:19.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "lastUpdatedBy": "35240", "uid": "35240-50f4afe5-1ec5-4a5a-8d10-bfee560b6916" }, "item": [ { "name": "mobileAuth", "item": [ { "name": "Initiate Mobile Auth", "id": "b3db10df-468e-4bd9-bb56-ada4e77d4cb1", "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 \"deviceIp\": \"\",\n \"consentTransactionId\": \"\",\n \"consentDescription\": \"\",\n \"consentCollectedTimestamp\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/mobileAuth", "host": [ "{{baseUrl}}" ], "path": [ "mobileAuth" ] } }, "response": [ { "id": "c23020b3-8e30-4da7-a724-9741cff67037", "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 \"deviceIp\": \"\",\n \"consentTransactionId\": \"\",\n \"consentDescription\": \"\",\n \"consentCollectedTimestamp\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/mobileAuth", "host": [ "{{baseUrl}}" ], "path": [ "mobileAuth" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"redirectTargetUrl\": \"\",\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:20.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "uid": "35240-c23020b3-8e30-4da7-a724-9741cff67037" }, { "id": "8681101e-07c4-446f-a7da-c44f00066ec8", "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 \"deviceIp\": \"\",\n \"consentTransactionId\": \"\",\n \"consentDescription\": \"\",\n \"consentCollectedTimestamp\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/mobileAuth", "host": [ "{{baseUrl}}" ], "path": [ "mobileAuth" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:25:20.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "uid": "35240-8681101e-07c4-446f-a7da-c44f00066ec8" }, { "id": "6f6171b6-7648-4090-83e0-faa437d808cd", "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 \"deviceIp\": \"\",\n \"consentTransactionId\": \"\",\n \"consentDescription\": \"\",\n \"consentCollectedTimestamp\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/mobileAuth", "host": [ "{{baseUrl}}" ], "path": [ "mobileAuth" ] } }, "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:20.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "uid": "35240-6f6171b6-7648-4090-83e0-faa437d808cd" }, { "id": "d7041947-be3c-4b3c-8726-49b12a1d122b", "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 \"deviceIp\": \"\",\n \"consentTransactionId\": \"\",\n \"consentDescription\": \"\",\n \"consentCollectedTimestamp\": \"\",\n \"requestId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/mobileAuth", "host": [ "{{baseUrl}}" ], "path": [ "mobileAuth" ] } }, "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:20.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "uid": "35240-d7041947-be3c-4b3c-8726-49b12a1d122b" } ], "createdAt": "2026-07-28T01:25:20.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "uid": "35240-b3db10df-468e-4bd9-bb56-ada4e77d4cb1" } ], "id": "d8d52e00-692d-4793-a0ff-124a72972f05", "createdAt": "2026-07-28T01:25:20.000Z", "updatedAt": "2026-07-28T01:25:20.000Z", "uid": "35240-d8d52e00-692d-4793-a0ff-124a72972f05" } ], "variable": [ { "key": "baseUrl", "value": "https://caas.coinme.com/services" } ] }