{"info":{"_postman_id":"31558f34-b2da-419d-b7b7-a3b69e0b939e","name":"ScoreMachine API","description":"<html><head></head><body><p>Canonical ScoreMachine API collection with workflows, method reference, troubleshooting.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"53731936","collectionId":"31558f34-b2da-419d-b7b7-a3b69e0b939e","publishedId":"2sBXionANh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0EB200"},"publishDate":"2026-04-05T18:13:43.000Z"},"item":[{"name":"1. Getting started","item":[{"name":"1.1 Introduction","item":[],"id":"4c39be18-5bc9-4dea-a276-d60793337f1f","description":"<p>ScoreMachine API provides phone and email validation, phone scoring, and channel presence checks for WhatsApp, Telegram, Facebook, and Instagram.</p>\n<p>Typical users include CPaaS and UCaaS vendors, SMS platforms, GTM teams, call centres, CRM operators, and systems that validate inbound leads.</p>\n<hr />\n<p><strong>Base URL:</strong> <code>https://api.scoremachine.ai</code></p>\n<hr />\n<p><strong>Protocol:</strong> JSON-RPC 2.0 over HTTP POST</p>\n<hr />\n<p>Use sequential methods for one phone or email at a time. Use audience and batch methods for uploaded files or larger contact lists.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1126442a-816f-4156-9eac-83c816d9434f"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1d531c1f-5044-4842-9fd5-3c1aacd46c6c"}}],"_postman_id":"4c39be18-5bc9-4dea-a276-d60793337f1f"},{"name":"1.2 Formatting and conventions","item":[],"id":"9845e39b-c3a6-48eb-9882-2444721516ce","description":"<h3 id=\"json-rpc-request-rules\">JSON-RPC request rules</h3>\n<p>Every JSON-RPC request must include:</p>\n<ul>\n<li><p><code>jsonrpc</code> with value <code>2.0</code></p>\n</li>\n<li><p><code>method</code></p>\n</li>\n<li><p><code>params</code></p>\n</li>\n<li><p><code>id</code></p>\n</li>\n</ul>\n<p>All examples in this collection use strict JSON formatting, unless otherwise specified in the request or expected response headers.</p>\n<hr />\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p>Use <code>Token: auth_token</code> for authenticated methods.</p>\n</li>\n<li><p>Use <code>Content-Type: application/json</code> for JSON-RPC requests.</p>\n</li>\n<li><p>The <code>POST/upload</code> and <code>audiences.export</code> methods returns text with <code>Content-Type: text/plain; charset=utf-8</code></p>\n</li>\n</ul>\n<hr />\n<h3 id=\"data-formats\">Data formats</h3>\n<ul>\n<li><p>Phone numbers should be sent in E.164 format where possible.</p>\n</li>\n<li><p>Pagination is zero-based. Use <code>offset: 0</code> for the first page.</p>\n</li>\n<li><p>Use full channel names in documentation and examples.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"dda85880-dfd8-4168-a84d-250798c73133"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1f7de390-2cb9-463f-8587-e4ab96185148"}}],"_postman_id":"9845e39b-c3a6-48eb-9882-2444721516ce"},{"name":"1.3 Operation modes","item":[{"name":"1.3.1 Real-time / Sequential","item":[],"id":"adb256ac-b0a3-4928-ba71-e5343dcd86a5","description":"<p>Use sequential methods when you need an immediate answer for a single phone or email.</p>\n<h3 id=\"typical-use-cases\">Typical use cases</h3>\n<ul>\n<li><p>Inbound lead form validation</p>\n</li>\n<li><p>Pre-send checks before calling or messaging</p>\n</li>\n<li><p>CRM enrichment on a single record</p>\n</li>\n<li><p>Real-time routing decisions</p>\n</li>\n</ul>\n<h3 id=\"default-service-assumptions-in-this-collection\">Default service assumptions in this collection</h3>\n<ul>\n<li><p>Up to 20 requests per second</p>\n</li>\n<li><p>Around 2 seconds average response time</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"233e7686-abc5-463f-9f62-7598e7b05ab5"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"a343ac7d-22c3-47d9-9500-eb86902be7a1"}}],"_postman_id":"adb256ac-b0a3-4928-ba71-e5343dcd86a5"},{"name":"1.3.2 Batch / File upload","item":[],"id":"d8dd222a-48aa-40c3-8780-9dcdf123e61a","description":"<p>Use batch methods when you work with uploaded files or full audiences.</p>\n<h3 id=\"typical-flow\">Typical flow</h3>\n<ol>\n<li><p>Upload a file with <code>POST /upload</code></p>\n</li>\n<li><p>Create or select a project</p>\n</li>\n<li><p>Create an audience and add contacts to an audience</p>\n</li>\n<li><p>Estimate price with <code>audiences.score.price</code></p>\n</li>\n<li><p>Start processing with <code>audiences.score.start</code></p>\n</li>\n<li><p>Poll with <code>audiences.score.status</code></p>\n</li>\n<li><p>Export results with <code>audiences.export</code></p>\n</li>\n</ol>\n<h3 id=\"recommended-defaults\">Recommended defaults</h3>\n<ul>\n<li><p>Poll no more often than every 2 seconds</p>\n</li>\n<li><p>Up to 10 concurrent jobs</p>\n</li>\n<li><p>Default upload size limit 5 MB</p>\n</li>\n<li><p>Default audience size limit 200,000 rows</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"d82c9897-26c9-4a6b-9d0c-8083e74517fe"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"dd03e5e9-72d5-4412-8ecb-51882fb8101f"}}],"_postman_id":"d8dd222a-48aa-40c3-8780-9dcdf123e61a"}],"id":"c59bea00-9430-4d45-ae5c-be0f266c18bc","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"08a457e0-242e-437d-ada3-57cab53f52d7"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"fb6982be-7699-477a-9612-691d3c61da51"}}],"_postman_id":"c59bea00-9430-4d45-ae5c-be0f266c18bc","description":""},{"name":"1.4 Authentication","item":[],"id":"fa81bbe4-f866-46c6-b664-a0591a083b39","description":"<p>The API uses a custom HTTP header:</p>\n<p><code>Token: {auth_token}</code></p>\n<h3 id=\"authentication-flow\">Authentication flow</h3>\n<ol>\n<li><p>Use <code>auth.register</code> to create an account, if needed</p>\n</li>\n<li><p>Use <code>auth.login</code> to obtain an authenticated session and token</p>\n</li>\n<li><p>Include the <em>Token header</em> in all protected requests</p>\n</li>\n<li><p>If the token expires, call <code>auth.login</code> again to obtain a new token</p>\n</li>\n</ol>\n<p><strong>Current token TTL is 24 hours.</strong></p>\n<h3 id=\"public-methods-authentication-not-required\">Public methods (Authentication not required)</h3>\n<p>• <code>auth.register</code><br />• <code>auth.login</code></p>\n<h3 id=\"protected-methods-authentication-required\">Protected methods (Authentication required)</h3>\n<p>• All <em>project</em>, <em>audience</em>, <em>scoring</em>, <em>export</em>, <em>account</em>, <em>billing</em>, and <em>transaction</em> methods require an authentication token <code>Token: {auth_token}</code>, which must be included in the request header.</p>\n<h3 id=\"summary-of-the-current-account\">Summary of the current account</h3>\n<p>For a quick summary of the current authenticated account, use <code>account.get</code>. This method returns the current <em>account ID</em>, <em>email</em>, <em>balance</em>, <em>active tariff</em>, and <em>pricing</em> for supported ScoreMachine methods.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"997bf208-3fa9-4709-933d-7470c9bab302"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"114d7d8f-4f43-472c-9603-1e5bd96d061c"}}],"_postman_id":"fa81bbe4-f866-46c6-b664-a0591a083b39"},{"name":"1.5 Billing","item":[],"id":"f7248bf8-0b51-40b3-b998-14ba8b895402","description":"<p>ScoreMachine distinguishes between:</p>\n<p>• <em>Payments</em>: account top-ups<br />• <em>Transactions</em>: deductions for API usage</p>\n<h3 id=\"amount-format\">Amount format</h3>\n<p>• Balances and pricing are returned as floating-point USD values</p>\n<h3 id=\"billing-methods\">Billing methods</h3>\n<p>• <code>balance.get</code> — retrieve current balance<br />• <code>payments.create</code> — create a top-up payment<br />• <code>payments.get</code> — retrieve payment status<br />• <code>payments.cancel</code> — cancel a Stripe PaymentIntent before it is completed<br />• <code>transactions.list</code> — view usage deductions<br />• <code>account.get</code> — retrieve current tariff and pricing summary</p>\n<h3 id=\"recommended-billing-workflow\">Recommended billing workflow</h3>\n<p>• Call <code>account.get</code> to retrieve active pricing OR<br />• Call <code>balance.get</code> to retrieve the current balance<br />• For batch jobs, call <code>audiences.score.price</code> before starting the job<br />• Start the job only after confirming sufficient balance<br />• Use <code>transactions.list</code> to reconcile spend after processing</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"29ffec97-67a0-4a7f-9e65-2fd3ce05c63e"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"f8f2a97b-0b3e-4970-b0c7-4b975e8e6da8"}}],"_postman_id":"f7248bf8-0b51-40b3-b998-14ba8b895402"}],"id":"a1538266-364e-4da9-a5a8-19274a3c1afa","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"661c8152-30af-4e41-bd7c-1a3acd056d99"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"f50d2b7f-40b1-4a76-ba00-8390918323da"}}],"_postman_id":"a1538266-364e-4da9-a5a8-19274a3c1afa","description":""},{"name":"2. Workflows","item":[{"name":"2.1 Quickstart","item":[{"name":"auth.login","event":[{"listen":"test","script":{"exec":["const token = pm.response.headers.get('Token');","if (token) { pm.collectionVariables.set('Token', token); }"],"type":"text/javascript","packages":{},"requests":{},"id":"01efd0c9-b052-4a2f-ac4f-47c5ff7135c9"}}],"id":"2cf382af-780e-4594-a9a5-7cb6948403be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"<email>\",\n    \"password\": \"<string>\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"no-authentication-required\"><strong>No authentication required</strong></h3>\n<p>This method is publicly accessible without an authentication token.</p>\n<hr />\n<p>Authenticate a user with email and password. On success, the API returns the authorization token in the <code>token</code> response header.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>email</code></td>\n<td><strong>Yes</strong></td>\n<td>Registered user email.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>User password.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"c2019b32-272e-45e5-a895-5a2ea52a49c3","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Token","value":"auth_token","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"id\": 17,\n    \"email\": \"user@example.com\"\n  },\n  \"id\": 1\n}"},{"id":"7c79c0f2-3028-4256-9a48-f9be856246e1","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"email\"\n        }\n    }\n}"},{"id":"d3695ca2-43a4-4428-b1b4-c94c8aa4e2c5","name":"-32602 — Invalid Params : 'password is required'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"password is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"password\"\n        }\n    }\n}"},{"id":"64559b40-cda3-499d-ae9e-e5dc0b487d1e","name":"-32602 — Invalid Params : 'password must be string'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": 123456\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"password must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"password\"\n        }\n    }\n}"},{"id":"b3868284-e44c-46bf-bf48-f6eada3dc72c","name":"-32602 — Invalid Params : 'email must be email'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email must be email\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"email\",\n            \"field\": \"email\"\n        }\n    }\n}"},{"id":"70779a0f-577d-492b-8f5f-cf906ede2d94","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"}],"_postman_id":"2cf382af-780e-4594-a9a5-7cb6948403be"},{"name":"balance.get","id":"7616bf44-5f05-4d34-a3fd-ce9793104980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","description":"<p>API token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Retrieve the current account balance.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>params</code></td>\n<td><code>object</code> or <code>array</code></td>\n<td>No</td>\n<td>Empty object <code>{}</code> or empty array <code>[]</code>.  <br />  <br />Can be omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"00d60d29-bea7-4987-ad54-4978dd82af12","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"balance\": 123.45\n  },\n  \"id\": 1\n}"},{"id":"1f29683d-9373-4eb8-a338-41bcd066fe84","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"7ba64065-cd22-4e0a-811f-8bcc8c185020","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"7616bf44-5f05-4d34-a3fd-ce9793104980"},{"name":"account.get","id":"dde16a45-4de9-4b95-ab29-f10f6415c256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","description":"<p>API token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Retrieves the current <em>account ID</em>, <em>email</em>, <em>balance</em>, <em>active tariff</em>, and <em>pricing</em>.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>params</code></td>\n<td><code>object</code> or <code>array</code></td>\n<td>No</td>\n<td>Empty object <code>{}</code> or empty array <code>[]</code>.  <br />  <br />Can be omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"84b8873d-f2e8-4098-87c3-1393b327bdc4","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"id\": 337,\n    \"email\": \"user@example.com\",\n    \"balance\": 100500.12,\n    \"currency\": \"USD\",\n    \"tariff\": {\n      \"id\": 1,\n      \"name\": \"Tariff Name\"\n    },\n    \"pricing\": {\n      \"score.email.validation\": 0.01,\n      \"score.phone.validation\": 0.001,\n      \"score.phone.validation.mnp\": 0.01,\n      \"score.phone.validation.telegram\": 0.001,\n      \"score.phone.validation.whatsapp\": 0.001,\n      \"score.phone.validation.facebook\": 0.001,\n      \"score.phone.validation.instagram\": 0.01,\n      \"score.phone.scoring.accessibility\": 0.01,\n      \"score.phone.tags\": 0.01,\n      \"score.email.tags\": 0.01    \n      }\n  },\n  \"id\": 1\n}\n"},{"id":"9f7f4d08-8b8f-4d27-ac5e-cd0abb152bc7","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"d89fae2a-3d07-4582-8a81-58a5ae877375","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"dde16a45-4de9-4b95-ab29-f10f6415c256"},{"name":"score.phone.scoring","id":"8a879c90-b0b3-4d99-8e6a-4481dbd9242b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run sequential phone scoring. This method returns scoring results for a single phone number and run all available phone validation checks. This method does basic validation, MNP lookup and checks for online presence (Facebook, Instagram, Telegram, Whatsapp) and retrieves a contactability score.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"6f429b32-788a-46a5-8cd7-88f1eae739b4","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"phone_accessibility\": 4, // Phone number accessibility score (range: 0-10) of the contact\n                                  // If value '-100' is received: phone accessibility is unknown\n        \"phone_validation_mnp\": {\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"e164_format\": \"+00000000001\",\n            \"line_type\": \"mobile\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"iso_code\": \"xx\",\n            \"international_format\": \"+0 000 000-00-01\",\n            \"timezone\": \"UTC+0\"\n        },\n        \"telegram\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"facebook\": true,\n        \"instagram\": true,\n        \"valid\": true,\n        \"whatsapp\": false\n    }, \n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"962e102c-0fb9-4807-b681-4613d6566bd1","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"775e2287-38b6-499d-92a6-9c94f3ae4947","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"12efe0d4-b583-42ac-828e-c54e178c8228","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"cf292f21-7e3f-4996-b9e6-3ea0b846a10d","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"26e0f748-e05e-4e1e-9e8d-42c55891804f","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"812fb657-1199-4429-853b-99c2bb86381e","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"8a879c90-b0b3-4d99-8e6a-4481dbd9242b"},{"name":"score.email.validation","id":"ae64ad6b-cafd-4b87-a1f0-cc1e4fb855a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Validate email and ensure deliverability.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Email address to validate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"6d97f7cc-c7dc-4382-b4eb-45a4fbb3d404","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"technical_info\": {\n            \"smtp_provider\": \"smtp_provider_name\",\n            \"smtp_status_code\": null,\n            \"domain\": \"gmail.com\",\n            \"mx_record\": \"mx.smtp_provider.com\"\n        },\n        \"deliverability\": {\n            \"status\": true,\n            \"sub_status\": {},\n            \"address\": \"user_name@gmail.com\" \n        },\n        \"user_info\": {\n            \"age\": null,\n            \"country\": null,\n            \"username\": \"user.name\",\n            \"name\": \"Name\",\n            \"last_seen\": null,\n            \"gender\": \"gender\",\n            \"tags\": null,\n            \"profile_picture\": null\n        }\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"2bb6c066-79ed-4b9f-8ac0-e083ee657aa6","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"email\"\n        },\n        \"message\": \"email is required\"\n    }\n}"},{"id":"47685fa6-7353-4eef-9185-7e8a9645cde2","name":"-32602 — Invalid Params : 'email must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"string\"\n        },\n        \"message\": \"email must be string\"\n    }\n}"},{"id":"7012ba76-597d-413a-a21a-29fa67b05cd3","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3dcbb16d-1cb8-4762-a323-0cfb0ce21f89","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"e6e16fa9-abc7-42b1-aee3-659e7c522581","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"ae64ad6b-cafd-4b87-a1f0-cc1e4fb855a2"}],"id":"5e400667-3912-426a-8d84-b0bb384ddd0e","description":"<p>Minimal quickstart flow:</p>\n<ol>\n<li><p><code>auth.login</code></p>\n</li>\n<li><p><code>balance.get or account.get</code></p>\n</li>\n<li><p><code>score.phone.scoring</code></p>\n</li>\n<li><p><code>score.email.validation</code></p>\n</li>\n</ol>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"fdac7938-98ca-429c-8d1e-817fa3c55365"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1a15d198-9025-43e2-b6b2-b43bd4ab5af5"}}],"_postman_id":"5e400667-3912-426a-8d84-b0bb384ddd0e"},{"name":"2.2 Sequential phone scoring and validation","item":[{"name":"score.phone.validation.total","id":"315b644a-d15c-4a57-863b-5198ecb6c599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run all available phone validation checks without scoring. This method does basic validation, MNP lookup and checks for online presence (Facebook, Instagram, Telegram, Whatsapp).</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"cdc9a82a-015e-4188-b1a0-f916efe7a808","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"phone_validation_mnp\": {\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"e164_format\": \"+00000000001\",\n            \"line_type\": \"mobile\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"iso_code\": \"xx\",\n            \"international_format\": \"+0 000 000-00-01\",\n            \"timezone\": \"UTC+0\"\n        },\n        \"telegram\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"facebook\": true,\n        \"instagram\": true,\n        \"valid\": true,\n        \"whatsapp\": false\n    }, \n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"2caf489d-2a71-45e3-b753-88e36f8549be","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"c7328dc7-fc37-455c-a3dc-514eb5b640fe","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"ae2224fb-d1b7-4bd3-ba01-88d17d1af716","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"df59ccd3-35f7-4295-9ab0-1b6937bbcce9","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"774f030f-3d6a-4bf1-a78c-2030117da10c","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"081e609f-3676-497c-82ac-b3e9b5e68e29","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"315b644a-d15c-4a57-863b-5198ecb6c599"},{"name":"score.phone.validation","id":"1ed12dd0-54a0-4241-8a6f-ad756fe28b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run basic phone validation for prefix and numbering plan check.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"21c45449-f3ae-42f5-bf7d-0669d2fd3d39","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone_validation\": {\n            \"iso_code\": \"xx\",\n            \"timezone\": \"UTC+0\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"line_type\": \"mobile\"\n        },\n        \"normalized_phone\": \"00000000001\",\n        \"phone\": \"+00000000001\",\n        \"valid\": true\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}\n"},{"id":"dd38b85e-d3b7-437a-849b-a7bb69ed2670","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"78768447-ee2e-4cba-b794-b9818775739b","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"035eca69-bb9e-4cc0-94ab-43f72569a75d","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"a35bf532-c7cb-46c8-8f08-3c5232a36cfa","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a7ca72c7-291e-4121-9afa-fb12c61474c3","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"7284a354-0a3b-4395-999d-709818e3382f","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"1ed12dd0-54a0-4241-8a6f-ad756fe28b0f"},{"name":"score.phone.validation.mnp","id":"022e02dc-206c-40e4-9a8d-03ccdc30f8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Resolve the current carrier for a mobile number ported number (MNP lookup).</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"c50181ac-4436-4d26-916a-b1a936ccd2d3","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"normalized_phone\": \"00000000001\",\n        \"phone_validation_mnp\": {\n            \"international_format\": \"+0 000 000-00-01\",\n            \"line_type\": \"mobile\",\n            \"e164_format\": \"+00000000001\",\n            \"iso_code\": \"xx\",\n            \"timezone\": \"UTC+0\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\"\n        },\n        \"phone\": \"+00000000001\",\n        \"valid\": true\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"49a0048e-3cbb-4f78-9e1b-ae11eb2d9f99","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"8520bdbf-8504-4168-9040-e110f844ad48","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"af1d5b9b-c737-45b6-9d3f-db4a8aed0cd8","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"f152344b-9de8-40e1-ab27-7ed2420ab48e","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"513e12e7-2f2f-4ae4-9ac7-659f357e82a2","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"8b44bbde-25f0-4256-89c4-708f017052e2","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"022e02dc-206c-40e4-9a8d-03ccdc30f8a9"},{"name":"score.phone.validation.facebook","id":"69d2d9fa-13e3-418c-922b-3342df14e8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number is associated with a Facebook account.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"8e66c06a-3eed-47c0-8f49-bfc511025628","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"valid\": true,\n        \"facebook\": true,\n        \"phone\": \"+00000000001\",\n        \"normalized_phone\": \"00000000001\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"7aa0e2ba-6c76-483e-8bca-7c60f3ff324f","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"c559fe2c-5bcb-4b41-ae7e-d388db366c5e","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"e7c4a4b3-e979-48b2-98da-2a2ac675811f","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"3e7c9c8b-449d-44be-94ce-4b332375f8bc","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"7181e6d0-f0a0-4aa4-95b8-cb5291b586fb","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"819a1427-4115-443a-9067-dd8364949e7c","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"69d2d9fa-13e3-418c-922b-3342df14e8da"},{"name":"score.phone.validation.telegram","id":"1750b23d-8651-4f97-a380-9792dec7c942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number is registered in Telegram.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"d6706e5f-fb9e-4ad3-abca-a18cd34178d7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"valid\": true,\n        \"telegram\": true,\n        \"phone\": \"+00000000001\",\n        \"normalized_phone\": \"00000000001\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"fe8a6cbb-26d2-4bcc-a940-23031873a52e","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"378ce91d-21e4-4fcc-beec-69fbce9ddbcd","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"2eb4ff77-b015-4431-819e-43979bf5b95c","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"72608947-10a0-40fa-85da-4736e4839e18","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"e698c9cd-07e8-4aa0-bb3d-0c3926010098","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"e10fbfa5-6321-49fc-9b5b-1da6f98a8fe0","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"1750b23d-8651-4f97-a380-9792dec7c942"},{"name":"score.phone.validation.whatsapp","id":"2191529f-15b9-4a56-840f-95bf858827a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number has a WhatsApp account.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"7372d3e1-5fa5-4a57-a7e7-2c076b225716","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"normalized_phone\": \"00000000001\",\n        \"valid\": true,\n        \"whatsapp\": true,\n        \"phone\": \"+00000000001\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"dc7b9fd1-3090-4314-a416-b6e9067c8c6d","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"bcd10f7b-9873-435d-8529-41da62ec9abc","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"505658b0-3566-4b42-81a4-d2338cdd65ab","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"8b4cf74b-2a8a-40da-8f2b-b8e509e7c24f","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"006e2f18-dee8-42ca-80a4-9f88c2569d62","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"6a44a6dc-faa0-4c6c-b345-21a3a7f76994","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"2191529f-15b9-4a56-840f-95bf858827a7"},{"name":"score.phone.validation.instagram","id":"67c8ef8c-2627-404c-adea-3e6d3028017c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number is associated with Instagram.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"985f7219-a4f7-4385-8532-c274aa1bd250","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"normalized_phone\": \"00000000001\",\n        \"valid\": true,\n        \"phone\": \"+00000000001\",\n        \"instagram\": true\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"f817356a-5544-4e33-af08-6436d973dea1","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"dc2e3bc9-aad4-4001-a31b-5ebe56b04ad0","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"8d056b61-69ac-428f-9d15-52ac30502dfb","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"230cf967-0ebe-4050-8934-469183d9e131","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c67c2dca-3719-46d3-b9a4-7c92ba4e1c7c","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"776d3995-bdc7-47c1-a084-7a789707b107","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"67c8ef8c-2627-404c-adea-3e6d3028017c"},{"name":"score.phone.scoring","id":"7895c3df-0acb-44c5-844a-479216aca340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run sequential phone scoring. This method returns scoring results for a single phone number and run all available phone validation checks. This method does basic validation, MNP lookup and checks for online presence (Facebook, Instagram, Telegram, Whatsapp) and retrieves a contactability score.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"13cbe030-27be-4930-aa02-6181c394bcf8","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"phone_accessibility\": 4, // Phone number accessibility score (range: 0-10) of the contact\n                                  // If value '-100' is received: phone accessibility is unknown\n        \"phone_validation_mnp\": {\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"e164_format\": \"+00000000001\",\n            \"line_type\": \"mobile\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"iso_code\": \"xx\",\n            \"international_format\": \"+0 000 000-00-01\",\n            \"timezone\": \"UTC+0\"\n        },\n        \"telegram\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"facebook\": true,\n        \"instagram\": true,\n        \"valid\": true,\n        \"whatsapp\": false\n    }, \n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"ae973dc1-50c5-44e7-a441-6139dff0c0e9","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"644764d9-ab5f-416e-89c4-4c71cf40d4e7","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"0653ac96-1f08-4683-a636-91bfe86aa37b","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"ae5df917-6b90-4934-a6f7-a92ff25bb8b2","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c40f3e70-785c-4a83-9841-08b18c8966bd","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"539caae4-161c-40cd-b929-68e6ed787810","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"7895c3df-0acb-44c5-844a-479216aca340"},{"name":"score.phone.scoring.accessibility","id":"c942818c-be8a-4b5d-90e6-1b7b51bd8754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get only the phone accessibility (contactability) score for a single phone number without providing additional parameters.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"967d8bb2-02d0-4246-aef2-33e6631fb265","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"valid\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"phone\": \"+00000000001\",\n        \"phone_accessibility\": 4 // Phone number accessibility score (range: 0-10) of the contact\n                                 // If value '-100' is received: phone accessibility is unknown\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"fc685e1a-8626-4f80-ab91-59a29e9f5f1d","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"f05f4e04-47ab-469d-9342-a0b9c7c540a3","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"58592c1f-96e8-4fca-988e-dcef3caab689","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"0053bcdd-50d1-434e-8ef9-cac555d39a9e","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"b781a23f-ff8b-4596-a96d-26148e8797f2","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"e9241abd-146c-418f-b5a6-91c32e98bc7b","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"c942818c-be8a-4b5d-90e6-1b7b51bd8754"},{"name":"score.phone.tags","id":"e7cf510a-f59b-4955-b031-3394b210f069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Resolve tags from a phone number.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"9095191d-39ec-46f8-96bb-35f3e17da08f","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"normalized_phone\": \"00000000001\",\n        \"valid\": true,\n        \"tags\": [\n            {\n                \"tag\": \"tag_value\",\n                \"tag_date\": \"YYYY-MM-DD\"\n            },\n            {\n                \"tag\": \"tag_value\",\n                \"tag_date\": \"\"\n            }\n\n            // ...\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"8d22e100-888f-4fb7-bcf3-33e0f5502a21","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"a570b5d1-f7af-4af7-9cfd-f9e5ba914fa0","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"23d221b0-4513-4e05-8972-6fc9a40f7e59","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"7344afc5-f9cc-4dd5-82a4-da5b09bef42f","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"1341f8be-08e4-496d-83d1-5abe377ac97f","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"0dd944ac-7949-4840-a7ae-7a9651f0fd71","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"e7cf510a-f59b-4955-b031-3394b210f069"}],"id":"425aa1aa-c17f-4e64-b81c-05bb16119cf8","description":"<p>Use sequential phone methods for a single contact at a time.</p>\n<ul>\n<li><p>Call <code>score.phone.validation.total</code> when you need all validation results without scoring.</p>\n</li>\n<li><p>Call individual validation methods when you only need one specific service.</p>\n</li>\n<li><p>Call <code>score.phone.scoring.accessibility</code> when you only need the accessibility or contactability score.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6bf4b77c-983f-4556-bb83-bf8c79237da7","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"5e467b7d-9a2e-4170-839a-06e63e7134e6","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"425aa1aa-c17f-4e64-b81c-05bb16119cf8"},{"name":"2.3 Sequential email validation","item":[{"name":"score.email.validation","id":"a8f3ff53-97fc-4448-9c28-6538a60d7e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Validate email and ensure deliverability.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Email address to validate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"8e0ca9d1-7452-4a0d-ad92-053c61f5dfed","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"technical_info\": {\n            \"smtp_provider\": \"smtp_provider_name\",\n            \"smtp_status_code\": null,\n            \"domain\": \"gmail.com\",\n            \"mx_record\": \"mx.smtp_provider.com\"\n        },\n        \"deliverability\": {\n            \"status\": true,\n            \"sub_status\": {},\n            \"address\": \"user_name@gmail.com\" \n        },\n        \"user_info\": {\n            \"age\": null,\n            \"country\": null,\n            \"username\": \"user.name\",\n            \"name\": \"Name\",\n            \"last_seen\": null,\n            \"gender\": \"gender\",\n            \"tags\": null,\n            \"profile_picture\": null\n        }\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"61f52484-0330-40ac-a026-e0fef8458055","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"email\"\n        },\n        \"message\": \"email is required\"\n    }\n}"},{"id":"66d49ae5-1129-4cf3-a392-03649604baf5","name":"-32602 — Invalid Params : 'email must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"string\"\n        },\n        \"message\": \"email must be string\"\n    }\n}"},{"id":"4521c0fc-c856-4721-8fcd-4d033c42b195","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"e36d670e-8baa-4aa1-9f94-f47349feb8ce","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"2690c784-6dca-4a30-944e-29f162185841","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"a8f3ff53-97fc-4448-9c28-6538a60d7e8f"},{"name":"score.email.tags","id":"bda92802-e644-431a-95db-197abd56885b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Resolve tags from an email address.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Email address.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"a50ea786-4c1e-4579-bf43-813991c73bdd","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"tags\": [\n            {\n                \"tag_date\": \"YYYY-MM-DD\",\n                \"tag\": \"tag_value\"\n            },\n            {\n                \"tag_date\": \"\",\n                \"tag\": \"tag_value\"\n            }\n\n            // ...\n\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"d62afe82-90e6-4d9a-817a-7f89e8850d9c","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"11b30ce3-9703-426c-880c-1bca25deed7a","name":"-32602 — Invalid Params : 'email must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"string\"\n        },\n        \"message\": \"email must be string\"\n    }\n}"},{"id":"027540f5-7d61-4166-932a-17592a2c50dd","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"7797feb4-c3ca-4c29-af52-aec1cc68cf6d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"0669d3d8-14a9-4aa5-944a-6197d92cb690","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"bda92802-e644-431a-95db-197abd56885b"}],"id":"364eba0c-46f8-4f69-966e-48bdf05967c7","description":"<p>Current sequential email methods cover validation and tags.<br />Use these methods for inbound forms, CRM cleanup on a single record, or lightweight enrichment.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"53741725-d5e4-4b29-b6e9-2b3041ce8e91"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"747c40d0-262a-4490-b09b-fc567da4f72c"}}],"_postman_id":"364eba0c-46f8-4f69-966e-48bdf05967c7"},{"name":"2.4 Projects and audiences","item":[{"name":"2.4.1 Projects","item":[{"name":"projects.create","id":"a61b0a6d-09a7-4cec-986a-48bbd7ac04b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new project. Projects group multiple audiences for one customer, campaign, source, or use case.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Project name.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Project description.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"333c488b-0283-4c7c-a1e4-8fa89eed417d","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 15,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"dbc37730-7a23-4435-bc32-0f8a3b49a867","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"36920392-85bb-4c2c-8037-1ce5164f613f","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": 123,\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"3d2c2794-b676-431d-b3d9-c0832ca662df","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a30df7b5-a592-4831-a44b-04bb340cfbc0","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"a61b0a6d-09a7-4cec-986a-48bbd7ac04b9"},{"name":"projects.list","id":"d59c8273-6072-40e5-b059-4dc47cdb6ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"filter\": \"<object>\",\n        \"status\": \"<enum>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List projects that belong to the current user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Object with filtering parameters. Contains fields:  <br />- <code>name</code> (<em>string</em>): Value for searching by full project name. Search is case-sensitive.  <br />  <br /><strong>Optional parameters</strong>:  <br /><code>filter</code>  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Project status, possible values:  <br />- <code>active</code> : active projects,  <br />- <code>archived</code> : archived projects.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": { // object\n      \"name\": \"any_project_name\" // string\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"af196506-99ab-4d2c-8684-a1616bddfeab","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"limit\": 50,\n        \"total\": 1,\n        \"items\": [\n            {\n                \"created\": 1773136370,\n                \"description\": \"Project Description\",\n                \"id\": 123,\n                \"status\": \"active\",\n                \"user_id\": 11,\n                \"name\": \"Project Name\"\n            }\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"08eb110a-d51c-46de-9f9c-4fd48740e93b","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"status must be enum\"\n    }\n}"},{"id":"a8ec5b78-a3c2-4729-abef-4bb2bafe2a33","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"data\": {\n                    \"name\": \"string\"\n                },\n                \"type\": \"object\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"526d0c1e-8cb1-4462-a911-341a81afb26f","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"8d3c072a-ca73-4e21-9c9d-26fcce96a057","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"d59c8273-6072-40e5-b059-4dc47cdb6ee2"},{"name":"projects.get","id":"56c0a76f-7f07-4417-ac2f-ae4c569d6c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get project details by ID.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"235f111e-4c5b-4008-b418-367f6e08a586","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet project details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"name\": \"Project Name\",\n        \"user_id\": 11,\n        \"id\": 123,\n        \"status\": \"active\",\n        \"description\": \"Project Description\",\n        \"created\": 1773136370\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}\n"},{"id":"5f23d4f9-7277-4cdc-98eb-84e0ec186185","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet project details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"id is required\",\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"76ca33e9-0f87-409a-a4e6-dde74d2a80dd","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet project details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c944df7c-a99c-4089-abe1-47a829360c5a","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"56c0a76f-7f07-4417-ac2f-ae4c569d6c0b"},{"name":"projects.update","id":"5e9829db-d264-46f0-9215-5b1cb042d2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"description\": \"<string>\",\n        \"status\": \"<enum>\",\n        \"name\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Update project metadata or status.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>New project name.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>New project description.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Project status, possible values:  <br />- <code>active</code> : active projects,  <br />- <code>archived</code> : archived projects.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"4cb40986-c5ee-491b-b399-29b02a6c32d0","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"5d2d459d-1ffc-4fcf-8b0e-9b457e8570ff","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"8e47ef5a-176a-437c-99c5-166302f25af5","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"status must be enum\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"type\": \"enum\",\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ]\n            }\n        }\n    }\n}"},{"id":"d0395e5a-ca5c-4268-a2ed-b5e5530c0050","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": 1234,\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"name\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"d3a2710c-bde1-4edb-a304-2ff4b603d5a8","name":"-32602 — Invalid Params : 'description must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": 1234,\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"description\"\n        },\n        \"message\": \"description must be string\"\n    }\n}"},{"id":"d3fe88e2-2c21-4ca5-9860-95d6a4890ee3","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"da8f1788-80d8-461a-bb8a-533447f26b5d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"5e9829db-d264-46f0-9215-5b1cb042d2ca"},{"name":"projects.remove","id":"e60c882b-b06d-40f0-a5cd-c5d8f4cc33b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Removes a project by moving it to the archive. The project status changes to <code>archived</code>.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td>Yes</td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"136bdd5a-a7ee-4f8c-934e-bbd8ad5b7699","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove a project and all audiences inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"886b8eb7-abce-4b3c-af17-4dfa1b572518","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove a project and all audiences inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"75ff91c5-990e-4cb6-819b-f6b378ecca80","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove a project and all audiences inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"e577bce5-f921-474d-b010-9076c72fc4d8","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"e60c882b-b06d-40f0-a5cd-c5d8f4cc33b4"}],"id":"21dcd46a-7c48-449a-a885-99edc30ead5d","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"bda77302-c4f6-4e59-96a7-6bba9461b3a4","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"00d18ca3-b1f5-4041-bed6-1488d0f482bd","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"21dcd46a-7c48-449a-a885-99edc30ead5d","description":""},{"name":"2.4.2 Audiences","item":[{"name":"audiences.create","id":"cc09f4b9-a954-4ac1-9e55-155ced690b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": \"<int>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string>\",\n        \"file\": \"<string>\",\n        \"contacts_exclude\": \"<string>\",\n        \"file_exclude\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"email_column\": \"<int[]>\",\n        \"telegram_column\": \"<int>\",\n        \"whatsapp_column\": \"<int>\",\n        \"instagram_column\": \"<int>\",\n        \"facebook_column\": \"<int>\",\n        \"location_column\": \"<int>\",\n        \"carrier_column\": \"<int>\",\n        \"country_column\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"sep\": \"<string>\",\n        \"geo_iso_code\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new audience — empty, linked to an uploaded file, or with a direct list of contacts</p>\n<h2 id=\"example-csv-file\">Example CSV file</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>phone;email;tg\n+00000000000; user0@example.com ;@user0\n+00000000000;user0@example .com;\n00000000000;user0@example.com;@user0\n+0 (000) 000-0000;user0@example.com;\n+00000000001;user1@example.com;@user1\n00000000002;;@user2\n+0 000 000-00-03;user3@example.com;\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience name.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>file_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to exclude contacts from an audience.</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the uploaded file.  <br />  <br />Possible values:  <br />-- <code>\"semicolon\"</code> — semicolon (<code>;</code>)  <br />-- <code>\"comma\"</code> — comma (<code>,</code>)  <br />-- <code>\"whitespace\"</code> — space character ( )  <br />-- a custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to add contacts.  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>contacts_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to exclude (subtraction).  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with phone numbers.</td>\n</tr>\n<tr>\n<td><code>email_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with email addresses.</td>\n</tr>\n<tr>\n<td><code>telegram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Telegram accounts.</td>\n</tr>\n<tr>\n<td><code>whatsapp_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with WhatsApp accounts.</td>\n</tr>\n<tr>\n<td><code>instagram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Instagram accounts.</td>\n</tr>\n<tr>\n<td><code>facebook_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Facebook accounts.</td>\n</tr>\n<tr>\n<td><code>location_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with location names.</td>\n</tr>\n<tr>\n<td><code>carrier_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with carrier names.</td>\n</tr>\n<tr>\n<td><code>country_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with country names.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>Flag to enable duplicate contact removal after normalization. Duplicate removal is performed based on phone numbers and email addresses.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2\n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"tg_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"e5711d05-13dc-495a-91e4-a3fd4c949377","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 851,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"501d8cac-2096-48fa-9a8d-ce3c1d585d89","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        },\n        \"message\": \"name is required\",\n        \"code\": -32602\n    }\n}"},{"id":"609811d5-d8e9-4ba5-8082-3981b54b8ea2","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\",\n        \"code\": -32602\n    }\n}"},{"id":"62d272db-aca7-41c6-a20f-5fb057b7c970","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": 123456,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"187a69f7-5aec-43b9-9b8f-13afb6b5d59a","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": 1,\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"sep\",\n            \"type\": \"string\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"1290d8b8-aa1e-4544-8433-df01ee7c61f5","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": \"a\",\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"data\": {\n                    \"field_id\": \"int\",\n                    \"column\": \"int\"\n                },\n                \"type\": \"object[]\"\n            }\n        },\n        \"message\": \"matching must be object[]\",\n        \"code\": -32602\n    }\n}"},{"id":"605826b5-0137-4a0f-91bf-0db874489403","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts\": 00000000001,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        },\n        \"message\": \"contacts must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"9321d666-b377-46c7-a280-9b714496c51f","name":"-32602 — Invalid Params : 'contacts_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts_exclude\": 00000000001,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"de9a0a03-4aed-493b-b7c7-aa82494c093f","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": 123456,\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"c871ece5-a5ab-420d-8c76-3e5ba384f437","name":"-32602 — Invalid Params : 'file_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"file_exclude\": 123456,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"8d6c4bd7-9cee-412b-8478-251214d06c74","name":"-32602 — Invalid Params : 'email_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": 2,\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"email_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"email_column\"\n        }\n    }\n}"},{"id":"c0198733-fdfb-44f4-ba85-da60433505ef","name":"-32602 — Invalid Params : 'phone_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": 1,\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"phone_column\"\n        }\n    }\n}"},{"id":"2517f89c-c547-43a2-8758-76f96346d19a","name":"-32602 — Invalid Params : 'geo_iso_code'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": 1,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"43517458-6ddf-4e96-9692-f665edfce042","name":"-32602 — Invalid Params : 'remove_duplicates must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": 0\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"remove_duplicates must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"boolean\",\n            \"field\": \"remove_duplicates\"\n        }\n    }\n}"},{"id":"b7f7b56f-b1f8-4d1c-85ab-73a1e60033fe","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"f79e90e7-1079-419d-b667-dccac369396e","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"149a3c09-e9b2-4a69-ac54-53108f7321a4","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"cc09f4b9-a954-4ac1-9e55-155ced690b5f"},{"name":"audiences.list","id":"10fbdd43-2f68-4567-8fc1-ef2f5e4c43ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": \"<int>\",\n        \"sort\": \"<object>\",\n        \"filter\": \"<object>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"status\": \"<enum>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List all audiences for the current user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Audience status. Possible values: <code>active</code>, <code>archived</code>.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Sorting parameters. An object with the following fields:  <br />  <br />- <code>name</code> (<em>enum</em>): Field to sort by:  <br />- <code>id</code> — identifier  <br />-- <code>created</code> — creation date  <br />-- <code>name</code> — name  <br />-- <code>updated</code> — update date  <br />  <br />- <code>direction</code> (<em>enum</em>): Sort order:  <br />-- <code>ASC</code> — ascending  <br />-- <code>DESC</code> — descending  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Filtering parameters. An object with the following fields:  <br />  <br />- <code>create</code> (<em>object</em>): Creation date range:  <br />-- <code>start</code> (<em>int</em>) — start of the period (Unix timestamp)  <br />-- <code>end</code> (<em>int</em>) — end of the period (Unix timestamp)  <br />  <br />- <code>context</code> (<em>string</em>): Search by context from custom or system fields.  <br />  <br />- <code>type</code> (<em>string[]</em>): Contact types to include. Possible values:  <br />-- <code>initial</code> — raw data before processing  <br />-- <code>scoring</code> — contacts that passed scoring  <br />  <br />- <code>update</code> (<em>object</em>): Update date range -- <code>start</code> (<em>int</em>) — start of the period (Unix timestamp)  <br />-- <code>end</code> (<em>int</em>) — end of the period (Unix timestamp)  <br />  <br />See example below.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>sort</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"sort\": {\n      \"name\": \"created\", // enum\n      \"direction\": \"DESC\" // enum\n    }\n\n</code></pre>\n<p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": {\n    \"create\": { // object\n        \"start\": 0, // int, UNIX timestamp\n        \"end\": 1 // int, UNIX timestamp\n    },\n    \"context\": \"email\", // string\n    \"type\": [ // string[]\n        \"initial\", // string\n        \"scoring\", // string\n    ], \n    \"update\": { // object\n        \"start\": 0, // int, UNIX timestamp\n        \"end\": 1 // int, UNIX timestamp\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 29,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"64973cd9-428d-4ab6-897c-7dcde240c78e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 29,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"updated\": 1773226832,\n                \"user_id\": 11,\n                \"size\": {\n                    \"total\": 1\n                },\n                \"allow_delete\": true,\n                \"contacts_status\": {\n                    \"inactive\": 1,\n                    \"active\": 0\n                },\n                \"name\": \"audience_name\",\n                \"score_total\": 0,\n                \"created\": 1773226632,\n                \"update_system_fields\": false,\n                \"parent_id\": 855,\n                \"id\": 856,\n                \"status\": \"active\",\n                \"project_id\": 29,\n                \"scoring\": {\n                    \"phone.validation.instagram\": false,\n                    \"email.validation\": false,\n                    \"phone.validation.facebook\": false,\n                    \"phone.validation.whatsapp\": false,\n                    \"phone.scoring.accessibility\": false,\n                    \"email.tags\": false,\n                    \"phone.validation.mnp\": true,\n                    \"phone.validation\": false,\n                    \"phone.tags\": false,\n                    \"phone.validation.telegram\": false\n                },\n                \"type\": [\n                    \"scoring\"\n                ]\n            }\n        ],\n        \"total\": 89,\n        \"limit\": 1\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}\n"},{"id":"1d56e388-fa85-48b3-846d-77cca53638a0","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"message\": \"project_id is required\",\n        \"code\": -32602\n    }\n}"},{"id":"fdf8eba1-b8b5-4be7-9132-0e6c4acd4f54","name":"-32602 — Invalid Params : 'sort must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1,\n        \"sort\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"data\": {\n                    \"direction\": {\n                        \"options\": [\n                            \"ASC\",\n                            \"DESC\"\n                        ],\n                        \"type\": \"enum\"\n                    },\n                    \"name\": {\n                        \"options\": [\n                            \"id\",\n                            \"created\",\n                            \"name\",\n                            \"updated\"\n                        ],\n                        \"type\": \"enum\"\n                    }\n                },\n                \"type\": \"object\"\n            },\n            \"field\": \"sort\"\n        },\n        \"code\": -32602,\n        \"message\": \"sort must be object\"\n    }\n}"},{"id":"147ea632-042c-4def-92cd-f1be2205fa6e","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1,\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"data\": {\n                    \"create\": {\n                        \"data\": {\n                            \"end\": \"int\",\n                            \"start\": \"int\"\n                        },\n                        \"type\": \"object\"\n                    },\n                    \"context\": \"string\",\n                    \"type\": {\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ],\n                        \"type\": \"string[]\"\n                    },\n                    \"update\": {\n                        \"data\": {\n                            \"end\": \"int\",\n                            \"start\": \"int\"\n                        },\n                        \"type\": \"object\"\n                    }\n                },\n                \"type\": \"object\"\n            },\n            \"field\": \"filter\"\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"d9d42f8a-2992-4251-ad9f-05b49f239205","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            },\n            \"field\": \"status\"\n        },\n        \"message\": \"status must be enum\",\n        \"code\": -32602\n    }\n}"},{"id":"bfb93666-be89-4ca9-8c87-2d0a41c8f2a8","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"4b5fff69-0b35-4e09-91ae-d425f865f77d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 29,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"10fbdd43-2f68-4567-8fc1-ef2f5e4c43ac"},{"name":"audiences.get","id":"2f9e10da-a2e0-4818-a8cf-568a6e892c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get audience details by identifier.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 856,\n        \"project_id\": 29\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"03fc87eb-c531-452a-97e4-06614a50adeb","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 856,\n        \"project_id\": 29\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"name\": \"audience_name\",\n        \"created\": 1773226632,\n        \"user_id\": 11,\n        \"updated\": 1773226832,\n        \"status\": \"active\",\n        \"type\": [\n            \"scoring\"\n        ],\n        \"parent_id\": 855,\n        \"id\": 856,\n        \"project_id\": 29,\n        \"update_system_fields\": false,\n        \"scoring\": {\n            \"phone.validation.instagram\": false,\n            \"email.validation\": false,\n            \"phone.validation.facebook\": false,\n            \"phone.validation.whatsapp\": false,\n            \"phone.scoring.accessibility\": false,\n            \"email.tags\": false,\n            \"phone.validation.mnp\": true,\n            \"phone.validation\": false,\n            \"phone.tags\": false,\n            \"phone.validation.telegram\": false\n        },\n        \"total\": 1\n    }\n}"},{"id":"b0987b1a-3e2b-4114-8e97-8c6f9102467a","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        },\n        \"code\": -32602,\n        \"message\": \"id is required\"\n    }\n}"},{"id":"68e88e41-0cf1-4ca3-b917-41760f0e75cd","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"code\": -32602,\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"c5d9ea9c-2eec-4a46-9ae2-be32d6e98453","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"08051624-69bc-46ec-a33c-c9571a1e12c5","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 856,\n        \"project_id\": 29\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"2f9e10da-a2e0-4818-a8cf-568a6e892c79"},{"name":"audiences.update","id":"69090bc5-1f84-4060-be75-d3199ff69a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"name\": \"<string>\",\n        \"status\": \"<enum>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Updates an existing audience's name or status (<code>active</code> / <code>archived</code>).</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>New audience name.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Audience status: <code>active</code> or <code>archived</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"953a947b-2fd8-4305-aa4a-77080e6abed4","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"db08b7e2-9e6f-4b6a-91c0-02e72f042e7e","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"f959f659-8271-4d75-9cd3-6fa42e9a648a","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"2599d387-1610-4aa6-8d17-a162013167f4","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"status must be enum\"\n    }\n}"},{"id":"c107b231-e223-4586-82f3-72789a7ba0d7","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": 321,\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"dd05d5fe-bc5b-4497-bf76-2e8e505c0c37","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"0060ad70-8939-49c4-8640-655cafcbdb6f","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified audience 'id' is currently in 'pending' status and cannot be modified."},{"id":"c1ce0b24-2d81-4e00-8926-fd05c944f7e0","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"69090bc5-1f84-4060-be75-d3199ff69a29"},{"name":"audiences.copy","id":"72677796-66c9-46cb-8f8d-d181c04f863e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a copy of an existing audience.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int</code></td>\n<td><code>Yes</code></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><code>Yes</code></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"931d0c40-e24f-4d60-9745-46295c3723e6","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 85,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"617addaa-da0e-42a6-a873-064f1717c89a","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        },\n        \"message\": \"audience_id is required\"\n    }\n}"},{"id":"ef8d331a-9c0a-4988-b7e1-acb09224c9ff","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"f9577d62-564a-469b-b41e-a7e7d8d5d61a","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"0c399367-2f4e-4b14-b904-802fa9b547cb","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"72677796-66c9-46cb-8f8d-d181c04f863e"},{"name":"audiences.remove","id":"c14a165d-ce7e-49e3-b4da-00bcfcca4d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Moves an audience to the archive (soft delete). Its status changes to <code>archived</code>.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"9c9f5a32-6252-4de2-8633-a2483e6f924e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"32cd49cc-e045-437c-a3a6-5bceb0fa8f1b","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"56ad219c-a8db-4e39-b66a-37d8d3ece8e6","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"9531d224-c5ce-4393-b7f4-f5675e9b91d1","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"83e15573-b8ab-4bc5-9611-56a5d7a06128","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified audience 'id' is currently in 'pending' status and cannot be modified."},{"id":"29d2b017-8dcb-466a-acb5-2c5be7a510d4","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"c14a165d-ce7e-49e3-b4da-00bcfcca4d18"}],"id":"c5802ada-1624-4324-821c-b64c1e9bc45d","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5e6536dd-9323-43db-b43f-2962dfca276b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"cca71e17-af73-42c0-bd8e-63c716dbd171","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"c5802ada-1624-4324-821c-b64c1e9bc45d","description":""}],"id":"4228d3b4-782f-40df-83cb-8f09b7f15cb9","description":"<p>Projects group multiple audiences that belong to the same customer, campaign, source, market, or workflow.</p>\n<p>Audiences are batch containers used for uploaded files and larger contact lists.<br />Use this workflow to create, inspect, update, copy, and remove projects and audiences.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"430f7ab7-416b-40d6-a501-4e8e4f4c9781"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"46f348ac-d986-4509-bdb0-cddda37f720d"}}],"_postman_id":"4228d3b4-782f-40df-83cb-8f09b7f15cb9"},{"name":"2.5 Batch phone validation (file)","item":[{"name":"projects.list","id":"37147228-6743-43c7-ad7c-0ec8840a503e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"filter\": \"<object>\",\n        \"status\": \"<enum>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List projects that belong to the current user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Object with filtering parameters. Contains fields:  <br />- <code>name</code> (<em>string</em>): Value for searching by full project name. Search is case-sensitive.  <br />  <br /><strong>Optional parameters</strong>:  <br /><code>filter</code>  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Project status, possible values:  <br />- <code>active</code> : active projects,  <br />- <code>archived</code> : archived projects.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": { // object\n      \"name\": \"any_project_name\" // string\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"e72223b1-e25a-4a18-94d5-6792e8c027a0","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"limit\": 50,\n        \"total\": 1,\n        \"items\": [\n            {\n                \"created\": 1773136370,\n                \"description\": \"Project Description\",\n                \"id\": 123,\n                \"status\": \"active\",\n                \"user_id\": 11,\n                \"name\": \"Project Name\"\n            }\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"99784ede-a39a-4865-aa70-44b9b5475f77","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"status must be enum\"\n    }\n}"},{"id":"70c086a7-a1df-40ba-91d8-b82eef07ce1b","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"data\": {\n                    \"name\": \"string\"\n                },\n                \"type\": \"object\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"bfb35896-ec30-48e5-a58a-5f3cf94cd98e","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"84dc4398-7de5-49cd-860d-2d3f7be6b03a","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"37147228-6743-43c7-ad7c-0ec8840a503e"},{"name":"projects.create","id":"7000dd06-5f98-4122-880c-884f9ff50b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new project. Projects group multiple audiences for one customer, campaign, source, or use case.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Project name.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Project description.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"3ae36887-a3d2-4d49-8ecf-8d8624c22817","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 15,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"a92c66d7-245f-450e-b840-81a28b35d3b4","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"67650598-547a-4905-bfc9-00789c771a35","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": 123,\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"5060389a-c219-4111-9299-5bf7d6e5a0fb","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"9dcdbbb7-7a7f-4fd3-b5d1-6bd0c398037e","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"7000dd06-5f98-4122-880c-884f9ff50b01"},{"name":"/upload","id":"502eee99-c634-4716-b483-585885012700","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true,"host":true,"content-length":true,"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"<p>Your API key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"<p>Example: '<code>/path/to/dataset_name.csv;type={MIME-type}</code>'</p>\n<p>Always specify the MIME type when using curl by appending <code>;type=&lt;MIME_TYPE&gt;</code> to the file path. This ensures the server correctly identifies the file format.</p>\n<p>Use the following MIME types for supported formats:</p>\n<p>-- '<code>.csv</code>' or '<code>.tsv</code>' → <code>text/csv</code></p>\n<p>-- '<code>.txt</code>' → <code>text/plain</code></p>\n<p>-- '<code>.xls</code>' → <code>application/vnd.ms-excel</code></p>\n<p>-- '<code>.xlsx</code>' or '<code>.xlsb</code>' → <code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></p>\n<p>If you copy a cURL command, it may omit the '<code>;type={MMIME-type}</code>' part. </p>\n<p>If your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.</p>\n","value":"/path/to/file","contentType":"{MIME-type}"}]},"url":"https://api.scoremachine.ai/upload","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Upload a file for batch audience creation or contact import. The response returns text with server-side file paths.</p>\n<h3 id=\"notes\">Notes</h3>\n<p>The response body is text returned with <code>Content-Type: text/plain; charset=utf-8</code>. Use the returned <code>path</code> value in methods such as <code>audiences.create</code>, <code>audiences.contacts.add</code>, <code>audiences.contacts.preview</code>, and other batch workflows.</p>\n<h3 id=\"key-features\"><strong>Key features</strong></h3>\n<ul>\n<li><p><strong>Instant path generation</strong> — Returned paths work immediately in subsequent API calls</p>\n</li>\n<li><p><strong>UTF-8 required</strong> — Files must use UTF-8 encoding (non-UTF-8 content may processing failures)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"supported-file-formats\"><strong>Supported File Formats</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Format</strong></th>\n<th><strong>Extension</strong></th>\n<th><strong>MIME Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Text</td>\n<td><code>.txt</code></td>\n<td><code>text/plain</code></td>\n<td>Plain text (newline-delimited '<code>\\n</code>' contacts), custom separator delimited values</td>\n</tr>\n<tr>\n<td>CSV</td>\n<td><code>.csv</code></td>\n<td><code>text/csv</code></td>\n<td>Plain text data format separated by comma/semicolon '<code>,</code>'/'<code>;</code>' character</td>\n</tr>\n<tr>\n<td>TSV</td>\n<td><code>.tsv</code></td>\n<td><code>text/csv</code></td>\n<td>Plain text data format separated by a tab '<code>\\t</code>' character</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xls</code></td>\n<td><code>application/vnd.ms-excel</code></td>\n<td>Legacy Excel binary format (<code>.xls</code>)</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xlsx</code></td>\n<td><code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></td>\n<td>Modern Excel Open XML format (<code>.xlsx</code>)</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xlsb</code></td>\n<td><code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></td>\n<td>Excel Binary Spreadsheet format (<code>.xlsb</code>)</td>\n</tr>\n<tr>\n<td>Other file formats</td>\n<td>--</td>\n<td>--</td>\n<td>Not supported</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"critical-curl-requirement\"><strong>Critical curl requirement</strong></h3>\n<p>Always append <code>;type=</code> to file paths in <code>-F</code> parameters. Omission causes <code>500 unknown file format</code> errors.</p>\n<p><strong>Correct Example</strong>: <code>-F 'file=\"dataset_name.csv\";type=text/csv'</code></p>\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>multipart/form-data</code>  <br /><em><strong>required</strong></em></td>\n<td>File to upload. Must match supported formats.  <br />  <br />Original filename preserved in response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>Returns array of uploaded file metadata objects:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"dataset_name.csv\",\n    \"type\": \"csv\",\n    \"path\": \"/upload/00/0/0/0x00xx0.csv\"\n  }\n]\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Original filename from upload.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>string</code></td>\n<td>Detected extension.</td>\n</tr>\n<tr>\n<td><code>path</code></td>\n<td><code>string</code></td>\n<td><strong>Critical</strong>: Use this exact value in file parameters of other methods.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["upload"],"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"3855942b-19df-4392-a459-61fea9521f11","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"Your API key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","value":"/path/to/file","contentType":"{MIME-type}"}]},"url":"https://api.scoremachine.ai/upload"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\"path\":\"\\/upload\\/0\\/00\\/0\\/000x0x00.csv\",\"name\":\"dataset_name.csv\",\"type\":\"csv\"}]"},{"id":"bf2eb002-6cdc-4afb-a0cb-8fd2e914e544","name":"Internal Server Error -- Unknown File Format","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"Your API key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","contentType":"","value":"/path/to/file"}]},"url":"https://api.scoremachine.ai/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\"error\":500,\"message\":\"unknown file format\",\"type\":\"application\\/octet-stream\"}\n\n// Error: Missing MIME Type. Always specify MIME type with ';type=<MIME_TYPE>' in curl uploads.\n// CORRECT: '/path/to/file;type={MIME-type}'"},{"id":"bd07168e-bed4-4d3a-a0e1-f54606873c80","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json; charset=utf-8","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","contentType":"{MIME-type}","value":"/path/to/file"}]},"url":"https://api.scoremachine.ai/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"502eee99-c634-4716-b483-585885012700"},{"name":"audiences.contacts.preview","id":"3c896dc7-af07-4dcd-8e49-7f0f1634feba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"<string>\",\n        \"raw_row\": \"<boolean>\",\n        \"sep\": \"<string>\"\n        \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Preview the first rows of a file before creating an audience or importing contacts.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Path to an uploaded file (returned by <code>POST /upload</code>).</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the file.  <br />  <br />Possible values:  <br />- \"<code>semicolon</code>\" — semicolon (<code>;</code>)  <br />- \"<code>comma</code>\" — comma (<code>,</code>)  <br />- \"<code>whitespace</code>\" — space character ( )  <br />- A custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>raw_row</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, returns raw file rows without any processing or normalization (as-is).  <br />  <br />If <code>false</code> or omitted, rows are shown after applying parsing.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"70fe5ad8-4088-4914-9983-73445f4c8243","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        [\n            \"00000000000\",\n            \"user0@example.com\",\n            \"\"\n        ],\n        [\n            \"00000000001\",\n            \"user1@example.com\",\n            \"@user1\"\n        ],\n        [\n            \"00000000002\",\n            \"\",\n            \"@user2\"\n        ]\n\n        // ...\n\n    ],\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"5b9a5f38-f317-426d-9513-883465d970d5","name":"-32602 — Invalid Params : 'file is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"file\"\n        },\n        \"message\": \"file is required\",\n        \"code\": -32602\n    }\n}"},{"id":"4847d769-b802-4836-9a6b-c2ce7654ef82","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": 123,\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"file\"\n        },\n        \"message\": \"file must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"50f426af-c6a8-4a6c-8ae9-7638db51c595","name":"-32602 — Invalid Params : 'raw_row must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": 1,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"raw_row must be boolean\",\n        \"data\": {\n            \"field\": \"raw_row\",\n            \"type\": \"boolean\"\n        },\n        \"code\": -32602\n    }\n}"},{"id":"01f7936c-c7d3-4288-9bf8-e8116496197b","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nPreview the first rows of a file before creating an audience or importing contacts.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `file` | `string` | Yes | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator. |\n| `limit` | `integer` | No | Number of rows to preview. The backend usually returns the first 10 rows. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/upload/0/0/0/example.csv\",\n        \"sep\": \";\",\n        \"limit\": 10\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"sep\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"4833533d-2450-4797-87cd-4deb6f5b2f88","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nPreview the first rows of a file before creating an audience or importing contacts.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `file` | `string` | Yes | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator. |\n| `limit` | `integer` | No | Number of rows to preview. The backend usually returns the first 10 rows. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/upload/0/0/0/example.csv\",\n        \"sep\": \";\",\n        \"limit\": 10\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"4c4bc476-cb00-4437-ac95-5ca66cacf922","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"3c896dc7-af07-4dcd-8e49-7f0f1634feba"},{"name":"audiences.create","id":"5a6f27f9-385b-4a27-8f14-90df3ca0f302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": \"<int>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string>\",\n        \"file\": \"<string>\",\n        \"contacts_exclude\": \"<string>\",\n        \"file_exclude\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"email_column\": \"<int[]>\",\n        \"telegram_column\": \"<int>\",\n        \"whatsapp_column\": \"<int>\",\n        \"instagram_column\": \"<int>\",\n        \"facebook_column\": \"<int>\",\n        \"location_column\": \"<int>\",\n        \"carrier_column\": \"<int>\",\n        \"country_column\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"sep\": \"<string>\",\n        \"geo_iso_code\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new audience — empty, linked to an uploaded file, or with a direct list of contacts</p>\n<h2 id=\"example-csv-file\">Example CSV file</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>phone;email;tg\n+00000000000; user0@example.com ;@user0\n+00000000000;user0@example .com;\n00000000000;user0@example.com;@user0\n+0 (000) 000-0000;user0@example.com;\n+00000000001;user1@example.com;@user1\n00000000002;;@user2\n+0 000 000-00-03;user3@example.com;\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience name.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>file_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to exclude contacts from an audience.</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the uploaded file.  <br />  <br />Possible values:  <br />-- <code>\"semicolon\"</code> — semicolon (<code>;</code>)  <br />-- <code>\"comma\"</code> — comma (<code>,</code>)  <br />-- <code>\"whitespace\"</code> — space character ( )  <br />-- a custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to add contacts.  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>contacts_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to exclude (subtraction).  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with phone numbers.</td>\n</tr>\n<tr>\n<td><code>email_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with email addresses.</td>\n</tr>\n<tr>\n<td><code>telegram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Telegram accounts.</td>\n</tr>\n<tr>\n<td><code>whatsapp_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with WhatsApp accounts.</td>\n</tr>\n<tr>\n<td><code>instagram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Instagram accounts.</td>\n</tr>\n<tr>\n<td><code>facebook_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Facebook accounts.</td>\n</tr>\n<tr>\n<td><code>location_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with location names.</td>\n</tr>\n<tr>\n<td><code>carrier_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with carrier names.</td>\n</tr>\n<tr>\n<td><code>country_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with country names.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>Flag to enable duplicate contact removal after normalization. Duplicate removal is performed based on phone numbers and email addresses.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2\n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"tg_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"1bc4a993-8d47-477b-a8f8-76a9ceaac730","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 851,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"f7e76550-2a88-4843-9ecc-c427f3ef1a90","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        },\n        \"message\": \"name is required\",\n        \"code\": -32602\n    }\n}"},{"id":"140e1bd5-c4c8-4e27-9fed-4f5c14ae8d44","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\",\n        \"code\": -32602\n    }\n}"},{"id":"035dd259-fa1b-441f-a7fa-a6a814ad75e1","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": 123456,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"95b6d224-8c8c-4e12-be73-ab97e471a6b5","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": 1,\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"sep\",\n            \"type\": \"string\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"0e18940c-9f0e-4fad-88a9-5939936f3bef","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": \"a\",\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"data\": {\n                    \"field_id\": \"int\",\n                    \"column\": \"int\"\n                },\n                \"type\": \"object[]\"\n            }\n        },\n        \"message\": \"matching must be object[]\",\n        \"code\": -32602\n    }\n}"},{"id":"d6351197-4bc6-440d-b669-4853d8af3149","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts\": 00000000001,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        },\n        \"message\": \"contacts must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"229677ea-5717-4390-ba79-99fdd8976a1c","name":"-32602 — Invalid Params : 'contacts_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts_exclude\": 00000000001,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"60ee83f7-808a-4e1b-87c2-e83275497078","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": 123456,\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"f8c28faa-c448-4cee-bb0a-65ca3e0129ed","name":"-32602 — Invalid Params : 'file_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"file_exclude\": 123456,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"29cfaf6a-546c-4b8b-8fc7-76d86f229c0f","name":"-32602 — Invalid Params : 'email_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": 2,\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"email_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"email_column\"\n        }\n    }\n}"},{"id":"396f9edd-d379-4869-9cdd-a1b639562136","name":"-32602 — Invalid Params : 'phone_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": 1,\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"phone_column\"\n        }\n    }\n}"},{"id":"3e0fc8dc-7393-4f25-b4fc-4c52a7afb9cf","name":"-32602 — Invalid Params : 'geo_iso_code'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": 1,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"0445b95b-f5ad-47d4-bf21-7c0f1bbe5546","name":"-32602 — Invalid Params : 'remove_duplicates must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": 0\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"remove_duplicates must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"boolean\",\n            \"field\": \"remove_duplicates\"\n        }\n    }\n}"},{"id":"05a9263f-62ad-40af-99c7-a1733aeab83f","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c5add31b-f9e3-463c-aeaa-ae6e140df822","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"7ecfedf4-7dc2-46d2-b0ad-4284a7b61f4a","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"5a6f27f9-385b-4a27-8f14-90df3ca0f302"},{"name":"audiences.contacts.add","id":"4a13100b-d563-4691-af56-7c31476585bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"file\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"contacts\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Adds contacts to an existing audience. Contacts can be provided directly in the request or imported from an uploaded file.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers, one per line.  <br />  <br />Multiple numbers are separated by <code>\\n</code>.  <br />  <br />Format: E.164, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column containing phone numbers.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, removes duplicate contacts after normalization based on phone numbers.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"c0d2d3d9-c514-463b-94d5-28b12cc27945","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"774384ae-726a-4b0f-bdd1-73cc31e87ef7","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"710e9705-f145-4f21-a073-a3623e5f5b42","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"5a5d3840-8422-4cc8-9af1-47cdd3f81704","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": \"/path/to/file\",\n        \"matching\": \"a\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"type\": \"object[]\",\n                \"data\": {\n                    \"column\": \"int\",\n                    \"field_id\": \"int\"\n                }\n            }\n        },\n        \"message\": \"matching must be object[]\"\n    }\n}"},{"id":"bec6fe64-5879-4312-aa5b-173c951ef462","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": 00000000001\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"ee9c592d-74fb-4df6-91a4-c8113048754f","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"file must be string\",\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"003c8344-759e-4602-be28-ef3f20673298","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nAdd contacts to an existing audience. Contacts can be sent inline or imported from an uploaded file path.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Inline list of contacts to append. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator for uploaded file import. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\",\n                \"email\": \"lead@example.com\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a717d82a-b723-4c85-8ac5-47ba1a302037","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": \"/path/to/file\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nAdd contacts to an existing audience. Contacts can be sent inline or imported from an uploaded file path.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Inline list of contacts to append. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator for uploaded file import. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\",\n                \"email\": \"lead@example.com\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"fbcc31f4-8e7e-4b7d-9ef2-83055a70327d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"4a13100b-d563-4691-af56-7c31476585bc"},{"name":"audiences.score.price","id":"5d87cbf6-a587-432a-aab2-3019ff2b9213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"service_types\": \"<enum[]>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Estimate the price of a batch scoring job before execution.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier to estimate.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>service_types</code></td>\n<td><code>enum[]</code>  <br />  <br /><code>[</code>  <br /><code>phone.validation,</code>  <br /><code>phone.validation.mnp,</code>  <br /><code>phone.validation.whatsapp,</code>  <br /><code>phone.validation.telegram,</code>  <br /><code>phone.validation.instagram,</code>  <br /><code>phone.validation.facebook,</code>  <br /><code>phone.tags,</code>  <br /><code>email.validation,</code>  <br /><code>email.tags,</code>  <br /><code>phone.scoring.accessibility</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Scoring and validation service types to estimate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"fb6d6089-5e86-4c6e-b78f-d28feb4b1121","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 1.23,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"73a4a58d-46d2-426b-a84a-921dee6b022b","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"8f3b7979-1962-47d8-941b-d5a5474dfa80","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"b6f0d51d-e269-48b3-94dc-601da8ebf2c1","name":"-32602 — Invalid Params : 'service_types is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"service_types is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"service_types\"\n        }\n    }\n}"},{"id":"3526df09-6673-40b1-9c38-549c7bb1961f","name":"-32602 — Invalid Params : 'service_types must be enum[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"other\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"service_types must be enum[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": {\n                \"options\": [\n                    \"phone.validation\",\n                    \"phone.validation.mnp\",\n                    \"phone.validation.whatsapp\",\n                    \"phone.validation.telegram\",\n                    \"phone.validation.instagram\",\n                    \"phone.validation.facebook\",\n                    \"phone.tags\",\n                    \"email.validation\",\n                    \"email.tags\",\n                    \"phone.scoring.accessibility\"\n                ],\n                \"type\": \"enum[]\"\n            },\n            \"field\": \"service_types\"\n        }\n    }\n}"},{"id":"a1306257-edb9-4d24-a3c6-0e9da301e6f9","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"76f79505-ff22-400b-b7ac-6ac2a29c4d97","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"5d87cbf6-a587-432a-aab2-3019ff2b9213"},{"name":"audiences.score.start","id":"f03abd6f-1bc8-4583-a3a2-8e88156bfd89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": \"<int[]>\",\n        \"project_id\": \"<int>\",\n        \"type\": \"<enum[]>\",\n        \"update_system_fields\": \"<boolean>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string[]>\",\n        \"geo_iso_codes\": \"<string[]>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Start an asynchronous batch scoring job for an audience. The output is a new audience with scored results.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int[]</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier list to process.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>enum[]</code>  <br />  <br /><code>[</code>  <br /><code>phone.validation,</code>  <br /><code>phone.validation.mnp,</code>  <br /><code>phone.validation.whatsapp,</code>  <br /><code>phone.validation.telegram,</code>  <br /><code>phone.validation.instagram,</code>  <br /><code>phone.validation.facebook,</code>  <br /><code>phone.tags,</code>  <br /><code>email.validation,</code>  <br /><code>email.tags,</code>  <br /><code>phone.scoring.accessibility</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Scoring and validation service types to run.  <br />  <br /><strong>Note</strong>: <code>phone.validation</code> and <code>phone.validation.mnp</code> are mutually exclusive and cannot be used together. All other values can be combined arbitrarily.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string[]</code></td>\n<td>No</td>\n<td>An array of contact SIDs (unique identifiers within the audience) to include in the scoring.  <br />  <br />To retrieve the list of SIDs for an audience, use the <code>audiences.contacts.list</code> method.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Name to assign to the new audience that will contain the scoring results.</td>\n</tr>\n<tr>\n<td><code>update_system_fields</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, overwrites messenger's fields with the values obtained from scoring.</td>\n</tr>\n<tr>\n<td><code>geo_iso_codes</code></td>\n<td><code>string[]</code></td>\n<td>No</td>\n<td>An array of two-letter ISO codes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"77c62457-926a-4a5d-b975-0bd802f9202b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        853,\n        854\n    ],\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"c10558be-720f-45a5-ae7d-5f7ebbcafd1d","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"25d514b1-0bd8-40c9-9014-7f44ae98525a","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"0a3fc35f-d3e0-4a1f-b360-f63004c3d705","name":"-32602 — Invalid Params : 'type is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"type is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"type\"\n        }\n    }\n}"},{"id":"22e58122-fa6a-491c-8dbc-b7ea985f6aba","name":"-32602 — Invalid Params : 'audience_id must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            \"a\"\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id must be int[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"a222d90f-bb02-4ba7-b63b-7454bbbd1163","name":"-32602 — Invalid Params : 'type must be enum[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"other\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"type\",\n            \"type\": {\n                \"type\": \"enum[]\",\n                \"options\": [\n                    \"phone.validation\",\n                    \"phone.validation.mnp\",\n                    \"phone.validation.whatsapp\",\n                    \"phone.validation.telegram\",\n                    \"phone.validation.instagram\",\n                    \"phone.validation.facebook\",\n                    \"phone.tags\",\n                    \"email.validation\",\n                    \"email.tags\",\n                    \"phone.scoring.accessibility\"\n                ]\n            }\n        },\n        \"message\": \"type must be enum[]\"\n    }\n}"},{"id":"80620fe3-bd28-4ecf-88a0-ac382b69146b","name":"-32602 — Invalid Params : 'update_system_fields must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": 1,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"update_system_fields\",\n            \"type\": \"boolean\"\n        },\n        \"message\": \"update_system_fields must be boolean\"\n    }\n}"},{"id":"c53d83af-874f-4e2c-9d9f-731b73c5c107","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"name\": 1234567,\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"3be86e42-a6bc-42f5-90cd-c4ed49518629","name":"-32602 — Invalid Params : 'contacts must be string[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            123\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts must be string[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string[]\",\n            \"field\": \"contacts\"\n        }\n    }\n}"},{"id":"faa02df1-6393-4576-9432-120ccbd64131","name":"-32602 — Invalid Params : 'geo_iso_codes must be string[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            1\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"geo_iso_codes must be string[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string[]\",\n            \"field\": \"geo_iso_codes\"\n        }\n    }\n}"},{"id":"8bb0fb52-92a7-4f3e-8250-8337a52df451","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"55910f9d-4dd4-4aaa-82c5-4617e4ee62b4","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified 'audience_id' is currently in 'pending' status and cannot be modified."},{"id":"a61e2e4a-face-4957-a511-6cc42d4d1118","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"4fc04a4d-7e7c-4653-be25-728e3dcf296f","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"f03abd6f-1bc8-4583-a3a2-8e88156bfd89"},{"name":"audiences.score.status","id":"4087c5ac-12e0-4c89-ac56-288a0fffae82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get the status and results of a batch scoring job.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier returned by <code>audiences.score.start</code>.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"aeae3922-7ac7-4c7c-9fd7-b2e546d66c9b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"action\": {\n            \"timestamp\": 1773346470,\n            \"parent_id\": 856,\n            \"type\": \"scoring\",\n            \"current\": 505,\n            \"total\": 50845\n        },\n        \"status\": \"pending\"\n    }\n}\n\n// Note:\n\n// If the audience is active, the response contains only \"status\": \"active\".\n\n// If the audience is pending (e.g., while loading or for a parent segment from which scoring was started), the response contains only \"status\": \"pending\".\n\n// When scoring is in progress for the audience, the response includes an action object:\n    // \"total\" — total number of contacts in the parent audience.\n    // \"current\" — number of contacts already processed."},{"id":"5921098f-b306-4835-9c48-641a5ec7a6e0","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"b093f376-41fb-47a2-835b-b30d0afc8fd4","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"ebd09304-678c-48d0-8e41-d66f0e857aa0","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3bdf7aee-58bf-467f-8afc-8826f484faf9","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"4087c5ac-12e0-4c89-ac56-288a0fffae82"},{"name":"audiences.export","id":"e54d7ae4-31d6-43cd-8745-f0248a4d956d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"export_format\": \"<enum>\",\n        \"filter\": \"<object>\",\n        \"only_system_fields\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Exports an audience to a file, with optional filtering.</p>\n<p>The response is returned as <code>text/plain</code> in one of the following formats:</p>\n<ul>\n<li><p><code>.xlsx</code> — Excel file</p>\n</li>\n<li><p><code>.csv</code> — UTF-8 encoded CSV with comma (<code>,</code>) as field delimiter</p>\n</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object containing filter criteria. The following fields are supported:  <br />  <br />- <code>context</code> (<em>string</em>): Search by context (e.g., email, phone) from custom or system fields.  <br />  <br />- <code>updated</code> (<em>object</em>): Date range for last update. Contains:  <br />- <code>start</code> (<em>int</em>): Start of the period (Unix timestamp)  <br />- <code>end</code> (<em>int</em>): End of the period (Unix timestamp)  <br />  <br />- <code>type</code> (<em>enum[]</em>): Contact types to include. Possible values:  <br />- <code>initial</code> — raw data before scoring  <br />- <code>scoring</code> — contacts that have been scored  <br />  <br />- <code>carrier</code> (<em>string</em>): Carrier name.  <br />  <br />- <code>location</code> (<em>string</em>): Location name.  <br />  <br />- <code>phone_activity</code> (<em>enum</em>): Phone number activity status. Possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>messengers_validity</code> (<em>enum</em>): Messenger validity status. If a contact is valid in at least one messenger, it is considered active. Possible values: <code>active</code>, <code>inactive</code>.  <br />  <br />- <code>email_activity</code> (<em>enum</em>): Email activity status. Possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>line_type</code> (<em>string</em>): Type of phone line. Possible values:  <br />- <code>shared_cost</code> — shared cost number  <br />- <code>voip</code> — VoIP  <br />- <code>personal_number</code> — personal number  <br />- <code>fixed_line</code> — landline  <br />- <code>mobile</code> — mobile  <br />- <code>unknown</code> — unknown type  <br />- <code>fixed_line_or_mobile</code> — landline or mobile  <br />- <code>voicemail</code> — voicemail  <br />- <code>toll_free</code> — toll‑free number  <br />- <code>uan</code> — universal access number (UAN)  <br />- <code>premium_rate</code> — premium rate number (paid services)  <br />- <code>pager</code> — pager  <br />  <br />- <code>messengers</code> (<em>enum[]</em>): List of messenger types to filter by. This filter works together with messengers_validity. If messengers_validity is set to inactive, the filter returns contacts that do not have the specified messenger(s). Possible values:  <br />- <code>telegram</code> — Telegram  <br />- <code>whatsapp</code> — WhatsApp  <br />- <code>facebook</code> — Facebook  <br />- <code>instagram</code> — Instagram  <br />  <br />- <code>country</code> (<em>string</em>): Country name.  <br />  <br />- <code>country_iso_code</code> (<em>string</em>): Two‑letter ISO code.  <br />  <br />- <code>phone_accessibility</code> (<em>object</em>): Range for phone number accessibility scores (obtained after scoring). If values outside the available range are provided, the result will be clipped to the actual min/max, or be empty if the range does not intersect with the data. Contains:  <br />- <code>min</code> (<em>int</em>): Minimum value  <br />- <code>max</code> (<em>int</em>): Maximum value  <br />  <br />- <code>tags</code> (<em>string[]</em>): filter by contacts associated with tag names.  <br />  <br />- <code>email_info</code> (<em>object</em>): Filter by metadata of email addresses in the segment (audience) that have been scored with type <code>\"email_validation\"</code>. Contains:  <br />-- <code>last_seen</code> (<em>object</em>): Date and time of the user’s last activity:  <br />---- <code>start</code> (<em>int</em>) — Start of the period (Unix timestamp),  <br />---- <code>end</code> (<em>int</em>)— End of the period (Unix timestamp).  <br />-- <code>smtp_provider</code> (<em>string</em>): Name of the SMTP provider.  <br />-- <code>smtp_status_code</code> (<em>int</em>): SMTP server status code.  <br />-- <code>country</code> (<em>string</em>): Country name.  <br />-- <code>domain</code> (<em>string</em>): Domain part of the email address.  <br />-- <code>mx_record</code> (<em>string</em>): MX record of the domain.  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>only_system_fields</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, only system fields are included in the export.</td>\n</tr>\n<tr>\n<td><code>export_format</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>csv,</code>  <br /><code>excel</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Output file format. Possible values:  <br />- <code>csv</code> — CSV file  <br />- <code>excel</code> — Excel file (XLSX)  <br />  <br />If omitted, the default format is XLSX.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": {\n    \"context\": \"context_name\", // string\n    \"updated\": { // object\n        \"start\": 0, // int, Unix timestamp\n        \"end\": 1 // int, Unix timestamp\n    },\n    \"type\": [ // enum[]\n        \"initial\", // string\n        \"scoring\" // string\n    ],\n    \"carrier\": \"carrier_name\", // string\n    \"location\": \"location_name\", // string\n    \"phone_activity\": \"active\", // enum\n    \"messengers_validity\": \"active\", // enum\n    \"email_activity\": \"active\", // enum\n    \"line_type\": \"mobile\", // string\n    \"messengers\": [ // enum[]\n        \"telegram\" // string\n    ],\n    \"country\": \"country_name\", // string\n    \"country_iso_code\": \"xx\", // string\n    \"phone_accessibility\": { // object\n        \"min\": 0, // int\n        \"max\": 1 // int\n    },\n    \"tags\": [ // string[]\n        \"tag_name1\", // string\n        \"tag_name2\" // string\n    ],\n    \"email_info\": { // object\n        \"last_seen\": { // object\n            \"start\": 0, // int\n            \"end\": 1 // int\n        },\n        \"smtp_provider\": \"smtp_provider_name\", // string\n        \"smtp_status_code\": 000, // int\n        \"country\": \"country_name\", // string\n        \"domain\": \"domain.com\", // string\n        \"mx_record\": \"mx.smtp_provider.com\" // string\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"78a87246-0fa3-41f0-85f4-b1a683c89112","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/csv; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"created time,phone,whatsapp,telegram,viber,type,country,location,carrier,name,surname,second_name,birthdate,sex,phone score,phone status,whatsapp valid,telegram valid,facebook valid,instagram valid,timezone,iso code,line type,scoring time,email,sub-statuses,domain,mx record,smtp provider,smtp status code,username,profile picture,last seen,tags\nYYYY-MM-DD HH:MM:SS,00000000001,,,,scoring,country_name,location_name,carrier_name,,,,,,5,active,inactive,active,active,unknown,UTC+0,xx,mobile,YYYY-MM-DD HH:MM:SS,user1@example.com,[],example.com,mx.smtp_provider.com,smtp_provider_name,0,user1,,,\"['tag_name1/YYYY-MM-DD', 'tag_name2/-']\"\nYYYY-MM-DD HH:MM:SS,00000000002,,,,scoring,country_name,location_name,carrier_name,,,,,,6,active,active,active,active,unknown,UTC+0,xx,mobile,YYYY-MM-DD HH:MM:SS,user2@example.com,[],example.com,mx.smtp_provider.com,smtp_provider_name,0,user2,,,\"['tag_name4/YYYY-MM-DD', 'tag_name3/-']\"\n"},{"id":"a06fb4c2-928d-42c7-b98b-f70425757f98","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"520c3f87-dcff-4067-84a2-fb7144ed0dc9","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"28aa56f0-95c7-4387-b746-e6e03354eff0","name":"-32602 — Invalid Params : 'export_format must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"export_format must be enum\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"export_format\",\n            \"type\": {\n                \"options\": [\n                    \"csv\",\n                    \"excel\"\n                ],\n                \"type\": \"enum\"\n            }\n        }\n    }\n}"},{"id":"05fde180-19ed-4a34-89c9-5fc61cc8216b","name":"-32602 — Invalid Params : 'only_system_fields must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\",\n        \"only_system_fields\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"only_system_fields must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"only_system_fields\",\n            \"type\": \"boolean\"\n        }\n    }\n}"},{"id":"2f8f37f5-c31f-46ad-b147-da13d74307f2","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\",\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"filter must be object\",\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"tags\": \"string[]\",\n                    \"context\": \"string\",\n                    \"updated\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"start\": \"int\",\n                            \"end\": \"int\"\n                        }\n                    },\n                    \"email_info\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"smtp_provider\": \"string\",\n                            \"smtp_status_code\": \"int\",\n                            \"country\": \"string\",\n                            \"mx_record\": \"string\",\n                            \"domain\": \"string\",\n                            \"last_seen\": {\n                                \"type\": \"object\",\n                                \"data\": {\n                                    \"start\": \"int\",\n                                    \"end\": \"int\"\n                                }\n                            }\n                        }\n                    },\n                    \"country_iso_code\": \"string\",\n                    \"phone_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"email_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"line_type\": \"string\",\n                    \"messengers\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"telegram\",\n                            \"whatsapp\",\n                            \"facebook\",\n                            \"instagram\"\n                        ]\n                    },\n                    \"messengers_validity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\"\n                        ]\n                    },\n                    \"location\": \"string\",\n                    \"type\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ]\n                    },\n                    \"country\": \"string\",\n                    \"phone_accessibility\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"max\": \"int\",\n                            \"min\": \"int\"\n                        }\n                    },\n                    \"carrier\": \"string\"\n                }\n            }\n        }\n    }\n}"},{"id":"61ab1918-02e7-44b7-a9ae-a51a3f45ac14","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3ad7e107-a085-4e67-b93e-a424955259ca","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"796df320-1924-45e8-b5ca-c2d602b21aaf","name":"-32003 — Server Error: 'Messengers validity not set'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\", \n        \"filter\": {\n            \"type\": [\n                \"scoring\"\n            ], \n            \"phone_activity\": \"active\",\n            \"line_type\": \"mobile\",\n            \"messengers\": [\n                \"telegram\"\n            ]\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32003,\n        \"message\": \"Messengers validity not set\"\n    }\n}\n\n// The 'messengers_validity' field is required in the 'filter' parameter when 'messengers' is used.\n// You must specify either \"active\" or \"inactive\" for 'messengers_validity', because filtering by messenger types ('messengers') works only in combination with the validity status.\n\n// Example of correct filtering:\n// \"filter\": {\n//     \"messengers\": [\"telegram\", \"whatsapp\"],\n//     \"messengers_validity\": \"active\"\n// }"}],"_postman_id":"e54d7ae4-31d6-43cd-8745-f0248a4d956d"}],"id":"fca9846b-e03f-4805-a71b-cfbebcf83f4b","description":"<p>Recommended batch phone validation flow (step-by-step):</p>\n<ul>\n<li><p><strong>Create or select a project</strong> – Use <code>projects.create</code> to create a new project, or retrieve an existing project ID via <code>projects.list</code>.</p>\n</li>\n<li><p><strong>Upload a file</strong> –<code>POST /upload</code></p>\n</li>\n<li><p><strong>Prepare the audience</strong> – Create a new audience (<code>audiences.create</code>) or add contacts to an existing one (<code>audiences.contacts.add</code>)</p>\n</li>\n<li><p><strong>Estimate the price</strong> –<code>audiences.score.price</code></p>\n</li>\n<li><p><strong>Start scoring</strong> – <code>audiences.score.start</code></p>\n</li>\n<li><p><strong>Check the status</strong> –<code>audiences.score.status</code></p>\n</li>\n<li><p><strong>Export the results</strong> –<code>audiences.export</code></p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7e7b22d1-37d5-4e51-bf0a-f26bb9dcb6a0"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"85f748b6-d1f0-485e-963f-5e7cdbaf52d3"}}],"_postman_id":"fca9846b-e03f-4805-a71b-cfbebcf83f4b"},{"name":"2.6 Batch email validation (file)","item":[{"name":"projects.list","id":"45acaafb-1b5c-4053-b003-44fb7ac9df90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"filter\": \"<object>\",\n        \"status\": \"<enum>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List projects that belong to the current user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Object with filtering parameters. Contains fields:  <br />- <code>name</code> (<em>string</em>): Value for searching by full project name. Search is case-sensitive.  <br />  <br /><strong>Optional parameters</strong>:  <br /><code>filter</code>  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Project status, possible values:  <br />- <code>active</code> : active projects,  <br />- <code>archived</code> : archived projects.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": { // object\n      \"name\": \"any_project_name\" // string\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"cbc9ad84-1c93-423f-ac09-84077ffbb379","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"limit\": 50,\n        \"total\": 1,\n        \"items\": [\n            {\n                \"created\": 1773136370,\n                \"description\": \"Project Description\",\n                \"id\": 123,\n                \"status\": \"active\",\n                \"user_id\": 11,\n                \"name\": \"Project Name\"\n            }\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"be8e4992-794f-44bb-8030-1b574409064a","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"status must be enum\"\n    }\n}"},{"id":"3fe2ece9-bd92-440f-a7b4-64e7fd144fbe","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"data\": {\n                    \"name\": \"string\"\n                },\n                \"type\": \"object\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"7de630df-ecbe-40c3-b1d9-639f4cfe69fa","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a9562ee7-7bfa-40d4-965e-61a256e28e87","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"45acaafb-1b5c-4053-b003-44fb7ac9df90"},{"name":"projects.create","id":"2bc6c91d-001d-41c0-8279-cb3d676d3c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new project. Projects group multiple audiences for one customer, campaign, source, or use case.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Project name.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Project description.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"616dc8cf-a517-425d-a26c-25e6f1f02af8","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 15,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"bf4dd18a-5a2c-4f73-8413-8d74ea4eec35","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"e02ed428-e1ee-4ca9-9189-a0d204120f8e","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": 123,\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"351b9d19-40ff-45c7-b0cc-aa5d5bc6f7b0","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c854c415-b041-4585-a627-83082e8efb91","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"2bc6c91d-001d-41c0-8279-cb3d676d3c7b"},{"name":"/upload","id":"66a6a91b-d4dd-40c2-88a4-98945a9fa940","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true,"host":true,"content-length":true,"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"<p>Your API key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"<p>Example: '<code>/path/to/dataset_name.csv;type={MIME-type}</code>'</p>\n<p>Always specify the MIME type when using curl by appending <code>;type=&lt;MIME_TYPE&gt;</code> to the file path. This ensures the server correctly identifies the file format.</p>\n<p>Use the following MIME types for supported formats:</p>\n<p>-- '<code>.csv</code>' or '<code>.tsv</code>' → <code>text/csv</code></p>\n<p>-- '<code>.txt</code>' → <code>text/plain</code></p>\n<p>-- '<code>.xls</code>' → <code>application/vnd.ms-excel</code></p>\n<p>-- '<code>.xlsx</code>' or '<code>.xlsb</code>' → <code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></p>\n<p>If you copy a cURL command, it may omit the '<code>;type={MMIME-type}</code>' part. </p>\n<p>If your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.</p>\n","value":"/path/to/file","contentType":"{MIME-type}"}]},"url":"https://api.scoremachine.ai/upload","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Upload a file for batch audience creation or contact import. The response returns text with server-side file paths.</p>\n<h3 id=\"notes\">Notes</h3>\n<p>The response body is text returned with <code>Content-Type: text/plain; charset=utf-8</code>. Use the returned <code>path</code> value in methods such as <code>audiences.create</code>, <code>audiences.contacts.add</code>, <code>audiences.contacts.preview</code>, and other batch workflows.</p>\n<h3 id=\"key-features\"><strong>Key features</strong></h3>\n<ul>\n<li><p><strong>Instant path generation</strong> — Returned paths work immediately in subsequent API calls</p>\n</li>\n<li><p><strong>UTF-8 required</strong> — Files must use UTF-8 encoding (non-UTF-8 content may processing failures)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"supported-file-formats\"><strong>Supported File Formats</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Format</strong></th>\n<th><strong>Extension</strong></th>\n<th><strong>MIME Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Text</td>\n<td><code>.txt</code></td>\n<td><code>text/plain</code></td>\n<td>Plain text (newline-delimited '<code>\\n</code>' contacts), custom separator delimited values</td>\n</tr>\n<tr>\n<td>CSV</td>\n<td><code>.csv</code></td>\n<td><code>text/csv</code></td>\n<td>Plain text data format separated by comma/semicolon '<code>,</code>'/'<code>;</code>' character</td>\n</tr>\n<tr>\n<td>TSV</td>\n<td><code>.tsv</code></td>\n<td><code>text/csv</code></td>\n<td>Plain text data format separated by a tab '<code>\\t</code>' character</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xls</code></td>\n<td><code>application/vnd.ms-excel</code></td>\n<td>Legacy Excel binary format (<code>.xls</code>)</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xlsx</code></td>\n<td><code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></td>\n<td>Modern Excel Open XML format (<code>.xlsx</code>)</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xlsb</code></td>\n<td><code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></td>\n<td>Excel Binary Spreadsheet format (<code>.xlsb</code>)</td>\n</tr>\n<tr>\n<td>Other file formats</td>\n<td>--</td>\n<td>--</td>\n<td>Not supported</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"critical-curl-requirement\"><strong>Critical curl requirement</strong></h3>\n<p>Always append <code>;type=</code> to file paths in <code>-F</code> parameters. Omission causes <code>500 unknown file format</code> errors.</p>\n<p><strong>Correct Example</strong>: <code>-F 'file=\"dataset_name.csv\";type=text/csv'</code></p>\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>multipart/form-data</code>  <br /><em><strong>required</strong></em></td>\n<td>File to upload. Must match supported formats.  <br />  <br />Original filename preserved in response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>Returns array of uploaded file metadata objects:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"dataset_name.csv\",\n    \"type\": \"csv\",\n    \"path\": \"/upload/00/0/0/0x00xx0.csv\"\n  }\n]\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Original filename from upload.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>string</code></td>\n<td>Detected extension.</td>\n</tr>\n<tr>\n<td><code>path</code></td>\n<td><code>string</code></td>\n<td><strong>Critical</strong>: Use this exact value in file parameters of other methods.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["upload"],"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"06211edc-2dd8-40e5-8363-f0b87da7d439","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"Your API key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","value":"/path/to/file","contentType":"{MIME-type}"}]},"url":"https://api.scoremachine.ai/upload"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\"path\":\"\\/upload\\/0\\/00\\/0\\/000x0x00.csv\",\"name\":\"dataset_name.csv\",\"type\":\"csv\"}]"},{"id":"e20d1f2c-18cd-410c-8320-98fb4648e825","name":"Internal Server Error -- Unknown File Format","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"Your API key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","contentType":"","value":"/path/to/file"}]},"url":"https://api.scoremachine.ai/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\"error\":500,\"message\":\"unknown file format\",\"type\":\"application\\/octet-stream\"}\n\n// Error: Missing MIME Type. Always specify MIME type with ';type=<MIME_TYPE>' in curl uploads.\n// CORRECT: '/path/to/file;type={MIME-type}'"},{"id":"1522d5ad-872b-4fef-b9ab-3994a31474e5","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json; charset=utf-8","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","contentType":"{MIME-type}","value":"/path/to/file"}]},"url":"https://api.scoremachine.ai/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"66a6a91b-d4dd-40c2-88a4-98945a9fa940"},{"name":"audiences.contacts.preview","id":"219ae2da-5242-4386-8d63-fe9f19d029c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"<string>\",\n        \"raw_row\": \"<boolean>\",\n        \"sep\": \"<string>\"\n        \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Preview the first rows of a file before creating an audience or importing contacts.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Path to an uploaded file (returned by <code>POST /upload</code>).</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the file.  <br />  <br />Possible values:  <br />- \"<code>semicolon</code>\" — semicolon (<code>;</code>)  <br />- \"<code>comma</code>\" — comma (<code>,</code>)  <br />- \"<code>whitespace</code>\" — space character ( )  <br />- A custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>raw_row</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, returns raw file rows without any processing or normalization (as-is).  <br />  <br />If <code>false</code> or omitted, rows are shown after applying parsing.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"c03f0717-469e-44c9-a058-0905582f3434","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        [\n            \"00000000000\",\n            \"user0@example.com\",\n            \"\"\n        ],\n        [\n            \"00000000001\",\n            \"user1@example.com\",\n            \"@user1\"\n        ],\n        [\n            \"00000000002\",\n            \"\",\n            \"@user2\"\n        ]\n\n        // ...\n\n    ],\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"0b858e25-bbde-4d8d-b56a-e1ee52994e20","name":"-32602 — Invalid Params : 'file is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"file\"\n        },\n        \"message\": \"file is required\",\n        \"code\": -32602\n    }\n}"},{"id":"183b8641-88be-4df9-9082-e75be62b1ead","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": 123,\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"file\"\n        },\n        \"message\": \"file must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"40764cbc-b86d-4673-980a-2912dc1203ad","name":"-32602 — Invalid Params : 'raw_row must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": 1,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"raw_row must be boolean\",\n        \"data\": {\n            \"field\": \"raw_row\",\n            \"type\": \"boolean\"\n        },\n        \"code\": -32602\n    }\n}"},{"id":"d3139ff0-8155-4b42-8696-c2b25a9033c8","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nPreview the first rows of a file before creating an audience or importing contacts.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `file` | `string` | Yes | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator. |\n| `limit` | `integer` | No | Number of rows to preview. The backend usually returns the first 10 rows. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/upload/0/0/0/example.csv\",\n        \"sep\": \";\",\n        \"limit\": 10\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"sep\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"77341cf4-e371-4893-8dc9-703470ace019","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nPreview the first rows of a file before creating an audience or importing contacts.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `file` | `string` | Yes | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator. |\n| `limit` | `integer` | No | Number of rows to preview. The backend usually returns the first 10 rows. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/upload/0/0/0/example.csv\",\n        \"sep\": \";\",\n        \"limit\": 10\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"93c9bbf8-6dec-45e3-85b5-a261fc8692ff","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"219ae2da-5242-4386-8d63-fe9f19d029c1"},{"name":"audiences.create","id":"dcae32fa-0cd1-4b50-9f57-2af2e029a793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": \"<int>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string>\",\n        \"file\": \"<string>\",\n        \"contacts_exclude\": \"<string>\",\n        \"file_exclude\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"email_column\": \"<int[]>\",\n        \"telegram_column\": \"<int>\",\n        \"whatsapp_column\": \"<int>\",\n        \"instagram_column\": \"<int>\",\n        \"facebook_column\": \"<int>\",\n        \"location_column\": \"<int>\",\n        \"carrier_column\": \"<int>\",\n        \"country_column\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"sep\": \"<string>\",\n        \"geo_iso_code\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new audience — empty, linked to an uploaded file, or with a direct list of contacts</p>\n<h2 id=\"example-csv-file\">Example CSV file</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>phone;email;tg\n+00000000000; user0@example.com ;@user0\n+00000000000;user0@example .com;\n00000000000;user0@example.com;@user0\n+0 (000) 000-0000;user0@example.com;\n+00000000001;user1@example.com;@user1\n00000000002;;@user2\n+0 000 000-00-03;user3@example.com;\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience name.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>file_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to exclude contacts from an audience.</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the uploaded file.  <br />  <br />Possible values:  <br />-- <code>\"semicolon\"</code> — semicolon (<code>;</code>)  <br />-- <code>\"comma\"</code> — comma (<code>,</code>)  <br />-- <code>\"whitespace\"</code> — space character ( )  <br />-- a custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to add contacts.  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>contacts_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to exclude (subtraction).  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with phone numbers.</td>\n</tr>\n<tr>\n<td><code>email_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with email addresses.</td>\n</tr>\n<tr>\n<td><code>telegram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Telegram accounts.</td>\n</tr>\n<tr>\n<td><code>whatsapp_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with WhatsApp accounts.</td>\n</tr>\n<tr>\n<td><code>instagram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Instagram accounts.</td>\n</tr>\n<tr>\n<td><code>facebook_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Facebook accounts.</td>\n</tr>\n<tr>\n<td><code>location_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with location names.</td>\n</tr>\n<tr>\n<td><code>carrier_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with carrier names.</td>\n</tr>\n<tr>\n<td><code>country_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with country names.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>Flag to enable duplicate contact removal after normalization. Duplicate removal is performed based on phone numbers and email addresses.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2\n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"tg_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"f5084da8-1ddc-4e23-b435-c8f5fc37fbe0","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 851,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"5e0cf4a0-d07b-42bf-b3cc-c927d2a2b708","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        },\n        \"message\": \"name is required\",\n        \"code\": -32602\n    }\n}"},{"id":"12d7f57d-a861-4a69-8f59-c06091d552cd","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\",\n        \"code\": -32602\n    }\n}"},{"id":"6efe67bc-3128-4f7d-9c3a-d23c843f56b9","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": 123456,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"3eb6c033-922c-4869-a339-1447d96cc380","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": 1,\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"sep\",\n            \"type\": \"string\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"21a2a436-5775-4737-afe7-bb8df1807957","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": \"a\",\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"data\": {\n                    \"field_id\": \"int\",\n                    \"column\": \"int\"\n                },\n                \"type\": \"object[]\"\n            }\n        },\n        \"message\": \"matching must be object[]\",\n        \"code\": -32602\n    }\n}"},{"id":"4923afaa-8ed2-4a29-860a-e39de6cd06a2","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts\": 00000000001,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        },\n        \"message\": \"contacts must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"6b34b632-a0ad-4467-8e25-be586781a116","name":"-32602 — Invalid Params : 'contacts_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts_exclude\": 00000000001,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"ff7f6843-ff76-49fa-b80f-4fa4b090659f","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": 123456,\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"3b0d8852-b4fa-484d-b679-652d5d8e2a85","name":"-32602 — Invalid Params : 'file_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"file_exclude\": 123456,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"f7e4d87c-9f3d-467c-b98b-ae2d93b75b06","name":"-32602 — Invalid Params : 'email_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": 2,\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"email_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"email_column\"\n        }\n    }\n}"},{"id":"2e304a53-dbc6-4bd3-ae36-aafe49ce74d1","name":"-32602 — Invalid Params : 'phone_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": 1,\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"phone_column\"\n        }\n    }\n}"},{"id":"e90b3f24-35f3-44ea-a193-334197702dc0","name":"-32602 — Invalid Params : 'geo_iso_code'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": 1,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"667a8251-ba78-4c31-9db7-40758096d970","name":"-32602 — Invalid Params : 'remove_duplicates must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": 0\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"remove_duplicates must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"boolean\",\n            \"field\": \"remove_duplicates\"\n        }\n    }\n}"},{"id":"a4dc6fe6-4586-454b-90f0-b46bb070d12b","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"66d68d7a-4d27-4506-ace0-86e690603083","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"8a54c36d-3354-4aa4-84a7-d6baa27a8c99","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"dcae32fa-0cd1-4b50-9f57-2af2e029a793"},{"name":"audiences.contacts.add","id":"b12ffae6-e134-471e-bdbf-53a001d8dee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"file\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"contacts\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Adds contacts to an existing audience. Contacts can be provided directly in the request or imported from an uploaded file.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers, one per line.  <br />  <br />Multiple numbers are separated by <code>\\n</code>.  <br />  <br />Format: E.164, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column containing phone numbers.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, removes duplicate contacts after normalization based on phone numbers.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"f92dc3cb-2471-47a7-95f0-7de7009a6800","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"43753aef-449a-4579-8cbc-9895fa2376d8","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"71ec98d8-1fe3-48d1-9e37-3f4e27dcfb61","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"7e41f5e7-37a9-43bf-9984-f2f0db9693a9","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": \"/path/to/file\",\n        \"matching\": \"a\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"type\": \"object[]\",\n                \"data\": {\n                    \"column\": \"int\",\n                    \"field_id\": \"int\"\n                }\n            }\n        },\n        \"message\": \"matching must be object[]\"\n    }\n}"},{"id":"0147ab23-42ea-49c4-b352-22c683284feb","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": 00000000001\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"8003d389-8249-47d0-826d-70a8de2de323","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"file must be string\",\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"f3244b93-f32c-4179-a468-83447e817241","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nAdd contacts to an existing audience. Contacts can be sent inline or imported from an uploaded file path.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Inline list of contacts to append. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator for uploaded file import. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\",\n                \"email\": \"lead@example.com\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"ee2bab52-4966-415a-8912-386279aace87","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": \"/path/to/file\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nAdd contacts to an existing audience. Contacts can be sent inline or imported from an uploaded file path.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Inline list of contacts to append. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator for uploaded file import. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\",\n                \"email\": \"lead@example.com\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"a65bdbd4-803e-40d5-8dd7-4d555ccdf0de","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"b12ffae6-e134-471e-bdbf-53a001d8dee4"},{"name":"audiences.score.price","id":"98679ec3-a487-4f95-b652-4161a7867868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"service_types\": \"<enum[]>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Estimate the price of a batch scoring job before execution.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier to estimate.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>service_types</code></td>\n<td><code>enum[]</code>  <br />  <br /><code>[</code>  <br /><code>phone.validation,</code>  <br /><code>phone.validation.mnp,</code>  <br /><code>phone.validation.whatsapp,</code>  <br /><code>phone.validation.telegram,</code>  <br /><code>phone.validation.instagram,</code>  <br /><code>phone.validation.facebook,</code>  <br /><code>phone.tags,</code>  <br /><code>email.validation,</code>  <br /><code>email.tags,</code>  <br /><code>phone.scoring.accessibility</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Scoring and validation service types to estimate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"fed83d31-7cfb-408f-82c9-7bfc0506e171","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 1.23,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"f1581a2b-df54-4a4c-95a4-2363834a5dbc","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"21fc4eaa-514c-4bdd-be75-218918e7c948","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"293f3d0d-0787-4bfb-8e50-671f266cc284","name":"-32602 — Invalid Params : 'service_types is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"service_types is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"service_types\"\n        }\n    }\n}"},{"id":"201b81f1-e3aa-4b45-885d-2c26b5d98ff2","name":"-32602 — Invalid Params : 'service_types must be enum[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"other\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"service_types must be enum[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": {\n                \"options\": [\n                    \"phone.validation\",\n                    \"phone.validation.mnp\",\n                    \"phone.validation.whatsapp\",\n                    \"phone.validation.telegram\",\n                    \"phone.validation.instagram\",\n                    \"phone.validation.facebook\",\n                    \"phone.tags\",\n                    \"email.validation\",\n                    \"email.tags\",\n                    \"phone.scoring.accessibility\"\n                ],\n                \"type\": \"enum[]\"\n            },\n            \"field\": \"service_types\"\n        }\n    }\n}"},{"id":"cb1aa04e-4f1c-4295-bed6-433f86bbc984","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"2529132f-a3a3-445c-a01b-cbb58854ae7f","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"98679ec3-a487-4f95-b652-4161a7867868"},{"name":"audiences.score.start","id":"ffa67336-560e-41fd-a630-5ad727ccfc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": \"<int[]>\",\n        \"project_id\": \"<int>\",\n        \"type\": \"<enum[]>\",\n        \"update_system_fields\": \"<boolean>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string[]>\",\n        \"geo_iso_codes\": \"<string[]>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Start an asynchronous batch scoring job for an audience. The output is a new audience with scored results.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int[]</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier list to process.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>enum[]</code>  <br />  <br /><code>[</code>  <br /><code>phone.validation,</code>  <br /><code>phone.validation.mnp,</code>  <br /><code>phone.validation.whatsapp,</code>  <br /><code>phone.validation.telegram,</code>  <br /><code>phone.validation.instagram,</code>  <br /><code>phone.validation.facebook,</code>  <br /><code>phone.tags,</code>  <br /><code>email.validation,</code>  <br /><code>email.tags,</code>  <br /><code>phone.scoring.accessibility</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Scoring and validation service types to run.  <br />  <br /><strong>Note</strong>: <code>phone.validation</code> and <code>phone.validation.mnp</code> are mutually exclusive and cannot be used together. All other values can be combined arbitrarily.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string[]</code></td>\n<td>No</td>\n<td>An array of contact SIDs (unique identifiers within the audience) to include in the scoring.  <br />  <br />To retrieve the list of SIDs for an audience, use the <code>audiences.contacts.list</code> method.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Name to assign to the new audience that will contain the scoring results.</td>\n</tr>\n<tr>\n<td><code>update_system_fields</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, overwrites messenger's fields with the values obtained from scoring.</td>\n</tr>\n<tr>\n<td><code>geo_iso_codes</code></td>\n<td><code>string[]</code></td>\n<td>No</td>\n<td>An array of two-letter ISO codes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"b467eefd-a84d-4cfd-977f-efd17404b5ca","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        853,\n        854\n    ],\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"16a260b5-f604-47b3-85d1-aa87fc0fe629","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"59d5e84e-52dc-42f8-a19c-9c82a20c027f","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"5a5b52e6-b7a7-43c8-909e-48ad74b2cc6f","name":"-32602 — Invalid Params : 'type is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"type is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"type\"\n        }\n    }\n}"},{"id":"53561296-4ec8-4c11-8f15-b3e914b06738","name":"-32602 — Invalid Params : 'audience_id must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            \"a\"\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id must be int[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"b4a506fc-3b8f-4a0c-95d6-a81e6e62e46f","name":"-32602 — Invalid Params : 'type must be enum[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"other\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"type\",\n            \"type\": {\n                \"type\": \"enum[]\",\n                \"options\": [\n                    \"phone.validation\",\n                    \"phone.validation.mnp\",\n                    \"phone.validation.whatsapp\",\n                    \"phone.validation.telegram\",\n                    \"phone.validation.instagram\",\n                    \"phone.validation.facebook\",\n                    \"phone.tags\",\n                    \"email.validation\",\n                    \"email.tags\",\n                    \"phone.scoring.accessibility\"\n                ]\n            }\n        },\n        \"message\": \"type must be enum[]\"\n    }\n}"},{"id":"363af3ee-6c0f-4e95-a1f7-0f86ec778848","name":"-32602 — Invalid Params : 'update_system_fields must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": 1,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"update_system_fields\",\n            \"type\": \"boolean\"\n        },\n        \"message\": \"update_system_fields must be boolean\"\n    }\n}"},{"id":"9c6abc2a-476b-45b4-a1a9-4b61dfb9a9b1","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"name\": 1234567,\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"f05b9190-beda-4bb2-b3b6-c0a1137ae801","name":"-32602 — Invalid Params : 'contacts must be string[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            123\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts must be string[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string[]\",\n            \"field\": \"contacts\"\n        }\n    }\n}"},{"id":"8d6b960d-6e78-4853-bc27-b491c898e83c","name":"-32602 — Invalid Params : 'geo_iso_codes must be string[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            1\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"geo_iso_codes must be string[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string[]\",\n            \"field\": \"geo_iso_codes\"\n        }\n    }\n}"},{"id":"2f6c0649-c834-4268-b0d6-3cb3f8a59c56","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"f8aab72c-9d13-432a-8fc8-490110a7cced","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified 'audience_id' is currently in 'pending' status and cannot be modified."},{"id":"187aa538-dd6b-423d-96a4-fd335d13dfc2","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"01113086-2414-4fe1-8153-7e78c7b77219","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"ffa67336-560e-41fd-a630-5ad727ccfc33"},{"name":"audiences.score.status","id":"47168e8c-ef9b-4e20-b7f0-c0c794924bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get the status and results of a batch scoring job.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier returned by <code>audiences.score.start</code>.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"cacd31db-99df-482e-a00a-121f5503ba90","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"action\": {\n            \"timestamp\": 1773346470,\n            \"parent_id\": 856,\n            \"type\": \"scoring\",\n            \"current\": 505,\n            \"total\": 50845\n        },\n        \"status\": \"pending\"\n    }\n}\n\n// Note:\n\n// If the audience is active, the response contains only \"status\": \"active\".\n\n// If the audience is pending (e.g., while loading or for a parent segment from which scoring was started), the response contains only \"status\": \"pending\".\n\n// When scoring is in progress for the audience, the response includes an action object:\n    // \"total\" — total number of contacts in the parent audience.\n    // \"current\" — number of contacts already processed."},{"id":"7b570ca7-22da-4e17-a19d-3a8c22e04f18","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"daa59b01-f8af-4423-a0fb-2b70543fc1f0","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"b87e4d21-0707-4160-84a5-64a282d93f86","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"182c0676-c74b-4481-8ea2-87556c198aee","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"47168e8c-ef9b-4e20-b7f0-c0c794924bcd"},{"name":"audiences.export","id":"4edc14ed-f7ae-4fa3-aa47-de8f7ebab9c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"export_format\": \"<enum>\",\n        \"filter\": \"<object>\",\n        \"only_system_fields\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Exports an audience to a file, with optional filtering.</p>\n<p>The response is returned as <code>text/plain</code> in one of the following formats:</p>\n<ul>\n<li><p><code>.xlsx</code> — Excel file</p>\n</li>\n<li><p><code>.csv</code> — UTF-8 encoded CSV with comma (<code>,</code>) as field delimiter</p>\n</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object containing filter criteria. The following fields are supported:  <br />  <br />- <code>context</code> (<em>string</em>): Search by context (e.g., email, phone) from custom or system fields.  <br />  <br />- <code>updated</code> (<em>object</em>): Date range for last update. Contains:  <br />- <code>start</code> (<em>int</em>): Start of the period (Unix timestamp)  <br />- <code>end</code> (<em>int</em>): End of the period (Unix timestamp)  <br />  <br />- <code>type</code> (<em>enum[]</em>): Contact types to include. Possible values:  <br />- <code>initial</code> — raw data before scoring  <br />- <code>scoring</code> — contacts that have been scored  <br />  <br />- <code>carrier</code> (<em>string</em>): Carrier name.  <br />  <br />- <code>location</code> (<em>string</em>): Location name.  <br />  <br />- <code>phone_activity</code> (<em>enum</em>): Phone number activity status. Possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>messengers_validity</code> (<em>enum</em>): Messenger validity status. If a contact is valid in at least one messenger, it is considered active. Possible values: <code>active</code>, <code>inactive</code>.  <br />  <br />- <code>email_activity</code> (<em>enum</em>): Email activity status. Possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>line_type</code> (<em>string</em>): Type of phone line. Possible values:  <br />- <code>shared_cost</code> — shared cost number  <br />- <code>voip</code> — VoIP  <br />- <code>personal_number</code> — personal number  <br />- <code>fixed_line</code> — landline  <br />- <code>mobile</code> — mobile  <br />- <code>unknown</code> — unknown type  <br />- <code>fixed_line_or_mobile</code> — landline or mobile  <br />- <code>voicemail</code> — voicemail  <br />- <code>toll_free</code> — toll‑free number  <br />- <code>uan</code> — universal access number (UAN)  <br />- <code>premium_rate</code> — premium rate number (paid services)  <br />- <code>pager</code> — pager  <br />  <br />- <code>messengers</code> (<em>enum[]</em>): List of messenger types to filter by. This filter works together with messengers_validity. If messengers_validity is set to inactive, the filter returns contacts that do not have the specified messenger(s). Possible values:  <br />- <code>telegram</code> — Telegram  <br />- <code>whatsapp</code> — WhatsApp  <br />- <code>facebook</code> — Facebook  <br />- <code>instagram</code> — Instagram  <br />  <br />- <code>country</code> (<em>string</em>): Country name.  <br />  <br />- <code>country_iso_code</code> (<em>string</em>): Two‑letter ISO code.  <br />  <br />- <code>phone_accessibility</code> (<em>object</em>): Range for phone number accessibility scores (obtained after scoring). If values outside the available range are provided, the result will be clipped to the actual min/max, or be empty if the range does not intersect with the data. Contains:  <br />- <code>min</code> (<em>int</em>): Minimum value  <br />- <code>max</code> (<em>int</em>): Maximum value  <br />  <br />- <code>tags</code> (<em>string[]</em>): filter by contacts associated with tag names.  <br />  <br />- <code>email_info</code> (<em>object</em>): Filter by metadata of email addresses in the segment (audience) that have been scored with type <code>\"email_validation\"</code>. Contains:  <br />-- <code>last_seen</code> (<em>object</em>): Date and time of the user’s last activity:  <br />---- <code>start</code> (<em>int</em>) — Start of the period (Unix timestamp),  <br />---- <code>end</code> (<em>int</em>)— End of the period (Unix timestamp).  <br />-- <code>smtp_provider</code> (<em>string</em>): Name of the SMTP provider.  <br />-- <code>smtp_status_code</code> (<em>int</em>): SMTP server status code.  <br />-- <code>country</code> (<em>string</em>): Country name.  <br />-- <code>domain</code> (<em>string</em>): Domain part of the email address.  <br />-- <code>mx_record</code> (<em>string</em>): MX record of the domain.  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>only_system_fields</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, only system fields are included in the export.</td>\n</tr>\n<tr>\n<td><code>export_format</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>csv,</code>  <br /><code>excel</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Output file format. Possible values:  <br />- <code>csv</code> — CSV file  <br />- <code>excel</code> — Excel file (XLSX)  <br />  <br />If omitted, the default format is XLSX.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": {\n    \"context\": \"context_name\", // string\n    \"updated\": { // object\n        \"start\": 0, // int, Unix timestamp\n        \"end\": 1 // int, Unix timestamp\n    },\n    \"type\": [ // enum[]\n        \"initial\", // string\n        \"scoring\" // string\n    ],\n    \"carrier\": \"carrier_name\", // string\n    \"location\": \"location_name\", // string\n    \"phone_activity\": \"active\", // enum\n    \"messengers_validity\": \"active\", // enum\n    \"email_activity\": \"active\", // enum\n    \"line_type\": \"mobile\", // string\n    \"messengers\": [ // enum[]\n        \"telegram\" // string\n    ],\n    \"country\": \"country_name\", // string\n    \"country_iso_code\": \"xx\", // string\n    \"phone_accessibility\": { // object\n        \"min\": 0, // int\n        \"max\": 1 // int\n    },\n    \"tags\": [ // string[]\n        \"tag_name1\", // string\n        \"tag_name2\" // string\n    ],\n    \"email_info\": { // object\n        \"last_seen\": { // object\n            \"start\": 0, // int\n            \"end\": 1 // int\n        },\n        \"smtp_provider\": \"smtp_provider_name\", // string\n        \"smtp_status_code\": 000, // int\n        \"country\": \"country_name\", // string\n        \"domain\": \"domain.com\", // string\n        \"mx_record\": \"mx.smtp_provider.com\" // string\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"92ff9070-539d-423e-89e0-7c212c52fd8e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/csv; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"created time,phone,whatsapp,telegram,viber,type,country,location,carrier,name,surname,second_name,birthdate,sex,phone score,phone status,whatsapp valid,telegram valid,facebook valid,instagram valid,timezone,iso code,line type,scoring time,email,sub-statuses,domain,mx record,smtp provider,smtp status code,username,profile picture,last seen,tags\nYYYY-MM-DD HH:MM:SS,00000000001,,,,scoring,country_name,location_name,carrier_name,,,,,,5,active,inactive,active,active,unknown,UTC+0,xx,mobile,YYYY-MM-DD HH:MM:SS,user1@example.com,[],example.com,mx.smtp_provider.com,smtp_provider_name,0,user1,,,\"['tag_name1/YYYY-MM-DD', 'tag_name2/-']\"\nYYYY-MM-DD HH:MM:SS,00000000002,,,,scoring,country_name,location_name,carrier_name,,,,,,6,active,active,active,active,unknown,UTC+0,xx,mobile,YYYY-MM-DD HH:MM:SS,user2@example.com,[],example.com,mx.smtp_provider.com,smtp_provider_name,0,user2,,,\"['tag_name4/YYYY-MM-DD', 'tag_name3/-']\"\n"},{"id":"2e2d1a38-15c1-4243-8244-cc5cf68cbee6","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"ec620830-86d0-4bca-87aa-449c842e43a0","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"f1d5cdd8-f13f-4a90-b704-f2038c7a8ad7","name":"-32602 — Invalid Params : 'export_format must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"export_format must be enum\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"export_format\",\n            \"type\": {\n                \"options\": [\n                    \"csv\",\n                    \"excel\"\n                ],\n                \"type\": \"enum\"\n            }\n        }\n    }\n}"},{"id":"ec8bae2d-b92d-4917-b1a5-9b356e7cd118","name":"-32602 — Invalid Params : 'only_system_fields must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\",\n        \"only_system_fields\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"only_system_fields must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"only_system_fields\",\n            \"type\": \"boolean\"\n        }\n    }\n}"},{"id":"43048bed-b2b8-4315-83b5-236b2c3b003c","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\",\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"filter must be object\",\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"tags\": \"string[]\",\n                    \"context\": \"string\",\n                    \"updated\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"start\": \"int\",\n                            \"end\": \"int\"\n                        }\n                    },\n                    \"email_info\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"smtp_provider\": \"string\",\n                            \"smtp_status_code\": \"int\",\n                            \"country\": \"string\",\n                            \"mx_record\": \"string\",\n                            \"domain\": \"string\",\n                            \"last_seen\": {\n                                \"type\": \"object\",\n                                \"data\": {\n                                    \"start\": \"int\",\n                                    \"end\": \"int\"\n                                }\n                            }\n                        }\n                    },\n                    \"country_iso_code\": \"string\",\n                    \"phone_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"email_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"line_type\": \"string\",\n                    \"messengers\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"telegram\",\n                            \"whatsapp\",\n                            \"facebook\",\n                            \"instagram\"\n                        ]\n                    },\n                    \"messengers_validity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\"\n                        ]\n                    },\n                    \"location\": \"string\",\n                    \"type\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ]\n                    },\n                    \"country\": \"string\",\n                    \"phone_accessibility\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"max\": \"int\",\n                            \"min\": \"int\"\n                        }\n                    },\n                    \"carrier\": \"string\"\n                }\n            }\n        }\n    }\n}"},{"id":"61c549c0-ea9b-4a52-9e26-1f00dee5f642","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"b5b1d8bd-5793-4911-9ea3-dfacf83fe389","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"887d1bd8-96b0-4360-80a9-7f4249bde7bd","name":"-32003 — Server Error: 'Messengers validity not set'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\", \n        \"filter\": {\n            \"type\": [\n                \"scoring\"\n            ], \n            \"phone_activity\": \"active\",\n            \"line_type\": \"mobile\",\n            \"messengers\": [\n                \"telegram\"\n            ]\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32003,\n        \"message\": \"Messengers validity not set\"\n    }\n}\n\n// The 'messengers_validity' field is required in the 'filter' parameter when 'messengers' is used.\n// You must specify either \"active\" or \"inactive\" for 'messengers_validity', because filtering by messenger types ('messengers') works only in combination with the validity status.\n\n// Example of correct filtering:\n// \"filter\": {\n//     \"messengers\": [\"telegram\", \"whatsapp\"],\n//     \"messengers_validity\": \"active\"\n// }"}],"_postman_id":"4edc14ed-f7ae-4fa3-aa47-de8f7ebab9c9"}],"id":"196bf70f-c1c0-4b8b-984b-d9e5066038cb","description":"<p>Recommended batch email validation flow is the same as phone batch processing.<br />Use audience methods to upload, price, start, monitor, and export results.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"609c2f04-f49a-446e-ac27-5a03173b3b1a"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"a28fdbab-45e9-43a1-9d15-ef77e98b8989"}}],"_postman_id":"196bf70f-c1c0-4b8b-984b-d9e5066038cb"},{"name":"2.7 Audience filtering","item":[{"name":"audiences.filter","id":"c0e58f5c-ddd6-499b-ab7f-45b315a08da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"sort\": \"<object>\",\n        \"filter\": \"<object>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Returns a paginated list of contacts from an audience, which can be filtered and sorted according to the specified criteria.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Source audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Sorting parameters. An object with the following fields:  <br />  <br />- <code>name</code> (<em>enum</em>): Field to sort by. Possible values:  <br />-- <code>timestamp</code> — timestamp (added date)  <br />-- <code>phone</code> — phone number  <br />-- <code>email</code> — email address  <br />-- <code>whatsapp</code> — WhatsApp account  <br />-- <code>telegram</code> — Telegram username  <br />-- <code>instagram</code> — Instagram account  <br />-- <code>facebook</code> — Facebook account  <br />-- <code>type</code> — contact type (set after audience creation)  <br />-- <code>sid</code> — internal contact ID within the audience  <br />  <br />- <code>direction</code> (enum): Sort direction. Possible values:  <br />-- <code>ASC</code> — ascending  <br />-- <code>DESC</code> — descending  <br />  <br />Example below.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object containing filter criteria. The following fields are supported:  <br />  <br />- <code>context</code> (<em>string</em>): search by context of unique values from custom and system fields.  <br />  <br />- <code>updated</code> (<em>object</em>): date range for last update:  <br />-- <code>start</code> (<em>int</em>) — period start, Unix timestamp,  <br />-- <code>end</code> (<em>int</em>)— period end, Unix timestamp  <br />  <br />- <code>type</code> (<em>enum[]</em>): contact types to include. Possible values: <code>initial</code>, <code>scoring</code>.  <br />  <br />- <code>carrier</code> (<em>string</em>): carrier name.  <br />  <br />- <code>location</code> (<em>string</em>): location name.  <br />  <br />- <code>phone_activity</code> (<em>enum</em>): contact activity by phone number, possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>messengers_validity</code> (<em>enum</em>): messenger contact validity value; if the contact is valid in at least one messenger, it's considered '<code>active</code>'. Possible values: <code>active</code>, <code>inactive</code>.  <br />  <br />- <code>email_activity</code> (<em>enum</em>): email activity value, possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>line_type</code> (<em>string</em>): line type (mobile, landline, voicemail, etc.), possible values:  <br />-- <code>shared_cost</code> — shared cost number,  <br />-- <code>voip</code> — VoIP,  <br />-- <code>personal_number</code> — personal number,  <br />-- <code>fixed_line</code> — landline,  <br />-- <code>mobile</code> — mobile,  <br />-- <code>unknown</code> — unknown type,  <br />-- <code>fixed_line_or_mobile</code> — landline or mobile,  <br />-- <code>voicemail</code> — voicemail,  <br />-- <code>toll_free</code> — toll-free number,  <br />-- <code>uan</code> — universal access number (UAN),  <br />-- <code>premium_rate</code> — premium rate number (paid services),  <br />-- <code>pager</code> — pager  <br />  <br />- <code>messengers</code> (<em>enum[]</em>): list of messenger types to filter by. Works together with <code>messengers_validity</code>. If <code>messengers_validity</code> is <code>inactive</code>, returns contacts that do not have the specified messenger(s). Possible values: <code>telegram</code>, <code>whatsapp</code>, <code>facebook</code>, <code>instagram</code>.  <br />  <br />- <code>country</code> (<em>string</em>): country name.  <br />  <br />- <code>country_iso_code</code> (<em>string</em>): two-letter ISO code.  <br />  <br />- <code>phone_accessibility</code> (<em>object</em>): range for phone number accessibility scores (0–10). If the range does not intersect with the data, an empty result is returned. Fields: <code>min</code> (<em>int</em>), <code>max</code> (<em>int</em>).  <br />  <br />- <code>tags</code> (<em>string[]</em>): filter by contacts associated with tag names.  <br />  <br />- <code>email_info</code> (<em>object</em>): filter by metadata of email addresses in the segment (audience) that have been scored with type <code>\"email_validation\"</code>. Contains:  <br />-- <code>last_seen</code> (<em>object</em>): Date and time of the user’s last activity:  <br />---- <code>start</code> (<em>int</em>) — Start of the period (Unix timestamp),  <br />---- <code>end</code> (<em>int</em>)— End of the period (Unix timestamp).  <br />-- <code>smtp_provider</code> (<em>string</em>): Name of the SMTP provider.  <br />-- <code>smtp_status_code</code> (<em>int</em>): SMTP server status code.  <br />-- <code>country</code> (<em>string</em>): Country name.  <br />-- <code>domain</code> (<em>string</em>): Domain part of the email address.  <br />-- <code>mx_record</code> (<em>string</em>): MX record of the domain.  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example <code>sort</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"sort\": { // object\n      \"name\": \"phone\", // enum\n      \"direction\": \"ASC\" // enum\n    }\n\n</code></pre>\n<p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": { // object\n    \"context\": \"context_name\", // string\n    \"updated\": { // object\n        \"start\": 0, // int\n        \"end\": 1 // int\n    },\n    \"type\": [ // enum[]\n        \"initial\", // string\n        \"scoring\" // string\n    ], \n    \"carrier\": \"carrier_name\", // string\n    \"location\": \"location_name\", // string\n    \"phone_activity\": \"active\", // enum\n    \"messengers_validity\": \"active\", // enum\n    \"email_activity\": \"active\", // enum\n    \"line_type\": \"mobile\", // string\n    \"messengers\": [ // enum[]\n        \"telegram\" // string\n    ], \n    \"country\": \"country_name\", // string\n    \"country_iso_code\": \"xx\", // string\n    \"phone_accessibility\": { // object\n        \"min\": 0, // int\n        \"max\": 1 // int\n    },\n    \"tags\": [ // string[]\n        \"tag_name1\", // string\n        \"tag_name2\" // string\n    ],\n    \"email_info\": { // object\n        \"last_seen\": { // object\n            \"start\": 0, // int\n            \"end\": 1 // int\n        },\n        \"smtp_provider\": \"smtp_provider_name\", // string\n        \"smtp_status_code\": 000, // int\n        \"country\": \"country_name\", // string\n        \"domain\": \"domain.com\", // string\n        \"mx_record\": \"mx.smtp_provider.com\" // string\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"932fed48-9c64-462a-9dc5-7c98252daf48","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonrpc\": \"2.0\",\n    \"result\": {\n        \"limit\": 25,\n        \"total\": 2,\n        \"has_scored_emails\": true,\n        \"has_emails\": true,\n        \"has_phones\": true,\n        \"has_scored_phones\": true,\n        \"fields\": {\n            \"sid\": \"Id\"\n\n            // ...\n\n        },\n        \"custom_fields\": [\n            {\n                \"name\": \"Name\",\n                \"field\": \"name\"\n            }\n            \n            // ...\n\n        ],\n        \"items\": [\n            {\n                \"country\": \"country_name\",\n                \"scoring\": {\n                    \"phone.tags\": true,\n                    \"email.tags\": true,\n                    \"phone.scoring.accessibility\": false,\n                    \"phone.validation\": false,\n                    \"email.validation\": true,\n                    \"phone.validation.mnp\": true,\n                    \"phone.validation.whatsapp\": true,\n                    \"phone.validation.telegram\": true,\n                    \"phone.validation.instagram\": true,\n                    \"phone.validation.facebook\": true\n                },\n                \"timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"country_iso_code\": \"xx\",\n                \"line_type\": \"Mobile\",\n                \"carrier\": \"carrier_name\",\n                \"accessibility_types\": [\n                    \"voice\"\n                ],\n                \"whatsapp_validation\": \"inactive\",\n                \"telegram_validation\": \"active\",\n                \"instagram_validation\": \"unknown\",\n                \"facebook_validation\": \"active\",\n                \"email_validation\": \"active\",\n                \"location\": \"location_name\",\n                \"phone_accessibility\": 5, // Phone number accessibility score (range: 0-10) of the contact\n                                          // If value '-100' is received: phone accessibility is unknown\n                \"status\": \"active\",\n                \"sid\": \"123456789\",\n                \"phone_score\": \"active\",\n                \"tags\": [\n                    \"tag_name1/YYYY-MM-DD\",\n                    \"tag_name2/-\"\n\n                    // ...\n\n                ],\n                \"scoring_timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"phone\": \"00000000001\",\n                \"email_info\": {\n                    \"technical_info\": {\n                        \"smtp_provider\": \"smtp_provider_name\",\n                        \"smtp_status_code\": null,\n                        \"domain\": \"example.com\",\n                        \"mx_record\": \"mx.smtp_provider.com\"\n                    },\n                    \"deliverability\": {\n                        \"status\": true,\n                        \"sub_status\": {},\n                        \"address\": \"user_name@example.com\"\n                    },\n                    \"user_info\": {\n                        \"age\": null,\n                        \"country\": null,\n                        \"username\": \"user.name\",\n                        \"name\": \"Name\",\n                        \"last_seen\": null,\n                        \"gender\": \"gender\",\n                        \"tags\": null,\n                        \"profile_picture\": null\n                    }\n                },\n                \"timezone\": \"UTC+0\",\n                \"total\": \"2\",\n                \"type\": [\n                    \"scoring\"\n                ],\n                \"email\": \"user0@example.com\"\n            }\n\n            // ...\n\n        ]\n    },\n    \"id\": 1\n}"},{"id":"b1d371db-8fd5-47a7-b859-e73541d3411f","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"1771ff46-ac75-4f22-977a-6211b9a7e6af","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"6c74293f-3947-4fa2-ba46-652dbb30fbd7","name":"-32602 — Invalid Params : 'offset is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"offset is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"offset\"\n        }\n    }\n}"},{"id":"727abc94-ff38-4a22-bd26-1ed43cea9e58","name":"-32602 — Invalid Params : 'limit is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"limit is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"limit\"\n        }\n    }\n}"},{"id":"439c1cc4-4fb9-4e9e-a246-337152109ec2","name":"-32602 — Invalid Params : 'sort must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"sort must be object\",\n        \"data\": {\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"name\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"timestamp\",\n                            \"phone\",\n                            \"email\",\n                            \"whatsapp\",\n                            \"telegram\",\n                            \"instagram\",\n                            \"facebook\",\n                            \"type\",\n                            \"sid\"\n                        ]\n                    },\n                    \"direction\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"ASC\",\n                            \"DESC\"\n                        ]\n                    }\n                }\n            },\n            \"field\": \"sort\"\n        },\n        \"code\": -32602\n    }\n}"},{"id":"95f97b96-5a9e-4915-b0e1-c6ddd262baac","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"country\": \"string\",\n                    \"context\": \"string\",\n                    \"country_iso_code\": \"string\",\n                    \"phone_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"email_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"line_type\": \"string\",\n                    \"messengers\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"telegram\",\n                            \"whatsapp\",\n                            \"facebook\",\n                            \"instagram\"\n                        ]\n                    },\n                    \"messengers_validity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\"\n                        ]\n                    },\n                    \"email_info\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"country\": \"string\",\n                            \"last_seen\": {\n                                \"type\": \"object\",\n                                \"data\": {\n                                    \"end\": \"int\",\n                                    \"start\": \"int\"\n                                }\n                            },\n                            \"smtp_provider\": \"string\",\n                            \"smtp_status_code\": \"int\",\n                            \"domain\": \"string\",\n                            \"mx_record\": \"string\"\n                        }\n                    },\n                    \"type\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ]\n                    },\n                    \"tags\": \"string[]\",\n                    \"phone_accessibility\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"min\": \"int\",\n                            \"max\": \"int\"\n                        }\n                    },\n                    \"location\": \"string\",\n                    \"updated\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"end\": \"int\",\n                            \"start\": \"int\"\n                        }\n                    },\n                    \"carrier\": \"string\"\n                }\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"ec630799-4505-44d6-b72d-95f22ceced51","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c9aba1ab-d585-44a0-b5c9-41a4da4f141d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"f045b277-9170-464f-929d-7f8fb6a0c414","name":"-32003 — Server Error: 'Messengers validity not set'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25, \n        \"filter\": {\n            \"type\": [\n                \"scoring\"\n            ], \n            \"phone_activity\": \"active\",\n            \"email_activity\": \"active\",\n            \"line_type\": \"mobile\",\n            \"messengers\": [\n                \"telegram\"\n            ]\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32003,\n        \"message\": \"Messengers validity not set\"\n    }\n}\n\n// The 'messengers_validity' field is required in the 'filter' parameter when 'messengers' is used.\n// You must specify either \"active\" or \"inactive\" for 'messengers_validity', because filtering by messenger types ('messengers') works only in combination with the validity status.\n\n// Example of correct filtering:\n// \"filter\": {\n//     \"messengers\": [\"telegram\", \"whatsapp\"],\n//     \"messengers_validity\": \"active\"\n// }"}],"_postman_id":"c0e58f5c-ddd6-499b-ab7f-45b315a08da5"},{"name":"audiences.contacts.list","id":"959eb912-85e1-49f0-b39a-542467a2d33c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"sort\": \"<object>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Lists audience contacts with pagination and optional filters.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Sorting parameters. An object with the following fields:  <br />  <br />- <code>name</code> (<em>enum</em>): Field to sort by. Possible values:  <br />-- <code>timestamp</code> — timestamp (added date)  <br />-- <code>phone</code> — phone number  <br />-- <code>email</code> — email address  <br />-- <code>whatsapp</code> — WhatsApp account  <br />-- <code>telegram</code> — Telegram username  <br />-- <code>instagram</code> — Instagram account  <br />-- <code>facebook</code> — Facebook account  <br />-- <code>type</code> — contact type (set after audience creation)  <br />-- <code>sid</code> — internal contact ID within the audience  <br />  <br />- <code>direction</code> (enum): Sort direction. Possible values:  <br />-- <code>ASC</code> — ascending  <br />-- <code>DESC</code> — descending  <br />  <br />Example below.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example <code>sort</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"sort\": { // object\n      \"name\": \"phone\", // enum\n      \"direction\": \"ASC\" // enum\n    }\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"198629fc-83f0-45c1-a969-ffc6e9208cd7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"limit\": 25,\n        \"total\": 2,\n        \"has_emails\": true,\n        \"has_phones\": true,\n        \"has_scored_phones\": true,\n        \"has_scored_emails\": true,\n        \"items\": [\n            {\n                \"timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"scoring\": {\n                    \"phone.validation.mnp\": true,\n                    \"phone.validation.whatsapp\": true,\n                    \"phone.validation.telegram\": true,\n                    \"phone.validation.instagram\": true,\n                    \"phone.validation.facebook\": true,\n                    \"phone.tags\": true,\n                    \"email.tags\": true,\n                    \"phone.scoring.accessibility\": false,\n                    \"phone.validation\": false,\n                    \"email.validation\": true\n                },\n                \"carrier\": \"carrier_name\",\n                \"accessibility_types\": [\n                    \"voice\"\n                ],\n                \"telegram_validation\": \"active\",\n                \"instagram_validation\": \"unknown\",\n                \"email\": \"user0@example.com\",\n                \"type\": [\n                    \"scoring\"\n                ],\n                \"phone\": \"00000000001\",\n                \"phone_accessibility\": 5, // Phone number accessibility score (range: 0-10) of the contact\n                                          // If value '-100' is received: phone accessibility is unknown\n                \"phone_score\": \"active\",\n                \"timezone\": \"UTC+0\",\n                \"facebook_validation\": \"active\",\n                \"line_type\": \"Mobile\",\n                \"whatsapp_validation\": \"inactive\",\n                \"email_info\": {\n                    \"technical_info\": {\n                        \"smtp_provider\": \"smtp_provider_name\",\n                        \"smtp_status_code\": null,\n                        \"domain\": \"example.com\",\n                        \"mx_record\": \"mx.smtp_provider.com\"\n                    },\n                    \"deliverability\": {\n                        \"status\": true,\n                        \"sub_status\": {},\n                        \"address\": \"user_name@example.com\"\n                    },\n                    \"user_info\": {\n                        \"age\": null,\n                        \"country\": null,\n                        \"username\": \"user.name\",\n                        \"name\": \"Name\",\n                        \"last_seen\": null,\n                        \"gender\": \"gender\",\n                        \"tags\": null,\n                        \"profile_picture\": null\n                    }\n                },\n                \"status\": \"active\",\n                \"tags\": [\n                    \"tag_name1/YYYY-MM-DD\",\n                    \"tag_name2/-\"\n\n                    // ...\n\n                ],\n                \"total\": \"2\",\n                \"scoring_timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"email_validation\": \"active\",\n                \"country\": \"country_name\",\n                \"location\": \"location_name\",\n                \"country_iso_code\": \"xx\",\n                \"sid\": \"123456789\"\n            }\n            \n            // ...\n\n        ],\n        \"fields\": {\n            \"sid\": \"Id\"\n\n            // ...\n            \n        },\n        \"custom_fields\": [\n            {\n                \"field\": \"name\",\n                \"name\": \"Name\"\n            }\n            \n            // ...\n\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"d3da840e-d8a7-434a-b8c0-957dd7418f31","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        },\n        \"code\": -32602,\n        \"message\": \"id is required\"\n    }\n}"},{"id":"9e01d8a6-4132-404a-bcd1-58e231bd4ae0","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"code\": -32602,\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"07f87005-d164-42f6-a7b5-a386aaa4c5b4","name":"-32602 — Invalid Params : 'offset is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"offset\"\n        },\n        \"code\": -32602,\n        \"message\": \"offset is required\"\n    }\n}"},{"id":"58ec0ec6-c3a7-4f96-afbc-96cd59d34db8","name":"-32602 — Invalid Params : 'limit is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"limit\"\n        },\n        \"message\": \"limit is required\"\n    }\n}"},{"id":"48b4f3b8-6222-4f46-b7eb-613a4462bbae","name":"-32602 — Invalid Params : 'sort must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"sort\",\n            \"type\": {\n                \"data\": {\n                    \"direction\": {\n                        \"options\": [\n                            \"ASC\",\n                            \"DESC\"\n                        ],\n                        \"type\": \"enum\"\n                    },\n                    \"name\": {\n                        \"options\": [\n                            \"timestamp\",\n                            \"phone\",\n                            \"email\",\n                            \"whatsapp\",\n                            \"telegram\",\n                            \"instagram\",\n                            \"facebook\",\n                            \"type\",\n                            \"sid\"\n                        ],\n                        \"type\": \"enum\"\n                    }\n                },\n                \"type\": \"object\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"sort must be object\"\n    }\n}"},{"id":"a0f46143-e574-434c-b0dc-ece0d8f9d4d2","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"d3af82d6-5d66-4e1f-bf8e-d2d4a2c93bba","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"959eb912-85e1-49f0-b39a-542467a2d33c"}],"id":"2f70658e-6a1b-421a-bf49-300d1ac400f3","description":"<p>Methods for retrieving filtered contact lists from existing audiences.</p>\n<ul>\n<li><p><code>audiences.contacts.list</code> provides basic pagination and sorting;</p>\n</li>\n<li><p><code>audiences.filter</code> supports advanced filtering.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"b8eaf6ce-8fd5-4a3f-8f81-682bf8d80a5b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"93f268ff-1d01-44c5-974c-f0a792abc285"}}],"_postman_id":"2f70658e-6a1b-421a-bf49-300d1ac400f3"}],"id":"920bccc1-c958-4e1d-9ac2-7fc7c562cb30","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"b4d32ef4-5ed2-4dec-8ab8-aa818f093ff7"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"06292351-d3e1-4418-9750-a0d710219b39"}}],"_postman_id":"920bccc1-c958-4e1d-9ac2-7fc7c562cb30","description":""},{"name":"3. Method reference (A-Z)","item":[{"name":"3.1 Account","item":[{"name":"account.get","id":"06ecbd2b-2184-4b80-9c68-4d7b3c7139a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","description":"<p>API token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Retrieves the current <em>account ID</em>, <em>email</em>, <em>balance</em>, <em>active tariff</em>, and <em>pricing</em>.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>params</code></td>\n<td><code>object</code> or <code>array</code></td>\n<td>No</td>\n<td>Empty object <code>{}</code> or empty array <code>[]</code>.  <br />  <br />Can be omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"d499ebba-3fe1-4aa0-a06c-9dba1ccc6677","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"id\": 337,\n    \"email\": \"user@example.com\",\n    \"balance\": 100500.12,\n    \"currency\": \"USD\",\n    \"tariff\": {\n      \"id\": 1,\n      \"name\": \"Tariff Name\"\n    },\n    \"pricing\": {\n      \"score.email.validation\": 0.01,\n      \"score.phone.validation\": 0.001,\n      \"score.phone.validation.mnp\": 0.01,\n      \"score.phone.validation.telegram\": 0.001,\n      \"score.phone.validation.whatsapp\": 0.001,\n      \"score.phone.validation.facebook\": 0.001,\n      \"score.phone.validation.instagram\": 0.01,\n      \"score.phone.scoring.accessibility\": 0.01,\n      \"score.phone.tags\": 0.01,\n      \"score.email.tags\": 0.01    \n      }\n  },\n  \"id\": 1\n}\n"},{"id":"59e068bc-1202-406c-85e3-6a76c7d0c70d","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"2c5e0b38-ae64-4582-9dac-3fe5397ed319","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"account.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"06ecbd2b-2184-4b80-9c68-4d7b3c7139a8"}],"id":"6d116b48-4bdc-414a-bafd-bd36122aa210","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a13d6212-2a80-48f7-b81f-99ad78c16715","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"b981356a-e614-4595-8f31-0e115ca38b6d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"6d116b48-4bdc-414a-bafd-bd36122aa210","description":""},{"name":"3.2 Authentication","item":[{"name":"auth.register","id":"0daffa8d-c8b3-4389-899d-62428f77e74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"name\": \"<string>\",\n    \"surname\": \"<string>\",\n    \"phone\": \"<phone>\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"no-authentication-required\"><strong>No authentication required</strong></h3>\n<p>This method is publicly accessible without an authentication token.</p>\n<hr />\n<p>Register a new user account.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>email</code></td>\n<td><strong>Yes</strong></td>\n<td>Unique email address for the new account.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Account password.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>surname</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td><code>phone</code></td>\n<td>No</td>\n<td>Phone number in E.164 digits format (no leading plus sign).  <br />  <br />Example:  <br /><code>\"phone\": \"00000000001\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"6c649068-ea0b-466e-8c8d-97f6364576c1","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"email\": \"user@example.com\",\n    \"id\": 17,\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}"},{"id":"a11405a8-d678-48db-9f01-e9790a1e7320","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"password\": \"x00Xx0x_Xx\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"email\"\n        }\n    }\n}"},{"id":"57a5df23-54b6-40fe-a988-e506f2472fd2","name":"-32602 — Invalid Params : 'password is required'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"password is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"password\"\n        }\n    }\n}"},{"id":"dccba71b-c24a-4a18-9922-ddf0506089bd","name":"-32602 — Invalid Params : 'password must be string'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": 123456,\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"password must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"password\"\n        }\n    }\n}"},{"id":"bd5a43bf-d131-4415-88f2-2fd42797d660","name":"-32602 — Invalid Params : 'email must be email'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user\",\n    \"password\": \"x00Xx0x_Xx\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email must be email\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"email\",\n            \"field\": \"email\"\n        }\n    }\n}"},{"id":"240eea51-538a-4fc5-8c23-288f0028a4f1","name":"-32602 — Invalid Params : 'phone must be phone'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\",\n    \"phone\": \"+00000000001\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be phone\",\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"phone\"\n        }\n    }\n}\n\n// The phone parameter value must be a phone number in E.164 format (without a leading plus sign)"},{"id":"b16ff192-24ae-4e91-aa73-58b1a196acba","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"47446937-9a38-467b-8a33-490182907aec","name":"-32003 — Server Error: 'Password cannot be empty'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"API token","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.register\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"\",\n    \"name\": \"John\",\n    \"surname\": \"Doe\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32003,\n        \"message\": \"Password cannot be empty.\"\n    }\n}"}],"_postman_id":"0daffa8d-c8b3-4389-899d-62428f77e74b"},{"name":"auth.login","event":[{"listen":"test","script":{"exec":["const token = pm.response.headers.get('Token');","if (token) { pm.collectionVariables.set('Token', token); }"],"type":"text/javascript","packages":{},"requests":{},"id":"682b81a6-5e64-4361-a4eb-a60678c63af1"}}],"id":"47624585-e023-4776-84a9-56261e9d9855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"<email>\",\n    \"password\": \"<string>\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"no-authentication-required\"><strong>No authentication required</strong></h3>\n<p>This method is publicly accessible without an authentication token.</p>\n<hr />\n<p>Authenticate a user with email and password. On success, the API returns the authorization token in the <code>token</code> response header.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>email</code></td>\n<td><strong>Yes</strong></td>\n<td>Registered user email.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>User password.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"cd6556d3-f1c4-493a-a552-2b80d334251b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Token","value":"auth_token","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"id\": 17,\n    \"email\": \"user@example.com\"\n  },\n  \"id\": 1\n}"},{"id":"bdd9e48e-5aa0-474b-bc7f-0fb297e4a0e0","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"email\"\n        }\n    }\n}"},{"id":"003e5561-5659-480d-8418-c89c199fb672","name":"-32602 — Invalid Params : 'password is required'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"password is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"password\"\n        }\n    }\n}"},{"id":"5b7868f2-f231-4534-bbee-7e76ffad93b0","name":"-32602 — Invalid Params : 'password must be string'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": 123456\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"password must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"password\"\n        }\n    }\n}"},{"id":"5e0a2102-12a8-477f-af4f-b28251165247","name":"-32602 — Invalid Params : 'email must be email'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email must be email\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"email\",\n            \"field\": \"email\"\n        }\n    }\n}"},{"id":"445b0848-e535-4b66-bdce-9bcce9676462","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"auth.login\",\n  \"params\": {\n    \"email\": \"user@example.com\",\n    \"password\": \"x00Xx0x_Xx\"\n  },\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"}],"_postman_id":"47624585-e023-4776-84a9-56261e9d9855"}],"id":"03cedf27-a5b4-49d3-8a89-a82ceb29d4e5","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"459d318c-f150-4502-ad43-ce336110042b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"84da9ada-6fa7-41c6-8a94-cf56e05de98a"}}],"_postman_id":"03cedf27-a5b4-49d3-8a89-a82ceb29d4e5","description":""},{"name":"3.3 Audiences","item":[{"name":"3.3.1 Audiences (Data management)","item":[{"name":"audiences.create","id":"dc343051-6aaa-42a9-a053-c95f4aa1e5c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": \"<int>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string>\",\n        \"file\": \"<string>\",\n        \"contacts_exclude\": \"<string>\",\n        \"file_exclude\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"email_column\": \"<int[]>\",\n        \"telegram_column\": \"<int>\",\n        \"whatsapp_column\": \"<int>\",\n        \"instagram_column\": \"<int>\",\n        \"facebook_column\": \"<int>\",\n        \"location_column\": \"<int>\",\n        \"carrier_column\": \"<int>\",\n        \"country_column\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"sep\": \"<string>\",\n        \"geo_iso_code\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new audience — empty, linked to an uploaded file, or with a direct list of contacts</p>\n<h2 id=\"example-csv-file\">Example CSV file</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>phone;email;tg\n+00000000000; user0@example.com ;@user0\n+00000000000;user0@example .com;\n00000000000;user0@example.com;@user0\n+0 (000) 000-0000;user0@example.com;\n+00000000001;user1@example.com;@user1\n00000000002;;@user2\n+0 000 000-00-03;user3@example.com;\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience name.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>file_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to exclude contacts from an audience.</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the uploaded file.  <br />  <br />Possible values:  <br />-- <code>\"semicolon\"</code> — semicolon (<code>;</code>)  <br />-- <code>\"comma\"</code> — comma (<code>,</code>)  <br />-- <code>\"whitespace\"</code> — space character ( )  <br />-- a custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to add contacts.  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>contacts_exclude</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to exclude (subtraction).  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with phone numbers.</td>\n</tr>\n<tr>\n<td><code>email_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column with email addresses.</td>\n</tr>\n<tr>\n<td><code>telegram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Telegram accounts.</td>\n</tr>\n<tr>\n<td><code>whatsapp_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with WhatsApp accounts.</td>\n</tr>\n<tr>\n<td><code>instagram_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Instagram accounts.</td>\n</tr>\n<tr>\n<td><code>facebook_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with Facebook accounts.</td>\n</tr>\n<tr>\n<td><code>location_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with location names.</td>\n</tr>\n<tr>\n<td><code>carrier_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with carrier names.</td>\n</tr>\n<tr>\n<td><code>country_column</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Index of the column with country names.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>Flag to enable duplicate contact removal after normalization. Duplicate removal is performed based on phone numbers and email addresses.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2\n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"tg_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"9233c45f-60e2-49ac-a042-0dceabfbf31d","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 851,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"4a0b8be9-6167-48ed-a23a-fd49d7935f66","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        },\n        \"message\": \"name is required\",\n        \"code\": -32602\n    }\n}"},{"id":"af0ea15a-8fe5-4a2d-8d4e-c90ce0369b95","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\",\n        \"code\": -32602\n    }\n}"},{"id":"cdd57f55-afa7-43dc-b541-ac8a8594789e","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": 123456,\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"9a0c68d1-d04a-4162-b43e-a1ca4029c998","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": 1,\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"sep\",\n            \"type\": \"string\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"905f5d90-5062-4fa4-8ca9-5c325e9d4a38","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": \"a\",\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"data\": {\n                    \"field_id\": \"int\",\n                    \"column\": \"int\"\n                },\n                \"type\": \"object[]\"\n            }\n        },\n        \"message\": \"matching must be object[]\",\n        \"code\": -32602\n    }\n}"},{"id":"f891e841-1ef6-4dee-9cfb-907f4b3649de","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts\": 00000000001,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        },\n        \"message\": \"contacts must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"ead83d0f-4de2-4a36-961c-458941c989ce","name":"-32602 — Invalid Params : 'contacts_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"contacts_exclude\": 00000000001,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"5149f317-016a-4bcc-9367-93ac1dcb1c71","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": 123456,\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"031d0728-a7ee-46ac-810a-5cf37e6b0284","name":"-32602 — Invalid Params : 'file_exclude must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"file_exclude\": 123456,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"file_exclude must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file_exclude\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"92ff35f7-ba52-473d-b6b2-d1a19fdb29a3","name":"-32602 — Invalid Params : 'email_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": 2,\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"email_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"email_column\"\n        }\n    }\n}"},{"id":"6967da1c-a49f-4086-9e2c-b034e02b80f9","name":"-32602 — Invalid Params : 'phone_column must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": 1,\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone_column must be int[]\",\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"phone_column\"\n        }\n    }\n}"},{"id":"cdb220f5-a52f-4a6b-9c22-4b1115d64dba","name":"-32602 — Invalid Params : 'geo_iso_code'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": 1,\n        \"remove_duplicates\": true\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"a34e493a-681c-4d25-afbe-92bd60786f01","name":"-32602 — Invalid Params : 'remove_duplicates must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": 0\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"remove_duplicates must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"boolean\",\n            \"field\": \"remove_duplicates\"\n        }\n    }\n}"},{"id":"4b0694cc-68bf-466d-8985-9c37b3befcfa","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"af97cefa-fdb7-46aa-b7c0-d23baf353373","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience. You can create an empty audience or create one linked to an uploaded file.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | Yes | Audience name. |\n| `description` | `string` | No | Audience description. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator used in the uploaded file. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Leads March\",\n        \"description\": \"Inbound leads for March\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"006b1ae3-577a-4c48-ae61-9faff1359ea5","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.create\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"any_name\",\n        \"email_column\": [\n            2 \n        ],\n        \"file\": \"/path/to/file\",\n        \"phone_column\": [\n            1\n        ],\n        \"matching\": [],\n        \"sep\": \"semicolon\",\n        \"telegram_column\": 3,\n        \"geo_iso_code\": \"XX\",\n        \"remove_duplicates\": false\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"dc343051-6aaa-42a9-a053-c95f4aa1e5c7"},{"name":"audiences.list","id":"35b088a5-d7ff-4a01-a74e-905139d7a8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": \"<int>\",\n        \"sort\": \"<object>\",\n        \"filter\": \"<object>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"status\": \"<enum>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List all audiences for the current user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Audience status. Possible values: <code>active</code>, <code>archived</code>.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Sorting parameters. An object with the following fields:  <br />  <br />- <code>name</code> (<em>enum</em>): Field to sort by:  <br />- <code>id</code> — identifier  <br />-- <code>created</code> — creation date  <br />-- <code>name</code> — name  <br />-- <code>updated</code> — update date  <br />  <br />- <code>direction</code> (<em>enum</em>): Sort order:  <br />-- <code>ASC</code> — ascending  <br />-- <code>DESC</code> — descending  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Filtering parameters. An object with the following fields:  <br />  <br />- <code>create</code> (<em>object</em>): Creation date range:  <br />-- <code>start</code> (<em>int</em>) — start of the period (Unix timestamp)  <br />-- <code>end</code> (<em>int</em>) — end of the period (Unix timestamp)  <br />  <br />- <code>context</code> (<em>string</em>): Search by context from custom or system fields.  <br />  <br />- <code>type</code> (<em>string[]</em>): Contact types to include. Possible values:  <br />-- <code>initial</code> — raw data before processing  <br />-- <code>scoring</code> — contacts that passed scoring  <br />  <br />- <code>update</code> (<em>object</em>): Update date range -- <code>start</code> (<em>int</em>) — start of the period (Unix timestamp)  <br />-- <code>end</code> (<em>int</em>) — end of the period (Unix timestamp)  <br />  <br />See example below.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>sort</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"sort\": {\n      \"name\": \"created\", // enum\n      \"direction\": \"DESC\" // enum\n    }\n\n</code></pre>\n<p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": {\n    \"create\": { // object\n        \"start\": 0, // int, UNIX timestamp\n        \"end\": 1 // int, UNIX timestamp\n    },\n    \"context\": \"email\", // string\n    \"type\": [ // string[]\n        \"initial\", // string\n        \"scoring\", // string\n    ], \n    \"update\": { // object\n        \"start\": 0, // int, UNIX timestamp\n        \"end\": 1 // int, UNIX timestamp\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 29,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"ed8e0f48-f902-4e6e-9757-90f89ad1961e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 29,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"updated\": 1773226832,\n                \"user_id\": 11,\n                \"size\": {\n                    \"total\": 1\n                },\n                \"allow_delete\": true,\n                \"contacts_status\": {\n                    \"inactive\": 1,\n                    \"active\": 0\n                },\n                \"name\": \"audience_name\",\n                \"score_total\": 0,\n                \"created\": 1773226632,\n                \"update_system_fields\": false,\n                \"parent_id\": 855,\n                \"id\": 856,\n                \"status\": \"active\",\n                \"project_id\": 29,\n                \"scoring\": {\n                    \"phone.validation.instagram\": false,\n                    \"email.validation\": false,\n                    \"phone.validation.facebook\": false,\n                    \"phone.validation.whatsapp\": false,\n                    \"phone.scoring.accessibility\": false,\n                    \"email.tags\": false,\n                    \"phone.validation.mnp\": true,\n                    \"phone.validation\": false,\n                    \"phone.tags\": false,\n                    \"phone.validation.telegram\": false\n                },\n                \"type\": [\n                    \"scoring\"\n                ]\n            }\n        ],\n        \"total\": 89,\n        \"limit\": 1\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}\n"},{"id":"be14105e-07ed-46cb-9f3b-51c6b61ff4a7","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"message\": \"project_id is required\",\n        \"code\": -32602\n    }\n}"},{"id":"554d8c4d-95e8-47e0-9d19-ee5d35def427","name":"-32602 — Invalid Params : 'sort must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1,\n        \"sort\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"data\": {\n                    \"direction\": {\n                        \"options\": [\n                            \"ASC\",\n                            \"DESC\"\n                        ],\n                        \"type\": \"enum\"\n                    },\n                    \"name\": {\n                        \"options\": [\n                            \"id\",\n                            \"created\",\n                            \"name\",\n                            \"updated\"\n                        ],\n                        \"type\": \"enum\"\n                    }\n                },\n                \"type\": \"object\"\n            },\n            \"field\": \"sort\"\n        },\n        \"code\": -32602,\n        \"message\": \"sort must be object\"\n    }\n}"},{"id":"b45e1dde-dc27-4cbf-8aa5-92a5288d3a0c","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1,\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"data\": {\n                    \"create\": {\n                        \"data\": {\n                            \"end\": \"int\",\n                            \"start\": \"int\"\n                        },\n                        \"type\": \"object\"\n                    },\n                    \"context\": \"string\",\n                    \"type\": {\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ],\n                        \"type\": \"string[]\"\n                    },\n                    \"update\": {\n                        \"data\": {\n                            \"end\": \"int\",\n                            \"start\": \"int\"\n                        },\n                        \"type\": \"object\"\n                    }\n                },\n                \"type\": \"object\"\n            },\n            \"field\": \"filter\"\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"9ff15ed6-1592-4964-9bd7-67cce910631f","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            },\n            \"field\": \"status\"\n        },\n        \"message\": \"status must be enum\",\n        \"code\": -32602\n    }\n}"},{"id":"618c9563-24c7-41d1-8c9a-6cf40299e4b9","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList all audiences for the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"8e7075f2-5e16-469c-9b3f-769629eafc8e","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.list\",\n    \"params\": {\n        \"project_id\": 29,\n        \"offset\": 0,\n        \"limit\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"35b088a5-d7ff-4a01-a74e-905139d7a8fc"},{"name":"audiences.copy","id":"da6186c8-9616-4d2f-abc1-b01877afa2a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a copy of an existing audience.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int</code></td>\n<td><code>Yes</code></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><code>Yes</code></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"0235b0c5-e7b4-4704-b7fe-8e0f9d6e0dac","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 85,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"4d72df51-4753-4986-9233-fcaa8afdd38a","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        },\n        \"message\": \"audience_id is required\"\n    }\n}"},{"id":"06b0be9f-cff5-4432-bffb-7b5be639f4a4","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"e3bcd4c3-4813-4a7a-a4aa-dc945b4ccaeb","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a copy of an existing audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Optional name for the copied audience. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"de9c9790-84c2-462b-abfe-59fb6d8f7683","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.copy\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"da6186c8-9616-4d2f-abc1-b01877afa2a2"},{"name":"audiences.update","id":"6ec235c5-e340-40c3-b183-29e95d9c654e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"name\": \"<string>\",\n        \"status\": \"<enum>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Updates an existing audience's name or status (<code>active</code> / <code>archived</code>).</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>New audience name.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Audience status: <code>active</code> or <code>archived</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"651246fe-97c7-4b44-9d75-37623708089a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"3cd238e7-0002-47dd-bd3e-933b56f9f4e3","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"4fc5b67c-f857-4b0c-913e-d0fd327b7573","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"5526e877-bb36-4907-879a-a2b8381ea35a","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"status must be enum\"\n    }\n}"},{"id":"e826fc63-3682-491d-9033-a8636aa4ceda","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": 321,\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"4fc0d6d0-5dd3-4e9d-9f01-ccf09671be14","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate audience metadata or move it to another project.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | New audience name. |\n| `description` | `string` | No | New audience description. |\n| `status` | `string` | No | Audience status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Leads March Updated\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"4696029b-c4b8-4aa8-b915-68fa9860636e","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified audience 'id' is currently in 'pending' status and cannot be modified."},{"id":"df4a3da3-8d0b-4775-8d63-85c7c12b3536","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.update\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"Updated Audience Name\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"6ec235c5-e340-40c3-b183-29e95d9c654e"},{"name":"audiences.remove","id":"946144d4-eda1-4b34-a9c3-5036037f76af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Moves an audience to the archive (soft delete). Its status changes to <code>archived</code>.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"fb3d6c05-1a39-45f0-a71f-452c40de3556","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"e4cb5845-bec5-41be-b35b-0c1c5339de94","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"fb5a1b5d-81fa-49bd-b7b8-2d29b2837bbf","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"afb4016b-77d6-42e9-be18-003735d353db","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove an audience including contacts inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a7400352-d6f1-4efe-8b1d-d15d2f35b745","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified audience 'id' is currently in 'pending' status and cannot be modified."},{"id":"30ff4a63-86ce-43da-84f5-6658cff56b2d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"946144d4-eda1-4b34-a9c3-5036037f76af"},{"name":"audiences.contacts.add","id":"e1398fd7-1d62-41d9-8e47-b23e3638bc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"matching\": \"<object[]>\",\n        \"file\": \"<string>\",\n        \"phone_column\": \"<int[]>\",\n        \"contacts\": \"<string>\",\n        \"remove_duplicates\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Adds contacts to an existing audience. Contacts can be provided directly in the request or imported from an uploaded file.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers, one per line.  <br />  <br />Multiple numbers are separated by <code>\\n</code>.  <br />  <br />Format: E.164, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to add contacts to an audience.</td>\n</tr>\n<tr>\n<td><code>phone_column</code></td>\n<td><code>int[]</code></td>\n<td>No</td>\n<td>Indexes of the column containing phone numbers.</td>\n</tr>\n<tr>\n<td><code>matching</code></td>\n<td><code>object[]</code></td>\n<td>No</td>\n<td>Field mapping (can be an empty array).  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>remove_duplicates</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, removes duplicate contacts after normalization based on phone numbers.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>matching</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"matching\": [ // object[]\n  {\n    \"column\": 1, // int\n    \"field_id\": 2 // int\n  }\n]\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"04c37587-1e75-4eab-9320-7dba1c873e8e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"3c6b91b7-d226-4c5b-9fcd-7e8f96712ba1","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"147901a8-6ddc-4945-961c-6b6076e500e4","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"75d3f29b-905b-4eaa-bd16-48eec289e4cd","name":"-32602 — Invalid Params : 'matching must be object[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": \"/path/to/file\",\n        \"matching\": \"a\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"matching\",\n            \"type\": {\n                \"type\": \"object[]\",\n                \"data\": {\n                    \"column\": \"int\",\n                    \"field_id\": \"int\"\n                }\n            }\n        },\n        \"message\": \"matching must be object[]\"\n    }\n}"},{"id":"7c05c3d4-6f78-40ae-be0b-9fcd0eeaf00a","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": 00000000001\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"37f586ab-bf6e-4c43-b6dd-558da5c71fe0","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"file must be string\",\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"1ccbd2c9-864e-4003-8907-22e29257b3c6","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nAdd contacts to an existing audience. Contacts can be sent inline or imported from an uploaded file path.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Inline list of contacts to append. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator for uploaded file import. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\",\n                \"email\": \"lead@example.com\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"0e0e43ed-ec94-4039-9fd0-8ff2f44102eb","name":"-32001 — Server Error: 'Exceeded the number of contacts in the audience list'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"file\": \"/path/to/file\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nAdd contacts to an existing audience. Contacts can be sent inline or imported from an uploaded file path.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Inline list of contacts to append. |\n| `file` | `string` | No | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator for uploaded file import. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\",\n                \"email\": \"lead@example.com\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Exceeded the number of contacts in the audience list\",\n        \"code\": -32001\n    }\n}\n\n// Error: more than 200,000 contacts were provided in a single request while creating an audience.\n\n// Causes:\n// -- Uploading an audience via a file (`\"file\": \"/path/to/file\"`) containing more than 200,000 rows.\n// -- Providing an audience as a list (`\"contacts\": \"+00000000001\\n+00000000002\\n...\"`) with more than 200,000 contacts.\n\n// Recommendations / solution:\n// Check the contact count before sending. Split the audience into multiple parts, each containing up to 200,000 contacts."},{"id":"22f45dd8-b87f-473f-a846-4b31866604aa","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.add\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"phone_column\": [1],\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"e1398fd7-1d62-41d9-8e47-b23e3638bc68"},{"name":"audiences.contacts.list","id":"a3e926c9-486b-4761-97f5-4571a42e2a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"sort\": \"<object>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Lists audience contacts with pagination and optional filters.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Sorting parameters. An object with the following fields:  <br />  <br />- <code>name</code> (<em>enum</em>): Field to sort by. Possible values:  <br />-- <code>timestamp</code> — timestamp (added date)  <br />-- <code>phone</code> — phone number  <br />-- <code>email</code> — email address  <br />-- <code>whatsapp</code> — WhatsApp account  <br />-- <code>telegram</code> — Telegram username  <br />-- <code>instagram</code> — Instagram account  <br />-- <code>facebook</code> — Facebook account  <br />-- <code>type</code> — contact type (set after audience creation)  <br />-- <code>sid</code> — internal contact ID within the audience  <br />  <br />- <code>direction</code> (enum): Sort direction. Possible values:  <br />-- <code>ASC</code> — ascending  <br />-- <code>DESC</code> — descending  <br />  <br />Example below.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example <code>sort</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"sort\": { // object\n      \"name\": \"phone\", // enum\n      \"direction\": \"ASC\" // enum\n    }\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"20b36ca8-f108-4697-9e15-322ff11d7f4e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"limit\": 25,\n        \"total\": 2,\n        \"has_emails\": true,\n        \"has_phones\": true,\n        \"has_scored_phones\": true,\n        \"has_scored_emails\": true,\n        \"items\": [\n            {\n                \"timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"scoring\": {\n                    \"phone.validation.mnp\": true,\n                    \"phone.validation.whatsapp\": true,\n                    \"phone.validation.telegram\": true,\n                    \"phone.validation.instagram\": true,\n                    \"phone.validation.facebook\": true,\n                    \"phone.tags\": true,\n                    \"email.tags\": true,\n                    \"phone.scoring.accessibility\": false,\n                    \"phone.validation\": false,\n                    \"email.validation\": true\n                },\n                \"carrier\": \"carrier_name\",\n                \"accessibility_types\": [\n                    \"voice\"\n                ],\n                \"telegram_validation\": \"active\",\n                \"instagram_validation\": \"unknown\",\n                \"email\": \"user0@example.com\",\n                \"type\": [\n                    \"scoring\"\n                ],\n                \"phone\": \"00000000001\",\n                \"phone_accessibility\": 5, // Phone number accessibility score (range: 0-10) of the contact\n                                          // If value '-100' is received: phone accessibility is unknown\n                \"phone_score\": \"active\",\n                \"timezone\": \"UTC+0\",\n                \"facebook_validation\": \"active\",\n                \"line_type\": \"Mobile\",\n                \"whatsapp_validation\": \"inactive\",\n                \"email_info\": {\n                    \"technical_info\": {\n                        \"smtp_provider\": \"smtp_provider_name\",\n                        \"smtp_status_code\": null,\n                        \"domain\": \"example.com\",\n                        \"mx_record\": \"mx.smtp_provider.com\"\n                    },\n                    \"deliverability\": {\n                        \"status\": true,\n                        \"sub_status\": {},\n                        \"address\": \"user_name@example.com\"\n                    },\n                    \"user_info\": {\n                        \"age\": null,\n                        \"country\": null,\n                        \"username\": \"user.name\",\n                        \"name\": \"Name\",\n                        \"last_seen\": null,\n                        \"gender\": \"gender\",\n                        \"tags\": null,\n                        \"profile_picture\": null\n                    }\n                },\n                \"status\": \"active\",\n                \"tags\": [\n                    \"tag_name1/YYYY-MM-DD\",\n                    \"tag_name2/-\"\n\n                    // ...\n\n                ],\n                \"total\": \"2\",\n                \"scoring_timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"email_validation\": \"active\",\n                \"country\": \"country_name\",\n                \"location\": \"location_name\",\n                \"country_iso_code\": \"xx\",\n                \"sid\": \"123456789\"\n            }\n            \n            // ...\n\n        ],\n        \"fields\": {\n            \"sid\": \"Id\"\n\n            // ...\n            \n        },\n        \"custom_fields\": [\n            {\n                \"field\": \"name\",\n                \"name\": \"Name\"\n            }\n            \n            // ...\n\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"ad1342b6-02cc-4b8f-8f8b-ccd9e71ce065","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        },\n        \"code\": -32602,\n        \"message\": \"id is required\"\n    }\n}"},{"id":"e275f6b4-d8fb-4392-a0bd-f69b0bbcb90c","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"code\": -32602,\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"40b86eb0-8dcb-48db-a8be-ace85ec0b0c1","name":"-32602 — Invalid Params : 'offset is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"offset\"\n        },\n        \"code\": -32602,\n        \"message\": \"offset is required\"\n    }\n}"},{"id":"fe17486d-f352-440c-a2ff-33401d4319a4","name":"-32602 — Invalid Params : 'limit is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"limit\"\n        },\n        \"message\": \"limit is required\"\n    }\n}"},{"id":"583ee5bf-7f2a-4cf4-a44f-b4d97bffa179","name":"-32602 — Invalid Params : 'sort must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"sort\",\n            \"type\": {\n                \"data\": {\n                    \"direction\": {\n                        \"options\": [\n                            \"ASC\",\n                            \"DESC\"\n                        ],\n                        \"type\": \"enum\"\n                    },\n                    \"name\": {\n                        \"options\": [\n                            \"timestamp\",\n                            \"phone\",\n                            \"email\",\n                            \"whatsapp\",\n                            \"telegram\",\n                            \"instagram\",\n                            \"facebook\",\n                            \"type\",\n                            \"sid\"\n                        ],\n                        \"type\": \"enum\"\n                    }\n                },\n                \"type\": \"object\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"sort must be object\"\n    }\n}"},{"id":"1d4dffef-c9f0-4f6e-b066-5af233649b19","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList audience contacts with pagination and optional filters.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `filter` | `object` | No | Optional filter object for fields and scoring results. |\n| `sort` | `object` | No | Optional sort definition. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 100\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3a0bbfa7-e09d-4f0f-ba91-fc01801c7b85","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.list\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": {\n            \"name\": \"phone\",\n            \"direction\": \"ASC\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"a3e926c9-486b-4761-97f5-4571a42e2a51"},{"name":"audiences.contacts.preview","id":"1dfd160f-b638-49ec-86fe-47f0881084c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"<string>\",\n        \"raw_row\": \"<boolean>\",\n        \"sep\": \"<string>\"\n        \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Preview the first rows of a file before creating an audience or importing contacts.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Path to an uploaded file (returned by <code>POST /upload</code>).</td>\n</tr>\n<tr>\n<td><code>sep</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Column separator used in the file.  <br />  <br />Possible values:  <br />- \"<code>semicolon</code>\" — semicolon (<code>;</code>)  <br />- \"<code>comma</code>\" — comma (<code>,</code>)  <br />- \"<code>whitespace</code>\" — space character ( )  <br />- A custom character, e.g., \"<code>-</code>\" for hyphen</td>\n</tr>\n<tr>\n<td><code>raw_row</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, returns raw file rows without any processing or normalization (as-is).  <br />  <br />If <code>false</code> or omitted, rows are shown after applying parsing.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"b5194edb-3d49-4634-8534-98416080d442","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        [\n            \"00000000000\",\n            \"user0@example.com\",\n            \"\"\n        ],\n        [\n            \"00000000001\",\n            \"user1@example.com\",\n            \"@user1\"\n        ],\n        [\n            \"00000000002\",\n            \"\",\n            \"@user2\"\n        ]\n\n        // ...\n\n    ],\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"27b6f097-0f1e-4cd1-b519-4adc657e976c","name":"-32602 — Invalid Params : 'file is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"file\"\n        },\n        \"message\": \"file is required\",\n        \"code\": -32602\n    }\n}"},{"id":"94af1e2c-6b9a-4d89-906b-bb0cdedd2468","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": 123,\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"file\"\n        },\n        \"message\": \"file must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"ede6d4cb-768c-4a40-997d-53c2c19ea467","name":"-32602 — Invalid Params : 'raw_row must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": 1,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"raw_row must be boolean\",\n        \"data\": {\n            \"field\": \"raw_row\",\n            \"type\": \"boolean\"\n        },\n        \"code\": -32602\n    }\n}"},{"id":"29daed33-3d76-4e96-bbb2-4141d486be89","name":"-32602 — Invalid Params : 'sep must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nPreview the first rows of a file before creating an audience or importing contacts.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `file` | `string` | Yes | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator. |\n| `limit` | `integer` | No | Number of rows to preview. The backend usually returns the first 10 rows. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/upload/0/0/0/example.csv\",\n        \"sep\": \";\",\n        \"limit\": 10\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"sep\"\n        },\n        \"message\": \"sep must be string\",\n        \"code\": -32602\n    }\n}"},{"id":"c8701bd3-43c7-455f-b27e-0da337f4c59c","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nPreview the first rows of a file before creating an audience or importing contacts.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `file` | `string` | Yes | Uploaded file path returned by files.upload. |\n| `sep` | `string` | No | Column separator. |\n| `limit` | `integer` | No | Number of rows to preview. The backend usually returns the first 10 rows. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/upload/0/0/0/example.csv\",\n        \"sep\": \";\",\n        \"limit\": 10\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"1b97e142-0a04-4c11-a3e2-468429339cd0","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.preview\",\n    \"params\": {\n        \"file\": \"/path/to/file\",\n        \"raw_row\": false,\n        \"sep\": \"semicolon\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"1dfd160f-b638-49ec-86fe-47f0881084c2"},{"name":"audiences.contacts.remove","id":"63056d8e-be8f-458b-a5fd-398c31e1ef6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"contacts\": \"<string>\",\n        \"file\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Removes contacts from an audience.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>A string containing phone numbers (one per line) to remove from the audience.  <br />  <br />Multiple numbers are separated by the newline character <code>\\n</code>.  <br />  <br />Phone numbers must be in E.164 format, e.g., <code>\"+00000000001\\n+00000000002\"</code>.</td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>File path returned by <code>POST /upload</code> to exclude contacts from an audience.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"deeae346-09b3-4e44-8ceb-f85a7619b8a8","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"1e7a94e4-9c04-4513-b514-c5784e8c2c78","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"project_id\": 123,\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove contacts from an audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Contacts to remove. |\n| `file` | `string` | No | Uploaded file path for bulk removal. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"dc6c79a4-439b-4e32-9899-ac3fc95132c3","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"b9d2aa68-fc5f-4e1c-b9d0-8c89dc61e295","name":"-32602 — Invalid Params : 'contacts must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": 00000000001\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove contacts from an audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Contacts to remove. |\n| `file` | `string` | No | Uploaded file path for bulk removal. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"contacts must be string\",\n        \"data\": {\n            \"field\": \"contacts\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"a85e3042-f1b1-4477-ae8d-84bfe0652edc","name":"-32602 — Invalid Params : 'file must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"file\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove contacts from an audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Contacts to remove. |\n| `file` | `string` | No | Uploaded file path for bulk removal. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"file\",\n            \"type\": \"string\"\n        },\n        \"message\": \"file must be string\"\n    }\n}"},{"id":"733d6fd5-b720-47e1-8345-8083f46dacee","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove contacts from an audience.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `contacts` | `array` | No | Contacts to remove. |\n| `file` | `string` | No | Uploaded file path for bulk removal. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": [\n            {\n                \"phone\": \"+14155550123\"\n            }\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"80c512b4-ffa8-4605-8f37-8a9db8a1c31a","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.contacts.remove\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"contacts\": \"+00000000001\\n+00000000002\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"63056d8e-be8f-458b-a5fd-398c31e1ef6b"},{"name":"audiences.filter","id":"5ef0413e-aaf1-49e4-8f1b-0aec7f8d0227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"sort\": \"<object>\",\n        \"filter\": \"<object>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Returns a paginated list of contacts from an audience, which can be filtered and sorted according to the specified criteria.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Source audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Sorting parameters. An object with the following fields:  <br />  <br />- <code>name</code> (<em>enum</em>): Field to sort by. Possible values:  <br />-- <code>timestamp</code> — timestamp (added date)  <br />-- <code>phone</code> — phone number  <br />-- <code>email</code> — email address  <br />-- <code>whatsapp</code> — WhatsApp account  <br />-- <code>telegram</code> — Telegram username  <br />-- <code>instagram</code> — Instagram account  <br />-- <code>facebook</code> — Facebook account  <br />-- <code>type</code> — contact type (set after audience creation)  <br />-- <code>sid</code> — internal contact ID within the audience  <br />  <br />- <code>direction</code> (enum): Sort direction. Possible values:  <br />-- <code>ASC</code> — ascending  <br />-- <code>DESC</code> — descending  <br />  <br />Example below.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object containing filter criteria. The following fields are supported:  <br />  <br />- <code>context</code> (<em>string</em>): search by context of unique values from custom and system fields.  <br />  <br />- <code>updated</code> (<em>object</em>): date range for last update:  <br />-- <code>start</code> (<em>int</em>) — period start, Unix timestamp,  <br />-- <code>end</code> (<em>int</em>)— period end, Unix timestamp  <br />  <br />- <code>type</code> (<em>enum[]</em>): contact types to include. Possible values: <code>initial</code>, <code>scoring</code>.  <br />  <br />- <code>carrier</code> (<em>string</em>): carrier name.  <br />  <br />- <code>location</code> (<em>string</em>): location name.  <br />  <br />- <code>phone_activity</code> (<em>enum</em>): contact activity by phone number, possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>messengers_validity</code> (<em>enum</em>): messenger contact validity value; if the contact is valid in at least one messenger, it's considered '<code>active</code>'. Possible values: <code>active</code>, <code>inactive</code>.  <br />  <br />- <code>email_activity</code> (<em>enum</em>): email activity value, possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>line_type</code> (<em>string</em>): line type (mobile, landline, voicemail, etc.), possible values:  <br />-- <code>shared_cost</code> — shared cost number,  <br />-- <code>voip</code> — VoIP,  <br />-- <code>personal_number</code> — personal number,  <br />-- <code>fixed_line</code> — landline,  <br />-- <code>mobile</code> — mobile,  <br />-- <code>unknown</code> — unknown type,  <br />-- <code>fixed_line_or_mobile</code> — landline or mobile,  <br />-- <code>voicemail</code> — voicemail,  <br />-- <code>toll_free</code> — toll-free number,  <br />-- <code>uan</code> — universal access number (UAN),  <br />-- <code>premium_rate</code> — premium rate number (paid services),  <br />-- <code>pager</code> — pager  <br />  <br />- <code>messengers</code> (<em>enum[]</em>): list of messenger types to filter by. Works together with <code>messengers_validity</code>. If <code>messengers_validity</code> is <code>inactive</code>, returns contacts that do not have the specified messenger(s). Possible values: <code>telegram</code>, <code>whatsapp</code>, <code>facebook</code>, <code>instagram</code>.  <br />  <br />- <code>country</code> (<em>string</em>): country name.  <br />  <br />- <code>country_iso_code</code> (<em>string</em>): two-letter ISO code.  <br />  <br />- <code>phone_accessibility</code> (<em>object</em>): range for phone number accessibility scores (0–10). If the range does not intersect with the data, an empty result is returned. Fields: <code>min</code> (<em>int</em>), <code>max</code> (<em>int</em>).  <br />  <br />- <code>tags</code> (<em>string[]</em>): filter by contacts associated with tag names.  <br />  <br />- <code>email_info</code> (<em>object</em>): filter by metadata of email addresses in the segment (audience) that have been scored with type <code>\"email_validation\"</code>. Contains:  <br />-- <code>last_seen</code> (<em>object</em>): Date and time of the user’s last activity:  <br />---- <code>start</code> (<em>int</em>) — Start of the period (Unix timestamp),  <br />---- <code>end</code> (<em>int</em>)— End of the period (Unix timestamp).  <br />-- <code>smtp_provider</code> (<em>string</em>): Name of the SMTP provider.  <br />-- <code>smtp_status_code</code> (<em>int</em>): SMTP server status code.  <br />-- <code>country</code> (<em>string</em>): Country name.  <br />-- <code>domain</code> (<em>string</em>): Domain part of the email address.  <br />-- <code>mx_record</code> (<em>string</em>): MX record of the domain.  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example <code>sort</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"sort\": { // object\n      \"name\": \"phone\", // enum\n      \"direction\": \"ASC\" // enum\n    }\n\n</code></pre>\n<p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": { // object\n    \"context\": \"context_name\", // string\n    \"updated\": { // object\n        \"start\": 0, // int\n        \"end\": 1 // int\n    },\n    \"type\": [ // enum[]\n        \"initial\", // string\n        \"scoring\" // string\n    ], \n    \"carrier\": \"carrier_name\", // string\n    \"location\": \"location_name\", // string\n    \"phone_activity\": \"active\", // enum\n    \"messengers_validity\": \"active\", // enum\n    \"email_activity\": \"active\", // enum\n    \"line_type\": \"mobile\", // string\n    \"messengers\": [ // enum[]\n        \"telegram\" // string\n    ], \n    \"country\": \"country_name\", // string\n    \"country_iso_code\": \"xx\", // string\n    \"phone_accessibility\": { // object\n        \"min\": 0, // int\n        \"max\": 1 // int\n    },\n    \"tags\": [ // string[]\n        \"tag_name1\", // string\n        \"tag_name2\" // string\n    ],\n    \"email_info\": { // object\n        \"last_seen\": { // object\n            \"start\": 0, // int\n            \"end\": 1 // int\n        },\n        \"smtp_provider\": \"smtp_provider_name\", // string\n        \"smtp_status_code\": 000, // int\n        \"country\": \"country_name\", // string\n        \"domain\": \"domain.com\", // string\n        \"mx_record\": \"mx.smtp_provider.com\" // string\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"73d14eb7-45a5-4526-9fa2-f9765d4cf945","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"Token:"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonrpc\": \"2.0\",\n    \"result\": {\n        \"limit\": 25,\n        \"total\": 2,\n        \"has_scored_emails\": true,\n        \"has_emails\": true,\n        \"has_phones\": true,\n        \"has_scored_phones\": true,\n        \"fields\": {\n            \"sid\": \"Id\"\n\n            // ...\n\n        },\n        \"custom_fields\": [\n            {\n                \"name\": \"Name\",\n                \"field\": \"name\"\n            }\n            \n            // ...\n\n        ],\n        \"items\": [\n            {\n                \"country\": \"country_name\",\n                \"scoring\": {\n                    \"phone.tags\": true,\n                    \"email.tags\": true,\n                    \"phone.scoring.accessibility\": false,\n                    \"phone.validation\": false,\n                    \"email.validation\": true,\n                    \"phone.validation.mnp\": true,\n                    \"phone.validation.whatsapp\": true,\n                    \"phone.validation.telegram\": true,\n                    \"phone.validation.instagram\": true,\n                    \"phone.validation.facebook\": true\n                },\n                \"timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"country_iso_code\": \"xx\",\n                \"line_type\": \"Mobile\",\n                \"carrier\": \"carrier_name\",\n                \"accessibility_types\": [\n                    \"voice\"\n                ],\n                \"whatsapp_validation\": \"inactive\",\n                \"telegram_validation\": \"active\",\n                \"instagram_validation\": \"unknown\",\n                \"facebook_validation\": \"active\",\n                \"email_validation\": \"active\",\n                \"location\": \"location_name\",\n                \"phone_accessibility\": 5, // Phone number accessibility score (range: 0-10) of the contact\n                                          // If value '-100' is received: phone accessibility is unknown\n                \"status\": \"active\",\n                \"sid\": \"123456789\",\n                \"phone_score\": \"active\",\n                \"tags\": [\n                    \"tag_name1/YYYY-MM-DD\",\n                    \"tag_name2/-\"\n\n                    // ...\n\n                ],\n                \"scoring_timestamp\": \"YYYY-MM-DD HH:MM:SS\",\n                \"phone\": \"00000000001\",\n                \"email_info\": {\n                    \"technical_info\": {\n                        \"smtp_provider\": \"smtp_provider_name\",\n                        \"smtp_status_code\": null,\n                        \"domain\": \"example.com\",\n                        \"mx_record\": \"mx.smtp_provider.com\"\n                    },\n                    \"deliverability\": {\n                        \"status\": true,\n                        \"sub_status\": {},\n                        \"address\": \"user_name@example.com\"\n                    },\n                    \"user_info\": {\n                        \"age\": null,\n                        \"country\": null,\n                        \"username\": \"user.name\",\n                        \"name\": \"Name\",\n                        \"last_seen\": null,\n                        \"gender\": \"gender\",\n                        \"tags\": null,\n                        \"profile_picture\": null\n                    }\n                },\n                \"timezone\": \"UTC+0\",\n                \"total\": \"2\",\n                \"type\": [\n                    \"scoring\"\n                ],\n                \"email\": \"user0@example.com\"\n            }\n\n            // ...\n\n        ]\n    },\n    \"id\": 1\n}"},{"id":"107444db-a98c-4d4e-a46b-9b8a193d9d58","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"f7ffbbd5-f0a0-4266-8c23-e2ce8d2d9759","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"311ed977-ac50-41c2-9815-b344bad14d61","name":"-32602 — Invalid Params : 'offset is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"offset is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"offset\"\n        }\n    }\n}"},{"id":"3f070781-1c0e-433d-9e4b-1f49914e0829","name":"-32602 — Invalid Params : 'limit is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"limit is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"limit\"\n        }\n    }\n}"},{"id":"61c47510-b3fa-46b7-b144-66765ce2ebe2","name":"-32602 — Invalid Params : 'sort must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"sort\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"sort must be object\",\n        \"data\": {\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"name\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"timestamp\",\n                            \"phone\",\n                            \"email\",\n                            \"whatsapp\",\n                            \"telegram\",\n                            \"instagram\",\n                            \"facebook\",\n                            \"type\",\n                            \"sid\"\n                        ]\n                    },\n                    \"direction\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"ASC\",\n                            \"DESC\"\n                        ]\n                    }\n                }\n            },\n            \"field\": \"sort\"\n        },\n        \"code\": -32602\n    }\n}"},{"id":"7d6ed3b2-f6db-4fab-b1d1-725dbbd5730e","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"country\": \"string\",\n                    \"context\": \"string\",\n                    \"country_iso_code\": \"string\",\n                    \"phone_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"email_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"line_type\": \"string\",\n                    \"messengers\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"telegram\",\n                            \"whatsapp\",\n                            \"facebook\",\n                            \"instagram\"\n                        ]\n                    },\n                    \"messengers_validity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\"\n                        ]\n                    },\n                    \"email_info\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"country\": \"string\",\n                            \"last_seen\": {\n                                \"type\": \"object\",\n                                \"data\": {\n                                    \"end\": \"int\",\n                                    \"start\": \"int\"\n                                }\n                            },\n                            \"smtp_provider\": \"string\",\n                            \"smtp_status_code\": \"int\",\n                            \"domain\": \"string\",\n                            \"mx_record\": \"string\"\n                        }\n                    },\n                    \"type\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ]\n                    },\n                    \"tags\": \"string[]\",\n                    \"phone_accessibility\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"min\": \"int\",\n                            \"max\": \"int\"\n                        }\n                    },\n                    \"location\": \"string\",\n                    \"updated\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"end\": \"int\",\n                            \"start\": \"int\"\n                        }\n                    },\n                    \"carrier\": \"string\"\n                }\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"bbd617e3-0d4f-4857-854c-4ef8c4e2b563","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"04e8e53f-6074-4ac2-83e5-f371da4b1b22","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"f6371572-55cb-4348-8d21-4696a4c6e93c","name":"-32003 — Server Error: 'Messengers validity not set'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 858,\n        \"project_id\": 123,\n        \"offset\": 0,\n        \"limit\": 25, \n        \"filter\": {\n            \"type\": [\n                \"scoring\"\n            ], \n            \"phone_activity\": \"active\",\n            \"email_activity\": \"active\",\n            \"line_type\": \"mobile\",\n            \"messengers\": [\n                \"telegram\"\n            ]\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32003,\n        \"message\": \"Messengers validity not set\"\n    }\n}\n\n// The 'messengers_validity' field is required in the 'filter' parameter when 'messengers' is used.\n// You must specify either \"active\" or \"inactive\" for 'messengers_validity', because filtering by messenger types ('messengers') works only in combination with the validity status.\n\n// Example of correct filtering:\n// \"filter\": {\n//     \"messengers\": [\"telegram\", \"whatsapp\"],\n//     \"messengers_validity\": \"active\"\n// }"}],"_postman_id":"5ef0413e-aaf1-49e4-8f1b-0aec7f8d0227"}],"id":"317019dc-3c6d-4cd6-91ce-e909ac363909","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1a332ff9-ebcd-4dbf-baa9-80c9efa5d0e7","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"d9427e32-4b91-4ba3-a310-51a5e6625505","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"317019dc-3c6d-4cd6-91ce-e909ac363909","description":""},{"name":"3.3.2 Audiences (Batch job management)","item":[{"name":"audiences.get","id":"f73950c6-4887-4e75-bd1b-d397a22a1541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get audience details by identifier.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 856,\n        \"project_id\": 29\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"00779446-9cc2-4d9b-8762-809b7cb820b9","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 856,\n        \"project_id\": 29\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"name\": \"audience_name\",\n        \"created\": 1773226632,\n        \"user_id\": 11,\n        \"updated\": 1773226832,\n        \"status\": \"active\",\n        \"type\": [\n            \"scoring\"\n        ],\n        \"parent_id\": 855,\n        \"id\": 856,\n        \"project_id\": 29,\n        \"update_system_fields\": false,\n        \"scoring\": {\n            \"phone.validation.instagram\": false,\n            \"email.validation\": false,\n            \"phone.validation.facebook\": false,\n            \"phone.validation.whatsapp\": false,\n            \"phone.scoring.accessibility\": false,\n            \"email.tags\": false,\n            \"phone.validation.mnp\": true,\n            \"phone.validation\": false,\n            \"phone.tags\": false,\n            \"phone.validation.telegram\": false\n        },\n        \"total\": 1\n    }\n}"},{"id":"a232b745-9ce0-4d20-a08d-5b577481da32","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        },\n        \"code\": -32602,\n        \"message\": \"id is required\"\n    }\n}"},{"id":"0dbd8fab-2de5-4da3-9395-e69f4fa02bb3","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        },\n        \"code\": -32602,\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"e6ada98d-e0e7-4a10-943e-1e57c03a46ab","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet audience details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"18a6ddba-cf70-40f9-8870-5cd716f730d4","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.get\",\n    \"params\": {\n        \"id\": 856,\n        \"project_id\": 29\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"f73950c6-4887-4e75-bd1b-d397a22a1541"},{"name":"audiences.score.price","id":"16dfb969-ca7a-4179-a18c-b4c162f661de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"service_types\": \"<enum[]>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Estimate the price of a batch scoring job before execution.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier to estimate.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>service_types</code></td>\n<td><code>enum[]</code>  <br />  <br /><code>[</code>  <br /><code>phone.validation,</code>  <br /><code>phone.validation.mnp,</code>  <br /><code>phone.validation.whatsapp,</code>  <br /><code>phone.validation.telegram,</code>  <br /><code>phone.validation.instagram,</code>  <br /><code>phone.validation.facebook,</code>  <br /><code>phone.tags,</code>  <br /><code>email.validation,</code>  <br /><code>email.tags,</code>  <br /><code>phone.scoring.accessibility</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Scoring and validation service types to estimate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"955a5fcd-e581-4d37-a604-62ac36fb9248","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 1.23,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"3c5d405d-dc50-4e03-909d-57708c1d6503","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"fdf08746-5fe7-4095-a18c-90d50f62e89a","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"b1e09574-c6fa-4a5c-8e27-adad998585dc","name":"-32602 — Invalid Params : 'service_types is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"service_types is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"service_types\"\n        }\n    }\n}"},{"id":"e329e59c-0877-4ce6-a23b-029258ff7440","name":"-32602 — Invalid Params : 'service_types must be enum[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"other\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"service_types must be enum[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": {\n                \"options\": [\n                    \"phone.validation\",\n                    \"phone.validation.mnp\",\n                    \"phone.validation.whatsapp\",\n                    \"phone.validation.telegram\",\n                    \"phone.validation.instagram\",\n                    \"phone.validation.facebook\",\n                    \"phone.tags\",\n                    \"email.validation\",\n                    \"email.tags\",\n                    \"phone.scoring.accessibility\"\n                ],\n                \"type\": \"enum[]\"\n            },\n            \"field\": \"service_types\"\n        }\n    }\n}"},{"id":"0583ce54-b85b-4c6f-9883-665e96040f44","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nEstimate the price of a batch scoring job before execution.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to estimate. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to estimate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"d0cbc9c2-84a7-4d08-b707-a189b61c1301","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.price\",\n    \"params\": {\n        \"audience_id\": 851,\n        \"project_id\": 123,\n        \"service_types\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ]\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"16dfb969-ca7a-4179-a18c-b4c162f661de"},{"name":"audiences.score.start","id":"20b67ad4-7825-4ecd-b8cd-18f57e845ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": \"<int[]>\",\n        \"project_id\": \"<int>\",\n        \"type\": \"<enum[]>\",\n        \"update_system_fields\": \"<boolean>\",\n        \"name\": \"<string>\",\n        \"contacts\": \"<string[]>\",\n        \"geo_iso_codes\": \"<string[]>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Start an asynchronous batch scoring job for an audience. The output is a new audience with scored results.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audience_id</code></td>\n<td><code>int[]</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier list to process.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>enum[]</code>  <br />  <br /><code>[</code>  <br /><code>phone.validation,</code>  <br /><code>phone.validation.mnp,</code>  <br /><code>phone.validation.whatsapp,</code>  <br /><code>phone.validation.telegram,</code>  <br /><code>phone.validation.instagram,</code>  <br /><code>phone.validation.facebook,</code>  <br /><code>phone.tags,</code>  <br /><code>email.validation,</code>  <br /><code>email.tags,</code>  <br /><code>phone.scoring.accessibility</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Scoring and validation service types to run.  <br />  <br /><strong>Note</strong>: <code>phone.validation</code> and <code>phone.validation.mnp</code> are mutually exclusive and cannot be used together. All other values can be combined arbitrarily.</td>\n</tr>\n<tr>\n<td><code>contacts</code></td>\n<td><code>string[]</code></td>\n<td>No</td>\n<td>An array of contact SIDs (unique identifiers within the audience) to include in the scoring.  <br />  <br />To retrieve the list of SIDs for an audience, use the <code>audiences.contacts.list</code> method.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Name to assign to the new audience that will contain the scoring results.</td>\n</tr>\n<tr>\n<td><code>update_system_fields</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, overwrites messenger's fields with the values obtained from scoring.</td>\n</tr>\n<tr>\n<td><code>geo_iso_codes</code></td>\n<td><code>string[]</code></td>\n<td>No</td>\n<td>An array of two-letter ISO codes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"ed34d387-2c61-4727-8340-925aff6d6a41","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        853,\n        854\n    ],\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"226611a4-b2f2-4033-8181-3d38c381ceaf","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"project_id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"project_id is required\"\n    }\n}"},{"id":"88245fae-eaf9-46bb-b2b4-cf153305915b","name":"-32602 — Invalid Params : 'audience_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"34e1a045-29e6-4488-a3b9-557e052caa48","name":"-32602 — Invalid Params : 'type is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"type is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"type\"\n        }\n    }\n}"},{"id":"d834ee42-b921-4474-bead-cecf8712ad4c","name":"-32602 — Invalid Params : 'audience_id must be int[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            \"a\"\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"audience_id must be int[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"int[]\",\n            \"field\": \"audience_id\"\n        }\n    }\n}"},{"id":"77248c76-eb31-4411-ba94-780eeacf5a43","name":"-32602 — Invalid Params : 'type must be enum[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"other\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"type\",\n            \"type\": {\n                \"type\": \"enum[]\",\n                \"options\": [\n                    \"phone.validation\",\n                    \"phone.validation.mnp\",\n                    \"phone.validation.whatsapp\",\n                    \"phone.validation.telegram\",\n                    \"phone.validation.instagram\",\n                    \"phone.validation.facebook\",\n                    \"phone.tags\",\n                    \"email.validation\",\n                    \"email.tags\",\n                    \"phone.scoring.accessibility\"\n                ]\n            }\n        },\n        \"message\": \"type must be enum[]\"\n    }\n}"},{"id":"9397467a-b3a9-421f-ab5c-3d9b800079d8","name":"-32602 — Invalid Params : 'update_system_fields must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": 1,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"update_system_fields\",\n            \"type\": \"boolean\"\n        },\n        \"message\": \"update_system_fields must be boolean\"\n    }\n}"},{"id":"d335d980-ca27-4182-959e-3118566c8c95","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"name\": 1234567,\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"e20e76d1-bf5d-48cf-91be-d3927f44ed0b","name":"-32602 — Invalid Params : 'contacts must be string[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            123\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"contacts must be string[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string[]\",\n            \"field\": \"contacts\"\n        }\n    }\n}"},{"id":"6c292952-9f4d-4459-8959-fc29b941cc7f","name":"-32602 — Invalid Params : 'geo_iso_codes must be string[]'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            1\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"geo_iso_codes must be string[]\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string[]\",\n            \"field\": \"geo_iso_codes\"\n        }\n    }\n}"},{"id":"78a4464f-9c20-4666-b4de-41b7948c4187","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"7dd9f0a1-8764-414a-9777-c2f926f7cb93","name":"-32001 — Server Error: 'Can't change the segments in the \"pending\" status'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Can't change the segments in the 'pending' status\",\n        \"code\": -32001\n    }\n}\n\n// The specified 'audience_id' is currently in 'pending' status and cannot be modified."},{"id":"9f1854ca-b56b-4673-9096-79cd7caf76c3","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"d2595089-ae70-4616-a971-a0eea1327aba","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851,\n            852\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone.validation.mnp\",\n            \"phone.validation.whatsapp\",\n            \"phone.validation.telegram\",\n            \"phone.validation.instagram\",\n            \"phone.validation.facebook\",\n            \"phone.tags\",\n            \"email.validation\",\n            \"email.tags\",\n            \"phone.scoring.accessibility\"\n        ],\n        \"update_system_fields\": true,\n        \"contacts\": [\n            \"123\",\n            \"456\"\n        ],\n        \"geo_iso_codes\": [\n            \"XX\",\n            \"YY\"\n        ] \n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nStart an asynchronous batch scoring job for an audience. The output is a new audience with scored results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `audience_id` | `array` | Yes | Audience identifier list to process. |\n| `project_id` | `integer` | Yes | Project identifier. |\n| `type` | `array` | Yes | Scoring and validation service types to run. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.start\",\n    \"params\": {\n        \"audience_id\": [\n            851\n        ],\n        \"project_id\": 123,\n        \"type\": [\n            \"phone_accessibility\"\n        ]\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"20b67ad4-7825-4ecd-b8cd-18f57e845ac0"},{"name":"audiences.score.status","id":"89396686-b83f-461f-bde9-5a353b8416ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get the status and results of a batch scoring job.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier returned by <code>audiences.score.start</code>.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"d0441e73-5857-41d2-87e6-a6d6ac36fe59","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"action\": {\n            \"timestamp\": 1773346470,\n            \"parent_id\": 856,\n            \"type\": \"scoring\",\n            \"current\": 505,\n            \"total\": 50845\n        },\n        \"status\": \"pending\"\n    }\n}\n\n// Note:\n\n// If the audience is active, the response contains only \"status\": \"active\".\n\n// If the audience is pending (e.g., while loading or for a parent segment from which scoring was started), the response contains only \"status\": \"pending\".\n\n// When scoring is in progress for the audience, the response includes an action object:\n    // \"total\" — total number of contacts in the parent audience.\n    // \"current\" — number of contacts already processed."},{"id":"73609fb5-d54b-41bb-b40b-32d8af6e8957","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"48a13261-9b8c-4a07-9187-2c552c58be66","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"73edf191-48d0-4ef3-9893-bc98e868afb8","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the status and results of a batch scoring job.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier returned by audiences.score.start. |\n| `project_id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 852,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3063ada7-01f5-4cce-aa47-38ee866b8d8b","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.score.status\",\n    \"params\": {\n        \"id\": 857,\n        \"project_id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"89396686-b83f-461f-bde9-5a353b8416ef"},{"name":"audiences.export","id":"c9a18d9a-471e-477b-9c6a-a57f2804bb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"project_id\": \"<int>\",\n        \"export_format\": \"<enum>\",\n        \"filter\": \"<object>\",\n        \"only_system_fields\": \"<boolean>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Exports an audience to a file, with optional filtering.</p>\n<p>The response is returned as <code>text/plain</code> in one of the following formats:</p>\n<ul>\n<li><p><code>.xlsx</code> — Excel file</p>\n</li>\n<li><p><code>.csv</code> — UTF-8 encoded CSV with comma (<code>,</code>) as field delimiter</p>\n</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Audience identifier.</td>\n</tr>\n<tr>\n<td><code>project_id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object containing filter criteria. The following fields are supported:  <br />  <br />- <code>context</code> (<em>string</em>): Search by context (e.g., email, phone) from custom or system fields.  <br />  <br />- <code>updated</code> (<em>object</em>): Date range for last update. Contains:  <br />- <code>start</code> (<em>int</em>): Start of the period (Unix timestamp)  <br />- <code>end</code> (<em>int</em>): End of the period (Unix timestamp)  <br />  <br />- <code>type</code> (<em>enum[]</em>): Contact types to include. Possible values:  <br />- <code>initial</code> — raw data before scoring  <br />- <code>scoring</code> — contacts that have been scored  <br />  <br />- <code>carrier</code> (<em>string</em>): Carrier name.  <br />  <br />- <code>location</code> (<em>string</em>): Location name.  <br />  <br />- <code>phone_activity</code> (<em>enum</em>): Phone number activity status. Possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>messengers_validity</code> (<em>enum</em>): Messenger validity status. If a contact is valid in at least one messenger, it is considered active. Possible values: <code>active</code>, <code>inactive</code>.  <br />  <br />- <code>email_activity</code> (<em>enum</em>): Email activity status. Possible values: <code>active</code>, <code>inactive</code>, <code>unknown</code>.  <br />  <br />- <code>line_type</code> (<em>string</em>): Type of phone line. Possible values:  <br />- <code>shared_cost</code> — shared cost number  <br />- <code>voip</code> — VoIP  <br />- <code>personal_number</code> — personal number  <br />- <code>fixed_line</code> — landline  <br />- <code>mobile</code> — mobile  <br />- <code>unknown</code> — unknown type  <br />- <code>fixed_line_or_mobile</code> — landline or mobile  <br />- <code>voicemail</code> — voicemail  <br />- <code>toll_free</code> — toll‑free number  <br />- <code>uan</code> — universal access number (UAN)  <br />- <code>premium_rate</code> — premium rate number (paid services)  <br />- <code>pager</code> — pager  <br />  <br />- <code>messengers</code> (<em>enum[]</em>): List of messenger types to filter by. This filter works together with messengers_validity. If messengers_validity is set to inactive, the filter returns contacts that do not have the specified messenger(s). Possible values:  <br />- <code>telegram</code> — Telegram  <br />- <code>whatsapp</code> — WhatsApp  <br />- <code>facebook</code> — Facebook  <br />- <code>instagram</code> — Instagram  <br />  <br />- <code>country</code> (<em>string</em>): Country name.  <br />  <br />- <code>country_iso_code</code> (<em>string</em>): Two‑letter ISO code.  <br />  <br />- <code>phone_accessibility</code> (<em>object</em>): Range for phone number accessibility scores (obtained after scoring). If values outside the available range are provided, the result will be clipped to the actual min/max, or be empty if the range does not intersect with the data. Contains:  <br />- <code>min</code> (<em>int</em>): Minimum value  <br />- <code>max</code> (<em>int</em>): Maximum value  <br />  <br />- <code>tags</code> (<em>string[]</em>): filter by contacts associated with tag names.  <br />  <br />- <code>email_info</code> (<em>object</em>): Filter by metadata of email addresses in the segment (audience) that have been scored with type <code>\"email_validation\"</code>. Contains:  <br />-- <code>last_seen</code> (<em>object</em>): Date and time of the user’s last activity:  <br />---- <code>start</code> (<em>int</em>) — Start of the period (Unix timestamp),  <br />----<code>end</code> (<em>int</em>)— End of the period (Unix timestamp).  <br />-- <code>smtp_provider</code> (<em>string</em>): Name of the SMTP provider.  <br />-- <code>smtp_status_code</code> (<em>int</em>): SMTP server status code.  <br />-- <code>country</code> (<em>string</em>): Country name.  <br />-- <code>domain</code> (<em>string</em>): Domain part of the email address.  <br />-- <code>mx_record</code> (<em>string</em>): MX record of the domain.  <br />  <br />See example below.</td>\n</tr>\n<tr>\n<td><code>only_system_fields</code></td>\n<td><code>boolean</code></td>\n<td>No</td>\n<td>If <code>true</code>, only system fields are included in the export.</td>\n</tr>\n<tr>\n<td><code>export_format</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>csv,</code>  <br /><code>excel</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Output file format. Possible values:  <br />- <code>csv</code> — CSV file  <br />- <code>excel</code> — Excel file (XLSX)  <br />  <br />If omitted, the default format is XLSX.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": {\n    \"context\": \"context_name\", // string\n    \"updated\": { // object\n        \"start\": 0, // int, Unix timestamp\n        \"end\": 1 // int, Unix timestamp\n    },\n    \"type\": [ // enum[]\n        \"initial\", // string\n        \"scoring\" // string\n    ],\n    \"carrier\": \"carrier_name\", // string\n    \"location\": \"location_name\", // string\n    \"phone_activity\": \"active\", // enum\n    \"messengers_validity\": \"active\", // enum\n    \"email_activity\": \"active\", // enum\n    \"line_type\": \"mobile\", // string\n    \"messengers\": [ // enum[]\n        \"telegram\" // string\n    ],\n    \"country\": \"country_name\", // string\n    \"country_iso_code\": \"xx\", // string\n    \"phone_accessibility\": { // object\n        \"min\": 0, // int\n        \"max\": 1 // int\n    },\n    \"tags\": [ // string[]\n        \"tag_name1\", // string\n        \"tag_name2\" // string\n    ],\n    \"email_info\": { // object\n        \"last_seen\": { // object\n            \"start\": 0, // int\n            \"end\": 1 // int\n        },\n        \"smtp_provider\": \"smtp_provider_name\", // string\n        \"smtp_status_code\": 000, // int\n        \"country\": \"country_name\", // string\n        \"domain\": \"domain.com\", // string\n        \"mx_record\": \"mx.smtp_provider.com\" // string\n    }\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"ca5d17d9-95b4-4b87-b904-bf482ea5f2db","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/csv; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"created time,phone,whatsapp,telegram,viber,type,country,location,carrier,name,surname,second_name,birthdate,sex,phone score,phone status,whatsapp valid,telegram valid,facebook valid,instagram valid,timezone,iso code,line type,scoring time,email,sub-statuses,domain,mx record,smtp provider,smtp status code,username,profile picture,last seen,tags\nYYYY-MM-DD HH:MM:SS,00000000001,,,,scoring,country_name,location_name,carrier_name,,,,,,5,active,inactive,active,active,unknown,UTC+0,xx,mobile,YYYY-MM-DD HH:MM:SS,user1@example.com,[],example.com,mx.smtp_provider.com,smtp_provider_name,0,user1,,,\"['tag_name1/YYYY-MM-DD', 'tag_name2/-']\"\nYYYY-MM-DD HH:MM:SS,00000000002,,,,scoring,country_name,location_name,carrier_name,,,,,,6,active,active,active,active,unknown,UTC+0,xx,mobile,YYYY-MM-DD HH:MM:SS,user2@example.com,[],example.com,mx.smtp_provider.com,smtp_provider_name,0,user2,,,\"['tag_name4/YYYY-MM-DD', 'tag_name3/-']\"\n"},{"id":"2cfc76b6-228b-4d91-97ee-4546654dfa49","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"654351b0-7c19-47b6-a289-02a54582fc5e","name":"-32602 — Invalid Params : 'project_id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"project_id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"project_id\"\n        }\n    }\n}"},{"id":"6aca4301-65ef-43fe-ae57-6c771759e924","name":"-32602 — Invalid Params : 'export_format must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"export_format must be enum\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"export_format\",\n            \"type\": {\n                \"options\": [\n                    \"csv\",\n                    \"excel\"\n                ],\n                \"type\": \"enum\"\n            }\n        }\n    }\n}"},{"id":"61d43473-dfdd-4d63-ab31-d149667f061a","name":"-32602 — Invalid Params : 'only_system_fields must be boolean'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\",\n        \"only_system_fields\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"only_system_fields must be boolean\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"only_system_fields\",\n            \"type\": \"boolean\"\n        }\n    }\n}"},{"id":"d886a6bc-d9c1-410f-bd78-6a52ae91c0bb","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\",\n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"filter must be object\",\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"tags\": \"string[]\",\n                    \"context\": \"string\",\n                    \"updated\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"start\": \"int\",\n                            \"end\": \"int\"\n                        }\n                    },\n                    \"email_info\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"smtp_provider\": \"string\",\n                            \"smtp_status_code\": \"int\",\n                            \"country\": \"string\",\n                            \"mx_record\": \"string\",\n                            \"domain\": \"string\",\n                            \"last_seen\": {\n                                \"type\": \"object\",\n                                \"data\": {\n                                    \"start\": \"int\",\n                                    \"end\": \"int\"\n                                }\n                            }\n                        }\n                    },\n                    \"country_iso_code\": \"string\",\n                    \"phone_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"email_activity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\",\n                            \"unknown\"\n                        ]\n                    },\n                    \"line_type\": \"string\",\n                    \"messengers\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"telegram\",\n                            \"whatsapp\",\n                            \"facebook\",\n                            \"instagram\"\n                        ]\n                    },\n                    \"messengers_validity\": {\n                        \"type\": \"enum\",\n                        \"options\": [\n                            \"active\",\n                            \"inactive\"\n                        ]\n                    },\n                    \"location\": \"string\",\n                    \"type\": {\n                        \"type\": \"enum[]\",\n                        \"options\": [\n                            \"initial\",\n                            \"scoring\"\n                        ]\n                    },\n                    \"country\": \"string\",\n                    \"phone_accessibility\": {\n                        \"type\": \"object\",\n                        \"data\": {\n                            \"max\": \"int\",\n                            \"min\": \"int\"\n                        }\n                    },\n                    \"carrier\": \"string\"\n                }\n            }\n        }\n    }\n}"},{"id":"24441856-e47f-4298-ae39-2fc8f0f873e3","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nExport an audience to a file. The API returns a redirect to the export URL.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `format` | `string` | No | Export file format, for example csv or xlsx. |\n| `filter` | `object` | No | Optional filter object applied before export. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"format\": \"csv\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"c67e34b7-f86c-4404-a063-6e1e061fd30d","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"c340aa67-001d-4b07-ae58-375bff4b3af2","name":"-32003 — Server Error: 'Messengers validity not set'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.export\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"export_format\": \"csv\", \n        \"filter\": {\n            \"type\": [\n                \"scoring\"\n            ], \n            \"phone_activity\": \"active\",\n            \"line_type\": \"mobile\",\n            \"messengers\": [\n                \"telegram\"\n            ]\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new audience by filtering and sorting an existing audience. This method supports pre-scoring fields and post-scoring results.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Source audience identifier. |\n| `project_id` | `integer` | No | Project identifier. |\n| `name` | `string` | No | Name of the derived audience. |\n| `filter` | `object` | No | Filter object. |\n| `sort` | `object` | No | Sort object. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"audiences.filter\",\n    \"params\": {\n        \"id\": 851,\n        \"project_id\": 123,\n        \"name\": \"WhatsApp UAE Leads\",\n        \"filter\": {\n            \"country\": [\n                \"AE\"\n            ],\n            \"tags\": [\n                \"whatsapp_exists\"\n            ]\n        }\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32003,\n        \"message\": \"Messengers validity not set\"\n    }\n}\n\n// The 'messengers_validity' field is required in the 'filter' parameter when 'messengers' is used.\n// You must specify either \"active\" or \"inactive\" for 'messengers_validity', because filtering by messenger types ('messengers') works only in combination with the validity status.\n\n// Example of correct filtering:\n// \"filter\": {\n//     \"messengers\": [\"telegram\", \"whatsapp\"],\n//     \"messengers_validity\": \"active\"\n// }"}],"_postman_id":"c9a18d9a-471e-477b-9c6a-a57f2804bb35"}],"id":"6a639f7c-8f1b-4e7f-b06a-91c0c0ab1080","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"29341dbb-ce5a-452b-a224-eed1a93c2dae","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"342af575-7d6b-4b57-a2f9-ba9f822b3025","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"6a639f7c-8f1b-4e7f-b06a-91c0c0ab1080","description":""}],"id":"c6c24ddc-7b7c-48de-a70b-aa3ebf3a861a","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0de68a76-dc57-4bc9-a915-eb31d5cde67b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1ef2c4ba-0b33-4a8f-8e99-c1e3236cd45d"}}],"_postman_id":"c6c24ddc-7b7c-48de-a70b-aa3ebf3a861a","description":""},{"name":"3.4 Billing","item":[{"name":"balance.get","id":"8c6cbdf2-6ea6-4119-a81c-ee8a6604bd06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","description":"<p>API token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Retrieve the current account balance.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>params</code></td>\n<td><code>object</code> or <code>array</code></td>\n<td>No</td>\n<td>Empty object <code>{}</code> or empty array <code>[]</code>.  <br />  <br />Can be omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"15190ca3-3357-4a6b-83c6-2fc80067d82a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"balance\": 123.45\n  },\n  \"id\": 1\n}"},{"id":"f12bf329-8147-40ff-a179-f8f1e4df8961","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"6f33e6c2-072e-4be6-9071-85a3ce362e54","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"balance.get\",\n  \"params\": {},\n  \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"8c6cbdf2-6ea6-4119-a81c-ee8a6604bd06"},{"name":"payments.create","id":"3786a1a4-ff3d-46ec-b382-8c3710d5b993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": \"<int>\",\n        \"currency\": \"<enum>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a payment link for balance top-up.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>amount</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Top-up amount in USD.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>stripe</code>  <br /><code>]</code></td>\n<td><strong>Yes</strong></td>\n<td>Payment type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000,\n        \"type\": \"stripe\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"faf677a4-05a2-4818-a017-406c987c924b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000,\n        \"type\": \"stripe\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": 123456,\n        \"payment_url\": \"https://payment.url/x/pay/x0xx00...\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"55f2c812-4353-48ab-aa60-a3b3469d8c44","name":"-32602 — Invalid Params : 'amount is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"type\": \"stripe\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"amount is required\",\n        \"data\": {\n            \"field\": \"amount\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"d9299d98-b67a-4bce-bcc7-175dc853097e","name":"-32602 — Invalid Params : 'type is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"type is required\",\n        \"data\": {\n            \"field\": \"type\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"4b6d509a-34bc-4e36-bf6f-f278754d514a","name":"-32602 — Invalid Params : 'type must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000,\n        \"type\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"type must be enum\",\n        \"data\": {\n            \"type\": {\n                \"type\": \"enum\",\n                \"options\": [\n                    \"stripe\"\n                ]\n            },\n            \"field\": \"type\"\n        }\n    }\n}"},{"id":"0c074c9f-ea4c-4e98-9cf7-7ab8e3654838","name":"-32602 — Invalid Params : 'amount must be int'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000.01,\n        \"type\": \"stripe\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"amount must be int\",\n        \"data\": {\n            \"field\": \"amount\",\n            \"type\": \"int\"\n        }\n    }\n}"},{"id":"a58d8032-2c40-49b7-b3ad-b719dbccce7b","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000,\n        \"type\": \"stripe\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a Stripe PaymentIntent and a payment link for balance top-up.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `amount` | `integer` | Yes | Top-up amount in USD cents. |\n| `currency` | `string` | No | Currency code. Use USD by default. |\n| `success_url` | `string` | No | Optional return URL after payment success. |\n| `cancel_url` | `string` | No | Optional return URL after payment cancellation. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 10000,\n        \"currency\": \"USD\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"ccbd5ed8-ee46-482a-943d-4cd84a97f2c6","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.create\",\n    \"params\": {\n        \"amount\": 1000,\n        \"type\": \"stripe\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"3786a1a4-ff3d-46ec-b382-8c3710d5b993"},{"name":"payments.get","id":"6bbf014a-760e-4005-8916-138df5d1579c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get the current payment status.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Internal payment identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"35547502-afe9-4117-8d96-3917a43845ad","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the current payment status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"updated\": 1773136370,\n        \"type\": \"stripe\",\n        \"status\": \"new\", // Possible values: \"new\", \"success\", \"canceled\"\n        \"amount\": 10,\n        \"created\": 1773136308\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"c5c8c785-ecbe-4940-80e7-308297632be8","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the current payment status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"ab8e5b2a-f714-47ae-a858-02c5d2187837","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet the current payment status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a4de0327-fc74-43a3-8283-c9067b522378","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.get\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"6bbf014a-760e-4005-8916-138df5d1579c"},{"name":"payments.cancel","id":"304ffa9b-82d1-4118-a1eb-76e32d9dcf30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Cancel a PaymentIntent. After cancellation, the payment link can no longer be used.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Internal payment identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"5dfa0c25-b6c0-4d87-9829-4f83c123311c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCancel a Stripe PaymentIntent. After cancellation, the payment link can no longer be used.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"73f33d7c-f63b-41f1-9c4e-534ba55558de","name":"Successful Response -- Payment ID is not associated with user","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCancel a Stripe PaymentIntent. After cancellation, the payment link can no longer be used.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false, // The payment ID is not associated with the user's account.\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"98bb29fc-b12f-425d-923b-d1d7bc32e103","name":"Successful Response -- Cannot cancel completed payment","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCancel a Stripe PaymentIntent. After cancellation, the payment link can no longer be used.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"error\": {\n            \"success\": false,\n            \"message\": \"Cannot cancel completed payment\"\n        }\n    }\n}"},{"id":"6d1bcb85-2054-42ca-8e2d-002ab284b998","name":"Successful Response -- Payment session already expired","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCancel a Stripe PaymentIntent. After cancellation, the payment link can no longer be used.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"error\": {\n            \"success\": false,\n            \"message\": \"Payment session already expired\"\n        }\n    }\n}\n\n// Occurs if the payment session has expired or the payment has been cancelled"},{"id":"764909b7-1c8c-4e83-ae29-ca145ae49519","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCancel a Stripe PaymentIntent. After cancellation, the payment link can no longer be used.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        },\n        \"message\": \"id is required\"\n    }\n}"},{"id":"b3a465b6-ef9c-4466-92d3-ae92e2303c08","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCancel a Stripe PaymentIntent. After cancellation, the payment link can no longer be used.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Internal payment identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3075254f-cc15-46f1-b395-8da7f3cccca1","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.cancel\",\n    \"params\": {\n        \"id\": 123456\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"304ffa9b-82d1-4118-a1eb-76e32d9dcf30"},{"name":"payments.list","id":"8618fc6a-b404-4e3a-b8be-5e5587b0e3c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"created\": \"<object>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List balance top-ups and payment history with filtering and pagination.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>created</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object that specifies a time range for filtering payments:  <br />- <code>start</code> (<em>int</em>): Start of the period (Unix timestamp).  <br />- <code>end</code> (<em>int</em>): End of the period (Unix timestamp).  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>created</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"created\": {\n  \"start\": 0, // int, Unix timestamp\n  \"end\": 1 // int, Unix timestamp\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"0ba78351-0e74-4178-8984-8ac2020855e1","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance top-ups and payment history with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n| `status` | `string` | No | Payment status filter. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"total\": 11,\n        \"limit\": 50, \n        \"items\": [\n            {\n                \"created\": 1773136308,\n                \"updated\": 1773136370,\n                \"type\": \"stripe\",\n                \"id\": 12345,\n                \"amount\": 100,\n                \"status\": \"success\" // Possible values: \"new\", \"success\", \"canceled\"\n            }\n\n            // ...\n\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"94ca0410-0665-46fe-bc27-dc0d37f0c577","name":"-32602 — Invalid Params : 'start must be int'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"created\": {\n            \"start\": \"20250101\",\n            \"end\": 1\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance top-ups and payment history with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n| `status` | `string` | No | Payment status filter. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"int\",\n            \"field\": \"start\"\n        },\n        \"message\": \"start must be int\",\n        \"code\": -32602\n    }\n}"},{"id":"3bed4d59-80ce-4806-bafa-c8d4a21f4a24","name":"-32602 — Invalid Params : 'end must be int'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"created\": {\n            \"start\": 0,\n            \"end\": \"20250101\"\n        }\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance top-ups and payment history with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n| `status` | `string` | No | Payment status filter. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": \"int\",\n            \"field\": \"end\"\n        },\n        \"message\": \"end must be int\",\n        \"code\": -32602\n    }\n}"},{"id":"b4dda3b1-8b1b-4a2d-9c0f-e311ccd445ff","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance top-ups and payment history with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n| `status` | `string` | No | Payment status filter. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"b4bc2d1a-dbfc-41d3-abb8-c352a4892852","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"payments.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"8618fc6a-b404-4e3a-b8be-5e5587b0e3c3"},{"name":"transactions.list","id":"6fba809c-9d64-4647-91c5-034b453065c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"<string>\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"type\": \"<int>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\",\n        \"timestamp\": \"<object>\"\n    },\n    \"id\": \"<int>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List balance deductions and usage transactions with filtering and pagination.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Transaction type.  <br />  <br /><strong>Optional parameters</strong>:  <br /><code>type</code>  <br />  <br /><strong>Example</strong>:  <br /><code>\"type\": 0</code></td>\n</tr>\n<tr>\n<td><code>timestamp</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>An object specifying the time range for filtering transactions:  <br />- <code>start</code> (<em>int</em>): Start of the period (Unix timestamp).  <br />- <code>end</code> (<em>int</em>): End of the period (Unix timestamp).  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of the <code>timestamp</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"timestamp\": { // object\n    \"start\": 0, // int, date format UNIX timestamp\n    \"end\": 1 // int, date format UNIX timestamp\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"7e619e0a-76d6-4491-bc6d-df63db90f6c7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance deductions and usage transactions with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"comment\": \"Transaction details\",\n                \"amount\": -1.01,\n                \"id\": 85,\n                \"timestamp\": \"YYYY-MM-DD HH:MM:SS\", \n                \"type\": 0\n            }\n            \n            // ... \n\n        ],\n        \"limit\": 50,\n        \"total\": 187\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"00318e98-5bde-4489-a6ec-3639ef5bb1c0","name":"-32602 — Invalid Params : 'timestamp must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"timestamp\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance deductions and usage transactions with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"type\": {\n                \"type\": \"object\",\n                \"data\": {\n                    \"start\": \"int\",\n                    \"end\": \"int\"\n                }\n            },\n            \"field\": \"timestamp\"\n        },\n        \"code\": -32602,\n        \"message\": \"timestamp must be object\"\n    }\n}"},{"id":"c8ceb8fc-02d8-43c4-96e1-00544d6cfd93","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList balance deductions and usage transactions with filtering and pagination.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n| `date_from` | `string` | No | Start of the date range in ISO 8601 format. |\n| `date_to` | `string` | No | End of the date range in ISO 8601 format. |\n| `amount_min` | `integer` | No | Minimum amount in USD cents. |\n| `amount_max` | `integer` | No | Maximum amount in USD cents. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"da7375c3-dde9-49c2-8029-82e5aadb020f","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"transactions.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"6fba809c-9d64-4647-91c5-034b453065c6"}],"id":"3bebcd35-e3f1-4892-821a-d82af8889ccb","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"b91c0bda-3e18-4234-8bee-f25c7811d74c"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"eebdb9a0-b7cb-4f7f-a029-e5c2fd9e861a"}}],"_postman_id":"3bebcd35-e3f1-4892-821a-d82af8889ccb","description":""},{"name":"3.5 Upload","item":[{"name":"/upload","id":"b356e2aa-4527-4995-bd6d-1102369277a8","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true,"host":true,"content-length":true,"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"<p>Your API key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"<p>Example: '<code>/path/to/dataset_name.csv;type={MIME-type}</code>'</p>\n<p>Always specify the MIME type when using curl by appending <code>;type=&lt;MIME_TYPE&gt;</code> to the file path. This ensures the server correctly identifies the file format.</p>\n<p>Use the following MIME types for supported formats:</p>\n<p>-- '<code>.csv</code>' or '<code>.tsv</code>' → <code>text/csv</code></p>\n<p>-- '<code>.txt</code>' → <code>text/plain</code></p>\n<p>-- '<code>.xls</code>' → <code>application/vnd.ms-excel</code></p>\n<p>-- '<code>.xlsx</code>' or '<code>.xlsb</code>' → <code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></p>\n<p>If you copy a cURL command, it may omit the '<code>;type={MMIME-type}</code>' part. </p>\n<p>If your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.</p>\n","value":"/path/to/file","contentType":"{MIME-type}"}]},"url":"https://api.scoremachine.ai/upload","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Upload a file for batch audience creation or contact import. The response returns text with server-side file paths.</p>\n<h3 id=\"notes\">Notes</h3>\n<p>The response body is text returned with <code>Content-Type: text/plain; charset=utf-8</code>. Use the returned <code>path</code> value in methods such as <code>audiences.create</code>, <code>audiences.contacts.add</code>, <code>audiences.contacts.preview</code>, and other batch workflows.</p>\n<h3 id=\"key-features\"><strong>Key features</strong></h3>\n<ul>\n<li><p><strong>Instant path generation</strong> — Returned paths work immediately in subsequent API calls</p>\n</li>\n<li><p><strong>UTF-8 required</strong> — Files must use UTF-8 encoding (non-UTF-8 content may processing failures)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"supported-file-formats\"><strong>Supported File Formats</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Format</strong></th>\n<th><strong>Extension</strong></th>\n<th><strong>MIME Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Text</td>\n<td><code>.txt</code></td>\n<td><code>text/plain</code></td>\n<td>Plain text (newline-delimited '<code>\\n</code>' contacts), custom separator delimited values</td>\n</tr>\n<tr>\n<td>CSV</td>\n<td><code>.csv</code></td>\n<td><code>text/csv</code></td>\n<td>Plain text data format separated by comma/semicolon '<code>,</code>'/'<code>;</code>' character</td>\n</tr>\n<tr>\n<td>TSV</td>\n<td><code>.tsv</code></td>\n<td><code>text/csv</code></td>\n<td>Plain text data format separated by a tab '<code>\\t</code>' character</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xls</code></td>\n<td><code>application/vnd.ms-excel</code></td>\n<td>Legacy Excel binary format (<code>.xls</code>)</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xlsx</code></td>\n<td><code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></td>\n<td>Modern Excel Open XML format (<code>.xlsx</code>)</td>\n</tr>\n<tr>\n<td>Excel</td>\n<td><code>.xlsb</code></td>\n<td><code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></td>\n<td>Excel Binary Spreadsheet format (<code>.xlsb</code>)</td>\n</tr>\n<tr>\n<td>Other file formats</td>\n<td>--</td>\n<td>--</td>\n<td>Not supported</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"critical-curl-requirement\"><strong>Critical curl requirement</strong></h3>\n<p>Always append <code>;type=</code> to file paths in <code>-F</code> parameters. Omission causes <code>500 unknown file format</code> errors.</p>\n<p><strong>Correct Example</strong>: <code>-F 'file=\"dataset_name.csv\";type=text/csv'</code></p>\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>multipart/form-data</code>  <br /><em><strong>required</strong></em></td>\n<td>File to upload. Must match supported formats.  <br />  <br />Original filename preserved in response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>Returns array of uploaded file metadata objects:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"dataset_name.csv\",\n    \"type\": \"csv\",\n    \"path\": \"/upload/00/0/0/0x00xx0.csv\"\n  }\n]\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Original filename from upload.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>string</code></td>\n<td>Detected extension.</td>\n</tr>\n<tr>\n<td><code>path</code></td>\n<td><code>string</code></td>\n<td><strong>Critical</strong>: Use this exact value in file parameters of other methods.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["upload"],"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"a6e4dd62-84b2-4ba9-b90a-e1426c85e8fa","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"Your API key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","value":"/path/to/file","contentType":"{MIME-type}"}]},"url":"https://api.scoremachine.ai/upload"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\"path\":\"\\/upload\\/0\\/00\\/0\\/000x0x00.csv\",\"name\":\"dataset_name.csv\",\"type\":\"csv\"}]"},{"id":"0c7511a4-7374-4ce4-ae3e-bad082187d33","name":"Internal Server Error -- Unknown File Format","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain; charset=utf-8","type":"text"},{"key":"Token","value":"","description":"Your API key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","contentType":"","value":"/path/to/file"}]},"url":"https://api.scoremachine.ai/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\"error\":500,\"message\":\"unknown file format\",\"type\":\"application\\/octet-stream\"}\n\n// Error: Missing MIME Type. Always specify MIME type with ';type=<MIME_TYPE>' in curl uploads.\n// CORRECT: '/path/to/file;type={MIME-type}'"},{"id":"3f3ef760-2f57-42d7-8c6e-f03580ae2968","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json; charset=utf-8","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"text","description":"Example: '`/path/to/dataset_name.csv;type={MIME-type}`'\n\n\nAlways specify the MIME type when using curl by appending `;type=<MIME_TYPE>` to the file path. This ensures the server correctly identifies the file format.\n\n\nUse the following MIME types for supported formats:\n\n-- '`.csv`' or '`.tsv`' → `text/csv`\n\n-- '`.txt`' → `text/plain`\n\n-- '`.xls`' → `application/vnd.ms-excel`\n\n-- '`.xlsx`' or '`.xlsb`' → `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\n\n\nIf you copy a cURL command, it may omit the '`;type={MMIME-type}`' part. \n\n\nIf your system lacks these associations, the server will reject the file with an \"unknown file format\" error. In such cases, manually edit the copied command to include the correct MIME type as shown above.","contentType":"{MIME-type}","value":"/path/to/file"}]},"url":"https://api.scoremachine.ai/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"b356e2aa-4527-4995-bd6d-1102369277a8"}],"id":"08e5325a-a506-49ab-b4ed-46bdaffcd2f6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"e19ba73d-b8d4-4a6f-a747-c7b5a6c9b56f"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"614fb9a0-171c-49c2-9cf6-dfd06af5f515"}}],"_postman_id":"08e5325a-a506-49ab-b4ed-46bdaffcd2f6","description":""},{"name":"3.6 Projects","item":[{"name":"projects.create","id":"d25eb977-93e8-43bb-a57f-9eef8aa34e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Create a new project. Projects group multiple audiences for one customer, campaign, source, or use case.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Project name.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Project description.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"bcbefadc-234f-4dc5-802c-3e9440149748","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 15,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"fc1c123a-45db-4912-9597-407cff28825e","name":"-32602 — Invalid Params : 'name is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"190187d9-5cca-4c21-8dd4-4ff2eeb7803a","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": 123,\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"name must be string\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"name\",\n            \"type\": \"string\"\n        }\n    }\n}"},{"id":"5b22f1fd-ef33-4c24-a0b1-3e5962ed79a9","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCreate a new project. Projects group multiple audiences for one customer, campaign, source, or use case.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `name` | `string` | Yes | Project name. |\n| `description` | `string` | No | Project description. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Lead validation before SMS send\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"05f2e4cf-9da5-4bba-9db8-9ee9f1d430e2","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.create\",\n    \"params\": {\n        \"name\": \"Project Name\",\n        \"description\": \"Project Description\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"d25eb977-93e8-43bb-a57f-9eef8aa34e17"},{"name":"projects.get","id":"fe55ccd1-4237-4d4c-b144-716593e7511b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get project details by ID.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"3eaba874-a1c8-4fbb-92cc-1db48ef7b74f","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet project details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"name\": \"Project Name\",\n        \"user_id\": 11,\n        \"id\": 123,\n        \"status\": \"active\",\n        \"description\": \"Project Description\",\n        \"created\": 1773136370\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}\n"},{"id":"7258bd12-5594-453b-9145-517aa332e96a","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet project details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"id is required\",\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"id\"\n        }\n    }\n}"},{"id":"669fe6eb-65d1-4114-bf32-63ebb97b99ac","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nGet project details by ID.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"195f14d3-f555-4b99-9ebb-74fa2f37207f","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.get\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"fe55ccd1-4237-4d4c-b144-716593e7511b"},{"name":"projects.list","id":"8c301076-5456-4bc2-b98b-6d4be77dc85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"filter\": \"<object>\",\n        \"status\": \"<enum>\",\n        \"offset\": \"<int>\",\n        \"limit\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>List projects that belong to the current user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Object with filtering parameters. Contains fields:  <br />- <code>name</code> (<em>string</em>): Value for searching by full project name. Search is case-sensitive.  <br />  <br /><strong>Optional parameters</strong>:  <br /><code>filter</code>  <br />  <br /><strong>Example</strong>:  <br />See below</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Project status, possible values:  <br />- <code>active</code> : active projects,  <br />- <code>archived</code> : archived projects.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Zero-based number of records to skip.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><code>int</code></td>\n<td>No</td>\n<td>Maximum number of records to return.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example of passing values in the <code>filter</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"filter\": { // object\n      \"name\": \"any_project_name\" // string\n}\n\n</code></pre>\n<h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"5954cc81-dff5-4c90-99bc-7dcf74ee2a2b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"limit\": 50,\n        \"total\": 1,\n        \"items\": [\n            {\n                \"created\": 1773136370,\n                \"description\": \"Project Description\",\n                \"id\": 123,\n                \"status\": \"active\",\n                \"user_id\": 11,\n                \"name\": \"Project Name\"\n            }\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"3cadaadf-69b8-4a0c-8a0f-362cc97084d7","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ],\n                \"type\": \"enum\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"status must be enum\"\n    }\n}"},{"id":"5df04b05-f295-42e4-8b67-57c4329bfc26","name":"-32602 — Invalid Params : 'filter must be object'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50, \n        \"filter\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"field\": \"filter\",\n            \"type\": {\n                \"data\": {\n                    \"name\": \"string\"\n                },\n                \"type\": \"object\"\n            }\n        },\n        \"code\": -32602,\n        \"message\": \"filter must be object\"\n    }\n}"},{"id":"cb683390-b7f9-46f0-8df0-1cf20967a675","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nList projects that belong to the current user.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `filter` | `object` | No | Optional search filter, for example by project name. |\n| `status` | `string` | No | Project status filter. |\n| `offset` | `integer` | No | Zero-based number of records to skip. |\n| `limit` | `integer` | No | Maximum number of records to return. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"b31f53c5-7719-4c47-9a06-d185b1cd5adc","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.list\",\n    \"params\": {\n        \"offset\": 0,\n        \"limit\": 50\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"8c301076-5456-4bc2-b98b-6d4be77dc85f"},{"name":"projects.update","id":"0a9f2b03-0cc6-4f2c-8a6b-3b92d19e0ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": \"<int>\",\n        \"description\": \"<string>\",\n        \"status\": \"<enum>\",\n        \"name\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Update project metadata or status.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td><strong>Yes</strong></td>\n<td>Project identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>New project name.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>New project description.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>enum</code>  <br />  <br /><code>[</code>  <br /><code>active,</code>  <br /><code>archived</code>  <br /><code>]</code></td>\n<td>No</td>\n<td>Project status, possible values:  <br />- <code>active</code> : active projects,  <br />- <code>archived</code> : archived projects.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"4b55d685-a15e-4e0f-8761-3e949d83c87d","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"dc62cde8-b6e1-4968-b446-347c3b3a8632","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"c7563060-e21a-4a70-b5cc-b21701fa79ca","name":"-32602 — Invalid Params : 'status must be enum'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"other\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"status must be enum\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"status\",\n            \"type\": {\n                \"type\": \"enum\",\n                \"options\": [\n                    \"active\",\n                    \"archived\"\n                ]\n            }\n        }\n    }\n}"},{"id":"62c1e8aa-5b0c-45d2-90f8-a4c32daa0d52","name":"-32602 — Invalid Params : 'name must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": 1234,\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"name\"\n        },\n        \"message\": \"name must be string\"\n    }\n}"},{"id":"d23de476-2e98-4ad7-ae13-d8a3e51bcddc","name":"-32602 — Invalid Params : 'description must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": 1234,\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"description\"\n        },\n        \"message\": \"description must be string\"\n    }\n}"},{"id":"e05a3c4b-715d-4825-9504-89a3d78010af","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nUpdate project metadata or status.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n| `name` | `string` | No | New project name. |\n| `description` | `string` | No | New project description. |\n| `status` | `string` | No | Project status. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"UAE SMS Campaign\",\n        \"description\": \"Updated description\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3647e52a-b94a-44b6-b967-e604240ee54c","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.update\",\n    \"params\": {\n        \"id\": 123,\n        \"name\": \"Updated Project Name\",\n        \"description\": \"Updated Project Description\",\n        \"status\": \"archived\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"0a9f2b03-0cc6-4f2c-8a6b-3b92d19e0ad6"},{"name":"projects.remove","id":"e8766e67-a41f-42c3-b40a-ae06abebc258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": \"<int>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Removes a project by moving it to the archive. The project status changes to <code>archived</code>.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>int</code></td>\n<td>Yes</td>\n<td>Project identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"90a2820b-faac-4f49-a128-2d82d72def05","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove a project and all audiences inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"b008386b-a007-49e2-8e6f-73c783a45312","name":"-32602 — Invalid Params : 'id is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove a project and all audiences inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"id is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"id\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"b7151f24-ad96-40f7-a1d5-7d2f076bf9da","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRemove a project and all audiences inside it.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `id` | `integer` | Yes | Project identifier. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"5d94f012-5e90-49c1-9e26-3c4a20de61d6","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"projects.remove\",\n    \"params\": {\n        \"id\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"}],"_postman_id":"e8766e67-a41f-42c3-b40a-ae06abebc258"}],"id":"66de6ca8-5623-477a-8886-15e16d66354b","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"65ea396e-000c-40f5-9bb7-a79ae32d33ee"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"9c5e29c9-9330-4738-8ed6-b162c155afc7"}}],"_postman_id":"66de6ca8-5623-477a-8886-15e16d66354b","description":""},{"name":"3.7 Score - Email","item":[{"name":"score.email.validation","id":"7a292865-505e-448f-9815-378cfb7dcc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Validate email and ensure deliverability.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Email address to validate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"edd612c6-a9c7-415b-874e-3f6613e50073","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"technical_info\": {\n            \"smtp_provider\": \"smtp_provider_name\",\n            \"smtp_status_code\": null,\n            \"domain\": \"gmail.com\",\n            \"mx_record\": \"mx.smtp_provider.com\"\n        },\n        \"deliverability\": {\n            \"status\": true,\n            \"sub_status\": {},\n            \"address\": \"user_name@gmail.com\" \n        },\n        \"user_info\": {\n            \"age\": null,\n            \"country\": null,\n            \"username\": \"user.name\",\n            \"name\": \"Name\",\n            \"last_seen\": null,\n            \"gender\": \"gender\",\n            \"tags\": null,\n            \"profile_picture\": null\n        }\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"7f71b6bb-b2f9-4fd5-8188-fe6991e420e2","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"type\": \"required\",\n            \"field\": \"email\"\n        },\n        \"message\": \"email is required\"\n    }\n}"},{"id":"e52a3686-1d9e-4e3d-8153-5c48edfa3d93","name":"-32602 — Invalid Params : 'email must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"string\"\n        },\n        \"message\": \"email must be string\"\n    }\n}"},{"id":"a97199c9-b36f-494e-a226-d88612d57a0d","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"eb8c8b47-df6c-4876-b7ac-9a72c0020863","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"e8878a68-f515-42cf-9877-7de8d23df61e","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nValidate email format and mailbox existence.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address to validate. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.validation\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"7a292865-505e-448f-9815-378cfb7dcc91"},{"name":"score.email.tags","id":"59f5d8c8-b697-4bb1-9b39-97c880ea60af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Resolve tags from an email address.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Email address.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"12ce3efb-c7ae-465b-8f09-486de9559da0","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"tags\": [\n            {\n                \"tag_date\": \"YYYY-MM-DD\",\n                \"tag\": \"tag_value\"\n            },\n            {\n                \"tag_date\": \"\",\n                \"tag\": \"tag_value\"\n            }\n\n            // ...\n\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"fba73eb7-3e04-412c-bbc0-ff00348fba58","name":"-32602 — Invalid Params : 'email is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {},\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"email is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"cc2da534-97ea-43ac-b26c-4d76671c51ed","name":"-32602 — Invalid Params : 'email must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": 123\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"email\",\n            \"type\": \"string\"\n        },\n        \"message\": \"email must be string\"\n    }\n}"},{"id":"c261587c-0508-4fd8-975f-2f378e49b4a4","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"df64fa6c-ddfb-4c02-9b18-53d7931fda9e","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"f4111952-c68f-4250-8ed1-d182e0fc719e","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"user_name@gmail.com\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from an email address.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `email` | `string` | Yes | Email address. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.email.tags\",\n    \"params\": {\n        \"email\": \"lead@example.com\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"59f5d8c8-b697-4bb1-9b39-97c880ea60af"}],"id":"eb2c1ecb-d3ac-4eb0-8063-99d0ff52ea0f","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"27f112a2-4b47-4d91-9939-7c7f0190cc1a"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"94230932-78ea-49b0-a86e-12d67252ca53"}}],"_postman_id":"eb2c1ecb-d3ac-4eb0-8063-99d0ff52ea0f","description":""},{"name":"3.8 Score - Phone","item":[{"name":"score.phone.scoring","id":"fb74d2a4-3594-4dfd-97c3-0e802ad4ad39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run sequential phone scoring. This method returns scoring results for a single phone number and run all available phone validation checks. This method does basic validation, MNP lookup and checks for online presence (Facebook, Instagram, Telegram, Whatsapp) and retrieves a contactability score.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"453ca530-7c36-4904-abbe-e48fc5d4b3dd","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"phone_accessibility\": 4, // Phone number accessibility score (range: 0-10) of the contact\n                                  // If value '-100' is received: phone accessibility is unknown\n        \"phone_validation_mnp\": {\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"e164_format\": \"+00000000001\",\n            \"line_type\": \"mobile\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"iso_code\": \"xx\",\n            \"international_format\": \"+0 000 000-00-01\",\n            \"timezone\": \"UTC+0\"\n        },\n        \"telegram\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"facebook\": true,\n        \"instagram\": true,\n        \"valid\": true,\n        \"whatsapp\": false\n    }, \n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"d97df134-66a5-4a24-b2dc-07e852e78a90","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"13bfaff5-adc7-4ff3-b33a-36189609a7ab","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"bd4e5a73-f1e1-40b8-8c05-4f137ced4202","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"9ff53797-d4d2-4636-92ea-1147c52d6a9c","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"ba143151-d53f-4bfe-9a3c-e76ac33eb9ca","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"6381cf26-d880-461e-8c6e-904ae76eb753","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun sequential phone scoring. This method returns scoring results for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"fb74d2a4-3594-4dfd-97c3-0e802ad4ad39"},{"name":"score.phone.scoring.accessibility","id":"ae3db15e-7e6d-42b3-b70d-208587fa2dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Get only the phone accessibility (contactability) score for a single phone number without providing additional parameters.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"91a245aa-b64d-4520-a984-557bf6fabfb2","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"valid\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"phone\": \"+00000000001\",\n        \"phone_accessibility\": 4 // Phone number accessibility score (range: 0-10) of the contact\n                                 // If value '-100' is received: phone accessibility is unknown\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"48114b57-ae8d-4637-b4ed-eddb8ccec0bc","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"8f35561f-1a00-44a3-98a9-26bde85aa0c2","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"4ea7c597-aeb3-4a82-b376-216c01373661","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"b1404a7d-2223-484e-b4f6-514dbe5937ad","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"3e9d7822-3c19-4be5-b15d-7e71e3b6294e","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"15c45bf4-3b43-4bcf-bcd9-d99a7f48fd73","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun only the phone accessibility or contactability score for a single phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.scoring.accessibility\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"ae3db15e-7e6d-42b3-b70d-208587fa2dfb"},{"name":"score.phone.validation","id":"0557f94c-df00-467d-a843-62ee9b93280c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run basic phone validation for prefix and numbering plan check.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"38a81c45-5b2a-4cdb-bd41-3f667bcdf31c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone_validation\": {\n            \"iso_code\": \"xx\",\n            \"timezone\": \"UTC+0\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"line_type\": \"mobile\"\n        },\n        \"normalized_phone\": \"00000000001\",\n        \"phone\": \"+00000000001\",\n        \"valid\": true\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}\n"},{"id":"ac2453db-5b96-483f-afce-f7f8e514f3f9","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"f6658d2c-3abe-4b1b-9089-4ef755b25a9e","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"eb9480cc-5762-43aa-a07f-9054d24a0aca","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"e2ab96a7-2630-48ed-acbd-ed7d15cf76f0","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"5a5030b9-9623-4d6a-b244-9d1fd7dfc7ec","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"44a73909-c9aa-4b31-a894-f2e479a6f691","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun base phone validation. Without extra parameters, this method acts as a prefix and numbering-plan check.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"0557f94c-df00-467d-a843-62ee9b93280c"},{"name":"score.phone.validation.total","id":"120d39dc-b8ed-4299-a6a2-63cb38684460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Run all available phone validation checks without scoring. This method does basic validation, MNP lookup and checks for online presence (Facebook, Instagram, Telegram, Whatsapp).</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"82bf24c8-e8dc-4056-ac8d-d989ea4c90dd","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"phone_validation_mnp\": {\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\",\n            \"e164_format\": \"+00000000001\",\n            \"line_type\": \"mobile\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"iso_code\": \"xx\",\n            \"international_format\": \"+0 000 000-00-01\",\n            \"timezone\": \"UTC+0\"\n        },\n        \"telegram\": true,\n        \"normalized_phone\": \"00000000001\",\n        \"facebook\": true,\n        \"instagram\": true,\n        \"valid\": true,\n        \"whatsapp\": false\n    }, \n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"0146ffbb-a7f6-4c7f-9531-a436009120a7","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"f619b09b-8a02-4e5c-8598-e5f00ff257f3","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"86c2cb3b-b1e7-4a95-8a27-b945c59486eb","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"8d02ec52-dd7f-4c1a-a39a-2b7de860c3a6","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"fdea89d7-5e31-4ac3-bba1-b730cd62e86e","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"6d3aa01a-3565-49b7-b66a-109d0560253e","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nRun all currently available phone validation checks without scoring.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.total\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"120d39dc-b8ed-4299-a6a2-63cb38684460"},{"name":"score.phone.validation.mnp","id":"3902a1da-7a91-4b38-abfc-b50f77097d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Resolve the current carrier for a mobile number ported number (MNP lookup).</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"d185b1b5-77f5-4f89-a3b1-96f2dd8fc24b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"normalized_phone\": \"00000000001\",\n        \"phone_validation_mnp\": {\n            \"international_format\": \"+0 000 000-00-01\",\n            \"line_type\": \"mobile\",\n            \"e164_format\": \"+00000000001\",\n            \"iso_code\": \"xx\",\n            \"timezone\": \"UTC+0\",\n            \"local_format\": \"0 (000) 000-00-01\",\n            \"carrier\": \"carrier_name\",\n            \"location\": \"location_name\",\n            \"country\": \"country_name\"\n        },\n        \"phone\": \"+00000000001\",\n        \"valid\": true\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"00b74cba-f2bf-4346-886e-d1c62a5278a5","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"4357adce-5c72-4f9f-82af-99564d8b55f1","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"2975c937-3d78-4bb4-aba0-b227c1cf38e3","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"ae7990a6-73f2-49ec-ad9e-f7ff3182b3f5","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"1dd4b78c-445f-4ee8-9336-e7f26e06f673","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"d980c63b-22b7-4618-8c81-c88d81aad556","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve the current carrier for a mobile number ported number (MNP lookup).\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.mnp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"3902a1da-7a91-4b38-abfc-b50f77097d5c"},{"name":"score.phone.validation.facebook","id":"e18b1162-4b6d-43af-901c-e473a1cee65d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number is associated with a Facebook account.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"cdd8a41c-9217-4031-8f5f-7305e5e39c9e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"valid\": true,\n        \"facebook\": true,\n        \"phone\": \"+00000000001\",\n        \"normalized_phone\": \"00000000001\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"3763dba5-cb51-4174-bb32-8b74a9505a0c","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"aead2191-9fa1-452e-81d8-99ff2a13891b","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"bc38627c-ab57-429e-a433-88ecb6eb57e1","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"e4286fb5-8921-4564-b5d9-562a60c4125c","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"a3c08eed-cfc1-407d-9524-f1ce952561f1","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"82b2849a-b4c1-4b64-9ee5-06699fc4b3fe","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with a Facebook account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.facebook\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"e18b1162-4b6d-43af-901c-e473a1cee65d"},{"name":"score.phone.validation.telegram","id":"610bc420-1476-4040-aa38-6d01e1f8c6be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number is registered in Telegram.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"41dd0ad1-45ee-4927-b737-1197b9b23c67","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"valid\": true,\n        \"telegram\": true,\n        \"phone\": \"+00000000001\",\n        \"normalized_phone\": \"00000000001\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"aec8920b-e1ac-44e2-879c-b760b8b9615b","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"84111dbe-5a37-4e1a-b136-0f4844566f12","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"3daecf62-98f8-47c7-945a-23ac7fb05540","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"14df4c3c-6c0a-4d54-a58d-76bd3af86745","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"42bf99e6-5550-4484-ab76-d0b5ab67b28c","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"5e6bb075-d27c-4096-8b3c-808d2947b437","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is registered in Telegram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.telegram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"610bc420-1476-4040-aa38-6d01e1f8c6be"},{"name":"score.phone.validation.whatsapp","id":"878677ea-f3b7-4da7-ae38-22bdd6290a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number has a WhatsApp account.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"fde2225f-2208-4d31-bfcf-b4ac081f0cb5","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"normalized_phone\": \"00000000001\",\n        \"valid\": true,\n        \"whatsapp\": true,\n        \"phone\": \"+00000000001\"\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"c98a8a7a-88d3-42c2-a807-72a626fd4a34","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"b628aa46-46b7-4e4b-8548-ba2702335e58","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"8f0e3a41-5946-4cdc-bdf8-ae29878fdd49","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"20019255-9a5f-464c-82ed-f7fec9f0f845","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"ed3e6656-54e9-489a-935c-feba49d16b45","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"3da8d2a9-e2e5-4ab9-ab8e-dfa9324bc375","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number has a WhatsApp account.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.whatsapp\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"878677ea-f3b7-4da7-ae38-22bdd6290a77"},{"name":"score.phone.validation.instagram","id":"52fa7398-0dc3-4cff-acb5-12d0667953db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Check whether the phone number is associated with Instagram.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"85d1f421-1c30-4efe-9345-0df8b4468d7c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"normalized_phone\": \"00000000001\",\n        \"valid\": true,\n        \"phone\": \"+00000000001\",\n        \"instagram\": true\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"ffb0b89d-7bd3-48e3-a0c9-c1911fb8cfa5","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"e8fd978a-830f-4d89-8994-9be8c4dd0c7c","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"c391028b-113d-4582-8468-e6eb0d38e9f6","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"15c8ff1f-104e-4efe-923e-e77b47da87f7","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"72120699-131d-4c3f-9d4d-9c3ac27c96de","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"9109a33f-78ae-4f03-af98-5cc84f48dc0c","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nCheck whether the phone number is associated with Instagram.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n| `geo_iso_code` | `string` | No | Two-letter ISO country code. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.validation.instagram\",\n    \"params\": {\n        \"phone\": \"+14155550123\",\n        \"geo_iso_code\": \"US\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"52fa7398-0dc3-4cff-acb5-12d0667953db"},{"name":"score.phone.tags","id":"3344a5ea-802a-4d19-8a9e-68e7667e345e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"<string>\",\n        \"geo_iso_code\": \"<string>\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"<h3 id=\"requires-authentication\"><strong>Requires authentication</strong></h3>\n<p>This method requires authentication. A valid token must be provided in the request header.</p>\n<hr />\n<p>Resolve tags from a phone number.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td><strong>Yes</strong></td>\n<td>Phone number in E.164 format.</td>\n</tr>\n<tr>\n<td><code>geo_iso_code</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Two-letter ISO country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}\n\n</code></pre>\n","urlObject":{"host":["https://api.scoremachine.ai"],"query":[],"variable":[]}},"response":[{"id":"0e2cfacf-dbd0-4514-813f-00efb236933a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"phone\": \"+00000000001\",\n        \"normalized_phone\": \"00000000001\",\n        \"valid\": true,\n        \"tags\": [\n            {\n                \"tag\": \"tag_value\",\n                \"tag_date\": \"YYYY-MM-DD\"\n            },\n            {\n                \"tag\": \"tag_value\",\n                \"tag_date\": \"\"\n            }\n\n            // ...\n        ]\n    },\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1\n}"},{"id":"dab38afb-2347-4930-bc8e-3d8243b42d33","name":"-32602 — Invalid Params : 'phone is required'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"phone is required\",\n        \"code\": -32602,\n        \"data\": {\n            \"field\": \"phone\",\n            \"type\": \"required\"\n        }\n    }\n}"},{"id":"59b3a877-785d-43c6-a23a-d5b0342ee493","name":"-32602 — Invalid Params : 'phone must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": 00000000001,\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"phone must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"phone\"\n        }\n    }\n}"},{"id":"e7c62d2e-9187-4600-848e-dfb8fcd6fee8","name":"-32602 — Invalid Params : 'geo_iso_code must be string'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": 1\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32602,\n        \"message\": \"geo_iso_code must be string\",\n        \"data\": {\n            \"type\": \"string\",\n            \"field\": \"geo_iso_code\"\n        }\n    }\n}"},{"id":"84d019a5-faaf-4550-88dd-eee25c901864","name":"-32000 — Server Error: 'Internal Server Error'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Internal Server Error: Error details\",\n        \"code\": -32000\n    }\n}"},{"id":"82a324e9-122e-44d3-9245-3571b21b5577","name":"-32001 — Server Error: 'The user does not have permission to perform this operation'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"data\": {\n            \"available\": [\n                \"client\"\n            ]\n        },\n        \"code\": -32001,\n        \"message\": \"The user does not have permission to perform this operation\"\n    }\n}"},{"id":"23a967ca-5f50-4829-919b-3cd981eaed8d","name":"-32004 — Server Error: 'Low balance'","originalRequest":{"method":"POST","header":[{"key":"Token","value":"","description":"API token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+00000000001\",\n        \"geo_iso_code\": \"XX\"\n    },\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scoremachine.ai","description":"### Summary\nResolve tags from a phone number.\n\n### Authentication\nToken required\n\n### Parameters\n| Parameter | Type | Required | Description |\n| --- | --- | --- | --- |\n| `phone` | `string` | Yes | Phone number in E.164 format. |\n\n### Example request\n```json\n{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"score.phone.tags\",\n    \"params\": {\n        \"phone\": \"+14155550123\"\n    },\n    \"id\": 1\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": -32004,\n        \"message\": \"Low balance\"\n    }\n}"}],"_postman_id":"3344a5ea-802a-4d19-8a9e-68e7667e345e"}],"id":"5344be1d-7ffc-467f-bdd6-5fe5708739b8","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"6f1892d7-e18c-4133-a29e-399ba9cf9c14"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1c257fa0-b53a-439d-a6ee-4b0d66de488e"}}],"_postman_id":"5344be1d-7ffc-467f-bdd6-5fe5708739b8","description":""}],"id":"d17d0be7-8b9c-46a0-a696-9a287af79610","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"906974cb-62ab-48f4-8dc0-72a07ae4f3e0"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"95e83f2e-65a8-428e-8c75-ff8fbda724a3"}}],"_postman_id":"d17d0be7-8b9c-46a0-a696-9a287af79610","description":""},{"name":"4. Errors and troubleshooting","item":[{"name":"Upload and parsing issues","item":[],"id":"e8fdbbe2-2d2f-4372-a5f1-1931b82016f2","description":"<p>Typical issues include wrong separator, unsupported format, invalid MIME type, missing columns, and file size limit errors.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"3e16d183-c6a6-4455-9903-be21d9e94f22"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"9b184495-df7c-4745-9166-aa99afe9027e"}}],"_postman_id":"e8fdbbe2-2d2f-4372-a5f1-1931b82016f2"},{"name":"Batch job issues","item":[],"id":"d7a286ad-7723-4284-9eae-ac6338fbb767","description":"<p>Jobs may remain pending. Poll with <code>audiences.score.status</code> until the final state is reached <code>\"status\": \"active\"</code>.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"89e045b1-580f-4e22-83ee-db14e30091bd"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"9c5cf765-64b4-4dea-992f-7037059b8bf6"}}],"_postman_id":"d7a286ad-7723-4284-9eae-ac6338fbb767"},{"name":"Rate limits and retries","item":[],"id":"7a415211-2710-4882-a4d8-2d05abc4336e","description":"<p>Default assumptions in this collection use 20 RPS and around 2 seconds average latency. Use backoff and avoid aggressive polling.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"6849582e-7048-4d85-a201-6e330a09cc42"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"58ed16ef-70b1-4bff-ae16-10bfa0d55a5e"}}],"_postman_id":"7a415211-2710-4882-a4d8-2d05abc4336e"}],"id":"91c16ed5-aebd-4dd6-b1b0-d68d1fbe25a4","description":"<h3 id=\"json-rpc-error-envelope\">JSON-RPC error envelope</h3>\n<p>Error responses should use the JSON-RPC <code>error</code> object with:</p>\n<ul>\n<li><p><code>code</code></p>\n</li>\n<li><p><code>message</code></p>\n</li>\n<li><p>optional <code>data</code></p>\n</li>\n</ul>\n<h3 id=\"common-problems\">Common problems</h3>\n<ul>\n<li><p>Missing or expired Token</p>\n</li>\n<li><p>Invalid JSON body</p>\n</li>\n<li><p>Invalid E.164 phone format</p>\n</li>\n<li><p>Unsupported or missing file separator</p>\n</li>\n<li><p>Upload too large</p>\n</li>\n<li><p>Insufficient balance</p>\n</li>\n<li><p>Job still running</p>\n</li>\n</ul>\n<h3 id=\"retry-guidance\">Retry guidance</h3>\n<p>For transient failures, retry with client-side backoff.<br />For batch status polling, use intervals of at least 2 seconds.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"676b0085-2b00-4ac5-8614-75dcf34efc90"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"841b3222-82dd-41fd-af55-88be4f1d26e1"}}],"_postman_id":"91c16ed5-aebd-4dd6-b1b0-d68d1fbe25a4"}],"event":[{"listen":"prerequest","script":{"id":"f654d56c-8414-4230-a5be-1c724cdfcfa8","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"9535f2ab-5b12-4948-b4b7-d932bf007c07","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"BaseURL","value":"https://api.scoremachine.ai"},{"key":"Token","value":""}]}