{"info":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","description":"<html><head></head><body><p>Comprehensive API for managing DIDs (phone numbers), groups, spam checks, and user accounts for the NumberVerify service.<br>Provides endpoints for single and bulk spam checks, job management for asynchronous operations,<br>DID and group CRUD operations, API key management, and user account details.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36944676","collectionId":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","publishedId":"2sB2jAaTFn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-30T19:51:51.000Z"},"item":[{"name":"account","item":[{"name":"api-keys","item":[{"name":"{keyId}","item":[{"name":"Deactivate API Key","id":"3dfe665d-b862-489f-a275-310286be6159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/api-keys/:keyId","description":"<p>Deactivates (soft-deletes) a specific API key.</p>\n","urlObject":{"path":["account","api-keys",":keyId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"cf7f8c53-0f9f-47a2-bbe6-09679ac31f1a","description":{"content":"<p>(Required) ID of the API key to deactivate.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"keyId"}]}},"response":[{"id":"a64e5a62-b9e2-423a-a093-99c9fa268285","name":"API key deactivated successfully.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to deactivate."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"586b1d01-d32e-4fd1-b5fd-968ff13b8e45","name":"Invalid keyId format.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to deactivate."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"0868a4e0-d70e-416f-b89d-8cfc93e8ce84","name":"API key not found or not owned by user.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to deactivate."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"139343a0-79ca-4b10-85fd-a5b81e8cfa97","name":"Internal server error.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to deactivate."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"3dfe665d-b862-489f-a275-310286be6159"},{"name":"Reactivate API Key","id":"95d1e5ab-a969-493f-9e55-43ced45eec83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/api-keys/:keyId/activate","description":"<p>Reactivates a previously deactivated API key.</p>\n","urlObject":{"path":["account","api-keys",":keyId","activate"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"d0975ef0-5e6c-4be6-b5c3-5b0ab42fd603","description":{"content":"<p>(Required) ID of the API key to reactivate.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"keyId"}]}},"response":[{"id":"e0ea4fa0-7407-49ed-bef9-a8bc856d30ba","name":"API key reactivated successfully.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/activate","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","activate"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to reactivate."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e39983d0-4fbb-41de-9855-c1a811b2d324","name":"Invalid keyId format.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/activate","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","activate"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to reactivate."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"567cb023-a4bb-4247-a0c9-78ee14687a09","name":"API key not found, not owned by user, or not a user-generated key.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/activate","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","activate"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to reactivate."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"7e421cbd-6498-4af0-ba79-2f944a4072d7","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/activate","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","activate"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to reactivate."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"95d1e5ab-a969-493f-9e55-43ced45eec83"},{"name":"Permanently Delete API Key","id":"3eb4fe76-aa9e-4fdb-a307-e5c213d63a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/api-keys/:keyId/permanent","description":"<p>Permanently deletes a specific API key. This action is irreversible.</p>\n","urlObject":{"path":["account","api-keys",":keyId","permanent"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"5bad6acb-976b-4f2d-9916-57d2a1290f06","description":{"content":"<p>(Required) ID of the API key to permanently delete.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"keyId"}]}},"response":[{"id":"71f64a00-5830-47d4-bb11-bec45544b773","name":"API key permanently deleted successfully.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/permanent","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","permanent"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to permanently delete."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3b63c92d-626c-4637-9380-fd00429a968e","name":"Invalid keyId format.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/permanent","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","permanent"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to permanently delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"e20052a7-830e-476e-be78-f3f8fdb53fe8","name":"API key not found, not owned by user, or not a user-generated key.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/permanent","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","permanent"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to permanently delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"deeff488-9985-44a2-9982-bf840124472c","name":"Internal server error.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/account/api-keys/:keyId/permanent","host":["https://app.dialb.com/api/v1"],"path":["account","api-keys",":keyId","permanent"],"variable":[{"key":"keyId","value":"<uuid>","description":"(Required) ID of the API key to permanently delete."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"3eb4fe76-aa9e-4fdb-a307-e5c213d63a0b"}],"id":"074fbb76-3584-4fe1-8e08-d11740c110df","_postman_id":"074fbb76-3584-4fe1-8e08-d11740c110df","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"Generate API Key","id":"47fc2447-5f59-4482-8018-cd309d3011b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"expires_at\": \"<dateTime>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/account/api-keys","description":"<p>Generates a new API key for the authenticated user.</p>\n","urlObject":{"path":["account","api-keys"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"faebfd80-d127-4b6f-9b4f-74d14c91358e","name":"API key generated successfully. The raw key is returned only once.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"expires_at\": \"<dateTime>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/account/api-keys"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"key_prefix\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"expires_at\": \"<dateTime>\",\n  \"created_at\": \"<dateTime>\",\n  \"last_used_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"apiKey\": \"<string>\",\n  \"user_id\": \"<uuid>\"\n}"},{"id":"0793f4d4-0d3b-469e-9fe7-7a93eeec7916","name":"Invalid request body (e.g., invalid expires_at format).","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"expires_at\": \"<dateTime>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/account/api-keys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"d04eb5c3-8f6d-4884-b2a4-507233c1ec1a","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"expires_at\": \"<dateTime>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/account/api-keys"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"47fc2447-5f59-4482-8018-cd309d3011b5"},{"name":"List API Keys","id":"68df0c0f-861f-4342-9b84-e056d4323428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/api-keys","description":"<p>Lists metadata for all API keys belonging to the authenticated user.</p>\n","urlObject":{"path":["account","api-keys"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"86d42161-506d-403f-931c-ed27f28dacb2","name":"A list of API key metadata.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/api-keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<uuid>\",\n    \"key_prefix\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"expires_at\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"last_used_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"key_prefix\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"expires_at\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"last_used_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]"},{"id":"dbde49f0-6d09-4e71-bed5-4e3235250391","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/api-keys"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"68df0c0f-861f-4342-9b84-e056d4323428"}],"id":"12f061e2-ece0-4b72-ba76-0f907335aa79","_postman_id":"12f061e2-ece0-4b72-ba76-0f907335aa79","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"Get My Account Details","id":"187739d1-4b8a-4497-91ec-413694d6354c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/me","description":"<p>Retrieves detailed information for the authenticated user, including profile, limits, and rate limit usage.</p>\n","urlObject":{"path":["account","me"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"621964b7-2ebe-406b-8d25-c28f31ef9793","name":"User account details.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"email\": \"<email>\",\n  \"role\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"daily_limit\": \"<integer>\",\n  \"weekly_limit\": \"<integer>\",\n  \"monthly_limit\": \"<integer>\",\n  \"can_use_tmobile\": \"<boolean>\",\n  \"can_use_att\": \"<boolean>\",\n  \"can_use_third_party\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"daily_lookups_used\": \"<integer>\",\n  \"daily_lookups_remaining\": \"<integer>\",\n  \"weekly_lookups_used\": \"<integer>\",\n  \"weekly_lookups_remaining\": \"<integer>\",\n  \"monthly_lookups_used\": \"<integer>\",\n  \"monthly_lookups_remaining\": \"<integer>\"\n}"},{"id":"290d95b5-f05e-4057-aa3f-42ae0a90446b","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/account/me"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"187739d1-4b8a-4497-91ec-413694d6354c"}],"id":"8d7255c6-7e00-48f6-b947-2128c8e024db","_postman_id":"8d7255c6-7e00-48f6-b947-2128c8e024db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"dids","item":[{"name":"bulk","item":[{"name":"Bulk Assign DIDs to Group","id":"80e0660a-4f44-47ca-b541-4e6b2f2b140b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"group_id\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/assign-group","description":"<p>Assigns multiple DIDs to a specified group.</p>\n","urlObject":{"path":["dids","bulk","assign-group"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"211ca5ad-4147-4046-9ceb-00f254bf8128","name":"Bulk assignment successful.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"group_id\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/assign-group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"updatedCount\": \"<integer>\",\n  \"notFoundCount\": \"<integer>\"\n}"},{"id":"d4ae7428-b9e2-4b91-a6a0-ec7c983c4ac5","name":"Invalid request body or parameters.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"group_id\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/assign-group"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"7541bb73-3edc-4826-98f9-0b180a138710","name":"Target group not found or not owned by user.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"group_id\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/assign-group"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"0fe63e8c-7c32-4e08-a687-ffd763274933","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"group_id\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/assign-group"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"80e0660a-4f44-47ca-b541-4e6b2f2b140b"},{"name":"Bulk Delete DIDs","id":"7176948f-6fe2-4527-aa7b-313777c78428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/delete","description":"<p>Deletes multiple DIDs.</p>\n","urlObject":{"path":["dids","bulk","delete"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"326dcf0f-291d-4d31-a5b4-53b56a5e86f6","name":"Bulk deletion successful.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"deletedCount\": \"<integer>\",\n  \"notFoundCount\": \"<integer>\"\n}"},{"id":"174b9050-5f22-4fab-9fac-fcb4e120a7ac","name":"Invalid request body.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"eeb16e65-4f2f-4bd4-a35a-3830403b51c0","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"did_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/bulk/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"7176948f-6fe2-4527-aa7b-313777c78428"}],"id":"238697a3-b721-449d-ad2e-9e42cba6f5d6","_postman_id":"238697a3-b721-449d-ad2e-9e42cba6f5d6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"{didId}","item":[{"name":"Get DID Details","id":"5d072b5c-2431-488b-b03d-9f7076fa56a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/:didId","description":"<p>Retrieves details for a specific DID.</p>\n","urlObject":{"path":["dids",":didId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"f655ada2-4e5b-4292-876f-f11374873bf6","description":{"content":"<p>(Required) ID of the DID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"didId"}]}},"response":[{"id":"9047e2a3-01aa-4bbb-8555-53abe1ab0a19","name":"DID details.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"phone_number\": \"<string>\",\n  \"group_id\": \"<uuid>\",\n  \"group_name\": \"<string>\",\n  \"latest_tmobile_status\": \"<string>\",\n  \"latest_att_status\": \"<string>\",\n  \"latest_third_party_status\": \"<string>\",\n  \"latest_overall_status\": \"<string>\",\n  \"last_checked_at\": \"<dateTime>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"d7abb2f0-aa04-4ccc-9f44-05cf78fd1c49","name":"Invalid DID ID format.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"b5689178-fcaf-4cca-a36b-58c2dfa0fded","name":"DID not found or not owned by user.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"680a86ec-7fc1-43e6-aacd-f20822d55497","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"5d072b5c-2431-488b-b03d-9f7076fa56a3"},{"name":"Update DID Group","id":"f4c88d66-3de8-4575-b19a-180ae7116600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/:didId","description":"<p>Updates the group assignment for a specific DID.</p>\n","urlObject":{"path":["dids",":didId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"896958d8-7866-40d7-9780-04bcc3297ff1","description":{"content":"<p>(Required) ID of the DID to update.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"didId"}]}},"response":[{"id":"f169c352-ed2f-446b-9cf6-c7fbca8311d3","name":"DID updated successfully.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"phone_number\": \"<string>\",\n  \"group_id\": \"<uuid>\",\n  \"group_name\": \"<string>\",\n  \"latest_tmobile_status\": \"<string>\",\n  \"latest_att_status\": \"<string>\",\n  \"latest_third_party_status\": \"<string>\",\n  \"latest_overall_status\": \"<string>\",\n  \"last_checked_at\": \"<dateTime>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"f9dafb43-3e1b-424a-8cb0-4e9d69947629","name":"Invalid DID ID format or request body.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to update."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"7070b6e7-db99-4fe4-860d-96877f842c03","name":"DID or target group not found, or no permission.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to update."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"66ed6b81-81a2-4597-a364-6b9fdd0aa5e2","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to update."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"f4c88d66-3de8-4575-b19a-180ae7116600"},{"name":"Delete DID","id":"dc1b3cc4-c86c-4f80-9068-eb0470103cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/:didId","description":"<p>Deletes a specific DID.</p>\n","urlObject":{"path":["dids",":didId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"dc59d5ae-6040-46d4-b4e0-b0b2adf82824","description":{"content":"<p>(Required) ID of the DID to delete.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"didId"}]}},"response":[{"id":"d41dd754-28c0-479f-a65d-15a75f9fdd29","name":"DID deleted successfully.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to delete."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"14ee5472-819f-4659-b365-d8a22e48788b","name":"Invalid DID ID format.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"5782ca7e-ce25-4490-aa20-e4fdf18b3562","name":"DID not found or not owned by user.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"e8c22c11-bbc5-4db7-803c-6e11fdd97f90","name":"Internal server error.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId"],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID to delete."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"dc1b3cc4-c86c-4f80-9068-eb0470103cc8"},{"name":"Get DID Check History","id":"d54fd189-436b-4244-9067-d7ac9deb0b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/:didId/history?page=1&pageSize=10","description":"<p>Retrieves the spam check history for a specific DID, paginated.</p>\n","urlObject":{"path":["dids",":didId","history"],"host":["https://app.dialb.com/api/v1"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"id":"298c45be-421b-453a-8668-c5bebefdbebe","description":{"content":"<p>(Required) ID of the DID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"didId"}]}},"response":[{"id":"dbcbb13a-18bf-43c6-89df-b27e44630a80","name":"Paginated list of DID check history.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId/history?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId","history"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pagination\": {\n    \"page\": \"<integer>\",\n    \"pageSize\": \"<integer>\",\n    \"totalPages\": \"<integer>\",\n    \"totalResults\": \"<integer>\"\n  },\n  \"results\": [\n    {\n      \"id\": \"<uuid>\",\n      \"check_request_id\": \"<uuid>\",\n      \"job_id\": \"<uuid>\",\n      \"tmobile_status\": \"<string>\",\n      \"att_status\": \"<string>\",\n      \"third_party_status\": \"<string>\",\n      \"overall_status\": \"<string>\",\n      \"checked_at\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"check_request_id\": \"<uuid>\",\n      \"job_id\": \"<uuid>\",\n      \"tmobile_status\": \"<string>\",\n      \"att_status\": \"<string>\",\n      \"third_party_status\": \"<string>\",\n      \"overall_status\": \"<string>\",\n      \"checked_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"e3b04f9c-ae58-4e42-b03c-2c286ac9576b","name":"Invalid DID ID format.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId/history?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId","history"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"1682c942-9870-4c88-a9a4-c30133fc9e62","name":"DID not found or not owned by user.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId/history?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId","history"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"d188b233-e40f-4fa0-aa04-ede5989c1a65","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/:didId/history?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["dids",":didId","history"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"didId","value":"<uuid>","description":"(Required) ID of the DID."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"d54fd189-436b-4244-9067-d7ac9deb0b7f"}],"id":"4acddb44-77f6-4597-9788-2167ba5b9bbc","_postman_id":"4acddb44-77f6-4597-9788-2167ba5b9bbc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"Import DIDs (Synchronous)","id":"7e9d6b28-5cd1-41ae-b1d8-9e1854697e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids","description":"<p>Synchronously imports a list of DIDs into a specified group. Might be deprecated.</p>\n","urlObject":{"path":["dids"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e9c49907-dabd-4e69-9d52-d63f7d4d5c6c","name":"DIDs imported successfully.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"totalInRequest\": \"<integer>\",\n  \"uniqueValidProcessed\": \"<integer>\",\n  \"createdCount\": \"<integer>\",\n  \"alreadyExistedCount\": \"<integer>\",\n  \"ignoredFromRequestCount\": \"<integer>\"\n}"},{"id":"f67d1ed0-d1e4-49df-ba19-0fa778ba8dc6","name":"Invalid request body or parameters.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"5b2f3419-56fe-4fc6-a624-68cb1fa1201b","name":"Group not found or not owned by user.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"f594aebe-a719-47dd-8013-3c1634ebdfd2","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"7e9d6b28-5cd1-41ae-b1d8-9e1854697e42"},{"name":"List DIDs","id":"8d94f39c-e977-4dd3-aa21-a1b2edae092d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids?page=1&pageSize=10&exportAll=false&groupId=<uuid>&searchNumber=<string>&overallStatus=<string>&sortBy=created_at&sortOrder=desc","description":"<p>Lists DIDs for the authenticated user with pagination and filtering.</p>\n","urlObject":{"path":["dids"],"host":["https://app.dialb.com/api/v1"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"groupId","value":"<uuid>"},{"key":"searchNumber","value":"<string>"},{"key":"overallStatus","value":"<string>"},{"key":"sortBy","value":"created_at"},{"key":"sortOrder","value":"desc"}],"variable":[]}},"response":[{"id":"8be3b87b-393e-4c7b-aef5-b7880a87a601","name":"A paginated list of DIDs.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids?page=1&pageSize=10&exportAll=false&groupId=<uuid>&searchNumber=<string>&overallStatus=<string>&sortBy=created_at&sortOrder=desc","host":["https://app.dialb.com/api/v1"],"path":["dids"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"groupId","value":"<uuid>"},{"key":"searchNumber","value":"<string>"},{"key":"overallStatus","value":"<string>"},{"key":"sortBy","value":"created_at"},{"key":"sortOrder","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pagination\": {\n    \"page\": \"<integer>\",\n    \"pageSize\": \"<integer>\",\n    \"totalPages\": \"<integer>\",\n    \"totalResults\": \"<integer>\"\n  },\n  \"results\": [\n    {\n      \"id\": \"<uuid>\",\n      \"phone_number\": \"<string>\",\n      \"group_id\": \"<uuid>\",\n      \"group_name\": \"<string>\",\n      \"latest_tmobile_status\": \"<string>\",\n      \"latest_att_status\": \"<string>\",\n      \"latest_third_party_status\": \"<string>\",\n      \"latest_overall_status\": \"<string>\",\n      \"last_checked_at\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"phone_number\": \"<string>\",\n      \"group_id\": \"<uuid>\",\n      \"group_name\": \"<string>\",\n      \"latest_tmobile_status\": \"<string>\",\n      \"latest_att_status\": \"<string>\",\n      \"latest_third_party_status\": \"<string>\",\n      \"latest_overall_status\": \"<string>\",\n      \"last_checked_at\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"15355f2c-2808-4556-9d0d-e066150b9afd","name":"Invalid filter or sort parameters.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids?page=1&pageSize=10&exportAll=false&groupId=<uuid>&searchNumber=<string>&overallStatus=<string>&sortBy=created_at&sortOrder=desc","host":["https://app.dialb.com/api/v1"],"path":["dids"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"groupId","value":"<uuid>"},{"key":"searchNumber","value":"<string>"},{"key":"overallStatus","value":"<string>"},{"key":"sortBy","value":"created_at"},{"key":"sortOrder","value":"desc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"71e51462-d106-467a-8a5e-aea09e1f8eb9","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids?page=1&pageSize=10&exportAll=false&groupId=<uuid>&searchNumber=<string>&overallStatus=<string>&sortBy=created_at&sortOrder=desc","host":["https://app.dialb.com/api/v1"],"path":["dids"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"groupId","value":"<uuid>"},{"key":"searchNumber","value":"<string>"},{"key":"overallStatus","value":"<string>"},{"key":"sortBy","value":"created_at"},{"key":"sortOrder","value":"desc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"8d94f39c-e977-4dd3-aa21-a1b2edae092d"},{"name":"Create DID Export Job","id":"bbd5397f-7ba3-42ad-8b88-e026d5ec18a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excludedIds\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/export/jobs","description":"<p>Initiates an asynchronous job to export DIDs based on specified filters.</p>\n","urlObject":{"path":["dids","export","jobs"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"697a4c8c-2903-4e98-8273-313c83619185","name":"DID export job created successfully.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excludedIds\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/export/jobs"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"<uuid>\",\n  \"message\": \"<string>\",\n  \"status\": \"<string>\",\n  \"createdAt\": \"<dateTime>\"\n}"},{"id":"ed2b38a3-1eae-4be0-913e-5228a69d41e1","name":"Invalid request payload.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excludedIds\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/export/jobs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"7a479195-a4ba-4205-ad74-40a38626bc29","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excludedIds\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/dids/export/jobs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"bbd5397f-7ba3-42ad-8b88-e026d5ec18a9"},{"name":"Create DID Import Job (Async)","id":"997223f7-dff3-4217-8e1a-76d83dbf1cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>CSV or TXT file containing phone numbers.</p>\n","value":null},{"key":"targetGroupId","value":"<uuid>","type":"text","description":"<p>Optional ID of an existing group.</p>\n"},{"key":"newGroupName","value":"<string>","type":"text","description":"<p>Optional name for a new group.</p>\n"},{"key":"trackSpam","value":"<boolean>","type":"text","description":"<p>Whether to track spam status.</p>\n"}]},"url":"https://app.dialb.com/api/v1/dids/import/jobs","description":"<p>Initiates an asynchronous job to import DIDs.\nAccepts either a JSON payload with 'pastedNumbers' or multipart/form-data with a 'file'.</p>\n","urlObject":{"path":["dids","import","jobs"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"328c6ef4-726f-415e-8bc5-a8b1f69d8dbd","name":"DID import job created successfully.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"CSV or TXT file containing phone numbers.","key":"file","value":"<binary>","type":"text"},{"description":"Optional ID of an existing group.","key":"targetGroupId","value":"<uuid>","type":"text"},{"description":"Optional name for a new group.","key":"newGroupName","value":"<string>","type":"text"},{"description":"Whether to track spam status.","key":"trackSpam","value":"<boolean>","type":"text"}]},"url":"https://app.dialb.com/api/v1/dids/import/jobs"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"<uuid>\",\n  \"message\": \"<string>\"\n}"},{"id":"98039e4f-ab23-454e-ac07-1c4bdad39154","name":"Invalid request payload or file error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"CSV or TXT file containing phone numbers.","key":"file","value":"<binary>","type":"text"},{"description":"Optional ID of an existing group.","key":"targetGroupId","value":"<uuid>","type":"text"},{"description":"Optional name for a new group.","key":"newGroupName","value":"<string>","type":"text"},{"description":"Whether to track spam status.","key":"trackSpam","value":"<boolean>","type":"text"}]},"url":"https://app.dialb.com/api/v1/dids/import/jobs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"af9c0dfd-bbdf-45b4-8302-67109cd4bdb9","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"CSV or TXT file containing phone numbers.","key":"file","value":"<binary>","type":"text"},{"description":"Optional ID of an existing group.","key":"targetGroupId","value":"<uuid>","type":"text"},{"description":"Optional name for a new group.","key":"newGroupName","value":"<string>","type":"text"},{"description":"Whether to track spam status.","key":"trackSpam","value":"<boolean>","type":"text"}]},"url":"https://app.dialb.com/api/v1/dids/import/jobs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"997223f7-dff3-4217-8e1a-76d83dbf1cd7"},{"name":"Get DIDs Count","id":"36df8106-f0d0-412a-95e8-0babbc05e71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/count","description":"<p>Retrieves the total count of DIDs for the authenticated user.</p>\n","urlObject":{"path":["dids","count"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4b77e146-69e1-4788-8aab-f135e88d2521","name":"Total DID count.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\"\n}"},{"id":"8dc9841c-0e38-4b88-96dc-72d068fffff4","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/count"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"36df8106-f0d0-412a-95e8-0babbc05e71a"},{"name":"Get DIDs Statistics","id":"40499845-c454-4809-a84a-589ff8a3c9bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/dids/stats?status=<string>&period=all","description":"<p>Retrieves statistics about DIDs, e.g., count of spam DIDs in a period.</p>\n","urlObject":{"path":["dids","stats"],"host":["https://app.dialb.com/api/v1"],"query":[{"description":{"content":"<p>Filter by overall status (Spam, Clean, Failed).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Time period for stats (e.g., \"7d\", \"30d\", \"all\").</p>\n","type":"text/plain"},"key":"period","value":"all"}],"variable":[]}},"response":[{"id":"28b6cd12-6eb6-42d9-a2cb-62b95d8bc82e","name":"DID statistics.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/stats?status=<string>&period=all","host":["https://app.dialb.com/api/v1"],"path":["dids","stats"],"query":[{"key":"status","value":"<string>"},{"key":"period","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\"\n}"},{"id":"89720ce8-dacb-483c-81d4-65b37af26203","name":"Invalid period format.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/stats?status=<string>&period=all","host":["https://app.dialb.com/api/v1"],"path":["dids","stats"],"query":[{"key":"status","value":"<string>"},{"key":"period","value":"all"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"61d9ad4a-85e8-4aae-8b37-339363361834","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/dids/stats?status=<string>&period=all","host":["https://app.dialb.com/api/v1"],"path":["dids","stats"],"query":[{"key":"status","value":"<string>"},{"key":"period","value":"all"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"40499845-c454-4809-a84a-589ff8a3c9bc"}],"id":"7a1d5f5a-fdb1-4ae2-94ea-9fa6a31f9d04","_postman_id":"7a1d5f5a-fdb1-4ae2-94ea-9fa6a31f9d04","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"groups","item":[{"name":"{groupId}","item":[{"name":"Get Group Details","id":"aae916e1-d8d8-421a-8de5-b91bfca3a3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups/:groupId","description":"<p>Retrieves details for a specific group.</p>\n","urlObject":{"path":["groups",":groupId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"c9ac4946-26a4-4202-9bae-cee8efdd589f","description":{"content":"<p>(Required) ID of the group.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"groupId"}]}},"response":[{"id":"3d4cea32-fde0-4743-8747-14bb15cc1123","name":"Group details.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"user_id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"total_dids\": \"<integer>\",\n  \"spam_dids\": \"<integer>\",\n  \"clean_dids\": \"<integer>\",\n  \"failed_dids\": \"<integer>\"\n}"},{"id":"4db301ac-c8d2-42e6-9cea-befd03c26619","name":"Invalid group ID format.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"2308e56f-cc65-4f63-b299-8ce37e4cb1c2","name":"Group not found or not owned by user.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"2d4a5bb0-c052-49ba-b3f0-0a68569ca07f","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"aae916e1-d8d8-421a-8de5-b91bfca3a3ce"},{"name":"Update Group","id":"d5306532-8e34-4a4a-bb90-febd20a3cda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/groups/:groupId","description":"<p>Updates the name of a specific group.</p>\n","urlObject":{"path":["groups",":groupId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"9b657ee5-2060-4d57-ae51-bffde8faea50","description":{"content":"<p>(Required) ID of the group to update.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"groupId"}]}},"response":[{"id":"bc7e9b36-5d53-4f21-82b8-30a5ced8a625","name":"Group updated successfully.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"user_id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"total_dids\": \"<integer>\",\n  \"spam_dids\": \"<integer>\",\n  \"clean_dids\": \"<integer>\",\n  \"failed_dids\": \"<integer>\"\n}"},{"id":"241f1ee5-0a56-4130-a4e8-c83edd7594b6","name":"Invalid group ID format or request body.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to update."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"50c877fa-c573-4d7a-ae4c-855201f60e48","name":"Group not found or not owned by user.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to update."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"6abe451f-ebb6-4bbe-8bfd-e1c41096ea30","name":"A group with the new name already exists.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to update."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"e545e053-a5cf-4cd3-baec-552eca4968a0","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to update."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"d5306532-8e34-4a4a-bb90-febd20a3cda6"},{"name":"Delete Group","id":"92ad7a3b-fb9d-463e-944f-bb04f5564092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","description":"<p>Deletes a specific group.\nIf the group contains DIDs, an 'action' query parameter is required:</p>\n<ul>\n<li><code>action=delete_dids</code>: Deletes all DIDs in the group, then the group.</li>\n<li><code>action=reassign_dids&amp;new_group_id=&lt;uuid&gt;</code>: Reassigns DIDs to <code>new_group_id</code>, then deletes the group.\nThe 'Uncategorized' group cannot be deleted.</li>\n</ul>\n","urlObject":{"path":["groups",":groupId"],"host":["https://app.dialb.com/api/v1"],"query":[{"description":{"content":"<p>Action to take if the group is not empty ('delete_dids' or 'reassign_dids').</p>\n","type":"text/plain"},"key":"action","value":"<string>"},{"description":{"content":"<p>ID of the group to reassign DIDs to (required if action=reassign_dids).</p>\n","type":"text/plain"},"key":"new_group_id","value":"<uuid>"}],"variable":[{"id":"f6983331-d30a-46dd-93fe-155ec71e2608","description":{"content":"<p>(Required) ID of the group to delete.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"groupId"}]}},"response":[{"id":"354cd5b8-7288-4df7-8c6e-70bbac18ee8e","name":"Group deleted successfully.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"query":[{"key":"action","value":"<string>"},{"key":"new_group_id","value":"<uuid>"}],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to delete."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36ea55f2-9292-4920-82c3-25e714953a7e","name":"Invalid group ID format, missing parameters for action, or trying to delete 'Uncategorized' group.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"query":[{"key":"action","value":"<string>"},{"key":"new_group_id","value":"<uuid>"}],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"dd2c7977-a392-4883-bc97-f1c731715394","name":"Permission denied to delete the group.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"query":[{"key":"action","value":"<string>"},{"key":"new_group_id","value":"<uuid>"}],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"fc1ac2f5-ec77-40c1-b94e-ea1cfc65916c","name":"Group or target group for reassignment not found.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"query":[{"key":"action","value":"<string>"},{"key":"new_group_id","value":"<uuid>"}],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"055004e2-cc0a-4510-a4fa-66b7f11ecad7","name":"Group is not empty and no valid action provided.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"query":[{"key":"action","value":"<string>"},{"key":"new_group_id","value":"<uuid>"}],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to delete."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"780431b2-89fc-4ae7-bc1f-a46ef80cb31a","name":"Internal server error.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId?action=<string>&new_group_id=<uuid>","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId"],"query":[{"key":"action","value":"<string>"},{"key":"new_group_id","value":"<uuid>"}],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group to delete."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"92ad7a3b-fb9d-463e-944f-bb04f5564092"},{"name":"Delete DIDs in Group","id":"1150d461-c0ed-4b05-b000-f638249a9c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups/:groupId/dids","description":"<p>Deletes all DIDs within a specific group.</p>\n","urlObject":{"path":["groups",":groupId","dids"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"4564515b-2cfb-41ae-bb84-df5eb17d753d","description":{"content":"<p>(Required) ID of the group from which to delete DIDs.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"groupId"}]}},"response":[{"id":"a4f734c2-6f37-4ea8-891f-07f43c96e076","name":"DIDs in group deleted successfully.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId/dids","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId","dids"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group from which to delete DIDs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"deletedCount\": \"<integer>\"\n}"},{"id":"ae9bb82a-4a7e-4c25-9500-a54bf9cace73","name":"Invalid group ID format.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId/dids","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId","dids"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group from which to delete DIDs."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"a11e1e8a-4124-485a-90e4-4ba6d713d02c","name":"Permission denied to modify this group's DIDs.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId/dids","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId","dids"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group from which to delete DIDs."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"82eeb1db-4e64-411d-9ce4-8e0c455ac575","name":"Group not found.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId/dids","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId","dids"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group from which to delete DIDs."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"462efc7d-a5e2-4eba-bdf0-334113a7b8db","name":"Internal server error.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups/:groupId/dids","host":["https://app.dialb.com/api/v1"],"path":["groups",":groupId","dids"],"variable":[{"key":"groupId","value":"<uuid>","description":"(Required) ID of the group from which to delete DIDs."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"1150d461-c0ed-4b05-b000-f638249a9c1d"}],"id":"a50d85e4-824c-48ca-a6a4-8bcd91ab8a5d","_postman_id":"a50d85e4-824c-48ca-a6a4-8bcd91ab8a5d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"Create Group","id":"a0e7b5e6-e15a-4beb-a810-380a3c740f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/groups","description":"<p>Creates a new group for organizing DIDs.</p>\n","urlObject":{"path":["groups"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"71745a23-9cde-4ab7-8770-d6f8d0b8e134","name":"Group created successfully.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"user_id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"total_dids\": \"<integer>\",\n  \"spam_dids\": \"<integer>\",\n  \"clean_dids\": \"<integer>\",\n  \"failed_dids\": \"<integer>\"\n}"},{"id":"08f986f2-26c2-4ace-b996-bdbfe82f14d1","name":"Invalid request body or group name.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"035a75b4-658d-4d49-8c6b-2e1e9771e138","name":"A group with the same name already exists.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"77190ee8-24c5-439c-a47c-0243f0450558","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"a0e7b5e6-e15a-4beb-a810-380a3c740f8b"},{"name":"List Groups","id":"0c9135a3-1956-4f40-96b9-c3b8b787394f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups?page=1&pageSize=10","description":"<p>Lists all groups for the authenticated user with pagination and DID counts.</p>\n","urlObject":{"path":["groups"],"host":["https://app.dialb.com/api/v1"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"4a651d0c-e292-4d8e-bdfc-4e04f2185561","name":"A paginated list of groups with DID counts.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["groups"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pagination\": {\n    \"page\": \"<integer>\",\n    \"pageSize\": \"<integer>\",\n    \"totalPages\": \"<integer>\",\n    \"totalResults\": \"<integer>\"\n  },\n  \"results\": [\n    {\n      \"id\": \"<uuid>\",\n      \"user_id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"total_dids\": \"<integer>\",\n      \"spam_dids\": \"<integer>\",\n      \"clean_dids\": \"<integer>\",\n      \"failed_dids\": \"<integer>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"user_id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"total_dids\": \"<integer>\",\n      \"spam_dids\": \"<integer>\",\n      \"clean_dids\": \"<integer>\",\n      \"failed_dids\": \"<integer>\"\n    }\n  ]\n}"},{"id":"ab35de99-e6ab-4b04-8137-01adba11e0ac","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/groups?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["groups"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"0c9135a3-1956-4f40-96b9-c3b8b787394f"},{"name":"Get Groups Count","id":"25d59776-4bad-4699-9324-72b339f16086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups/count","description":"<p>Retrieves the total count of groups for the authenticated user.</p>\n","urlObject":{"path":["groups","count"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"694bed54-6253-4439-ab4a-e28f4199d52f","name":"Total group count.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\"\n}"},{"id":"871a96a5-1234-4bcd-a138-d75acc396f00","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/groups/count"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"25d59776-4bad-4699-9324-72b339f16086"}],"id":"7bf3f7ad-faf0-4721-b78c-da79717ec8c7","_postman_id":"7bf3f7ad-faf0-4721-b78c-da79717ec8c7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"check","item":[{"name":"bulk","item":[{"name":"Bulk Phone Number Check","id":"2bc69e24-245a-4568-9177-12e67f771900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk","description":"<p>Initiates an asynchronous bulk spam check job for a list of phone numbers or DIDs in a group.</p>\n","urlObject":{"path":["check","bulk"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ebe56e9c-00f5-4352-b216-0907c4d2c10d","name":"Bulk check job accepted.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"<uuid>\",\n  \"message\": \"<string>\",\n  \"count\": \"<integer>\"\n}"},{"id":"0543fc64-5ed6-4715-b786-b867f82f390b","name":"Invalid request payload.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"81b741f7-7297-444d-8201-08b3d9e35070","name":"Rate limit exceeded for bulk request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"186425ca-e4de-4600-be18-573a7ada1fbf","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumbers\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"2bc69e24-245a-4568-9177-12e67f771900"},{"name":"Create Bulk Check Job with Filters","id":"e2b11b58-051c-47a7-b6a3-ee11f875d54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excluded_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk/jobs","description":"<p>Initiates an asynchronous bulk spam check job for DIDs matching specified filters.</p>\n","urlObject":{"path":["check","bulk","jobs"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cee46fdb-4685-4af7-b4e9-db532d81c6aa","name":"Bulk check filtered job accepted.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excluded_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk/jobs"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"<uuid>\",\n  \"message\": \"<string>\"\n}"},{"id":"d1035707-75fc-433e-9257-bd4ad7e7870c","name":"Invalid request payload.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excluded_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk/jobs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"9953140a-a647-47b7-a31a-4c4c26f6a06f","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": {\n    \"searchNumber\": \"<string>\",\n    \"groupId\": \"<string>\",\n    \"overallStatus\": \"<string>\"\n  },\n  \"excluded_ids\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/bulk/jobs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"e2b11b58-051c-47a7-b6a3-ee11f875d54c"}],"id":"6ad5c34d-daf7-44fa-9947-18f2226337c3","_postman_id":"6ad5c34d-daf7-44fa-9947-18f2226337c3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"Single Phone Number Check","id":"4947608a-ce4a-400e-af91-f29e54c49dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"<string>\",\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/single","description":"<p>Performs a spam check on a single phone number.</p>\n","urlObject":{"path":["check","single"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"61598d79-4b82-4988-b5d1-26494f2a7e8e","name":"Spam check result.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"<string>\",\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"phoneNumber\": \"<string>\",\n  \"tmobileStatus\": \"<string>\",\n  \"attStatus\": \"<string>\",\n  \"thirdPartyStatus\": \"<string>\",\n  \"overallStatus\": \"<string>\",\n  \"usage\": {\n    \"dailyLookupsLeft\": \"<integer>\",\n    \"weeklyLookupsLeft\": \"<integer>\",\n    \"monthlyLookupsLeft\": \"<integer>\"\n  }\n}"},{"id":"e37a80e4-0d56-423c-8b24-55948a52a6b6","name":"Invalid request payload or phone number.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"<string>\",\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/single"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"1a04f8f8-1b97-4b49-b322-ad6ea5a58c01","name":"Rate limit exceeded.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"<string>\",\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/single"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"a78deff0-34ab-477a-8d63-b8ef79ff03a0","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"<string>\",\n  \"groupId\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/check/single"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"4947608a-ce4a-400e-af91-f29e54c49dcc"}],"id":"e178f41b-f674-4c7c-b918-35acdf06deb5","_postman_id":"e178f41b-f674-4c7c-b918-35acdf06deb5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"jobs","item":[{"name":"{jobId}","item":[{"name":"Get Job Status","id":"51ab1c06-470e-4a28-95ea-45e3f23feada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/jobs/:jobId","description":"<p>Retrieves the status and details of a specific job.</p>\n","urlObject":{"path":["jobs",":jobId"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"fdfdfce7-b674-4c32-9a17-708be8dcd5b5","description":{"content":"<p>(Required) ID of the job to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"jobId"}]}},"response":[{"id":"3090f67d-cdd0-47bf-8032-fe5e966d9c90","name":"Job details.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"user_id\": \"<uuid>\",\n  \"group_id\": \"<uuid>\",\n  \"type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"total_numbers\": \"<integer>\",\n  \"processed_numbers\": \"<integer>\",\n  \"successfully_checked_numbers\": \"<integer>\",\n  \"failed_check_numbers\": \"<integer>\",\n  \"spamNumbers\": \"<integer>\",\n  \"cleanNumbers\": \"<integer>\",\n  \"group_name\": \"<string>\",\n  \"file_path\": \"<string>\",\n  \"file_error\": \"<string>\",\n  \"input_type\": \"<string>\",\n  \"original_file_name\": \"<string>\",\n  \"new_group_name\": \"<string>\",\n  \"track_spam\": \"<boolean>\",\n  \"total_in_request\": \"<long>\",\n  \"unique_valid_processed\": \"<long>\",\n  \"dids_created_count\": \"<long>\",\n  \"dids_updated_count\": \"<long>\",\n  \"dids_ignored_count\": \"<long>\",\n  \"dids_failed_count\": \"<long>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"completed_at\": \"<dateTime>\",\n  \"user_deleted_at\": \"<dateTime>\"\n}"},{"id":"f2280fff-126a-493d-b472-da6196b02e65","name":"Invalid jobId format.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"35372ae8-17be-4222-8ea0-91970a73a91e","name":"Job not found or not owned by user.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"86b560c9-3916-4438-84cf-800ff1aa8e48","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to retrieve."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"51ab1c06-470e-4a28-95ea-45e3f23feada"},{"name":"Get Job Results","id":"0bba0610-c444-458f-b421-d5c11b07908f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/jobs/:jobId/results?page=1&pageSize=10&exportAll=false&format=csv","description":"<p>Retrieves the results of a completed bulk check job, with pagination or full export.</p>\n","urlObject":{"path":["jobs",":jobId","results"],"host":["https://app.dialb.com/api/v1"],"query":[{"description":{"content":"<p>Page number for paginated results. Not used if exportAll=true.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of results per page. Not used if exportAll=true.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>Set to 'true' to export all results.</p>\n","type":"text/plain"},"key":"exportAll","value":"false"},{"description":{"content":"<p>Export format ('csv' or 'txt'). Used only if exportAll=true.</p>\n","type":"text/plain"},"key":"format","value":"csv"}],"variable":[{"id":"2cedadea-3bbe-4265-90c0-11e3fdd8e844","description":{"content":"<p>(Required) ID of the job.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"jobId"}]}},"response":[{"id":"26f64f43-21ed-42c4-926a-ba9643bd3b59","name":"Job results. If exportAll=true and format is specified, content type will be text/csv or text/plain. Otherwise, application/json for paginated results.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/results?page=1&pageSize=10&exportAll=false&format=csv","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","results"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"format","value":"csv"}],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pagination\": {\n    \"page\": \"<integer>\",\n    \"pageSize\": \"<integer>\",\n    \"totalPages\": \"<integer>\",\n    \"totalResults\": \"<integer>\"\n  },\n  \"results\": [\n    {\n      \"phoneNumber\": \"<string>\",\n      \"tmobileStatus\": \"<string>\",\n      \"attStatus\": \"<string>\",\n      \"thirdPartyStatus\": \"<string>\",\n      \"overallStatus\": \"<string>\"\n    },\n    {\n      \"phoneNumber\": \"<string>\",\n      \"tmobileStatus\": \"<string>\",\n      \"attStatus\": \"<string>\",\n      \"thirdPartyStatus\": \"<string>\",\n      \"overallStatus\": \"<string>\"\n    }\n  ]\n}"},{"id":"6a3bd302-1b70-481f-9ea3-273db784dfe4","name":"Invalid jobId format or parameters.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/results?page=1&pageSize=10&exportAll=false&format=csv","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","results"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"format","value":"csv"}],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"c8ec8f70-2a97-43b7-a69f-dceef211beff","name":"Job not found or not owned by user.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/results?page=1&pageSize=10&exportAll=false&format=csv","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","results"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"format","value":"csv"}],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"b7c9f6fc-f55f-4aaa-93e0-e5d3056bf5d5","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/results?page=1&pageSize=10&exportAll=false&format=csv","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","results"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"exportAll","value":"false"},{"key":"format","value":"csv"}],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"0bba0610-c444-458f-b421-d5c11b07908f"},{"name":"Download Export File","id":"6aa9ffef-396d-4dc3-a75a-3bdabb46f762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"text/csv"}],"url":"https://app.dialb.com/api/v1/jobs/:jobId/download-export","description":"<p>Downloads a file generated by an export job (e.g., ExportDIDs job).</p>\n","urlObject":{"path":["jobs",":jobId","download-export"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"f12c9d3c-8d85-44ad-8991-bc575191c3b3","description":{"content":"<p>(Required) ID of the export job.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"jobId"}]}},"response":[{"id":"1fc3b398-d74e-43a1-917f-38d0c25259d0","name":"Export file. Content-Type will be appropriate for the file (e.g., text/csv).","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/download-export","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","download-export"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the export job."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":"Indicates the file should be downloaded with a specific filename.","key":"Content-Disposition","value":"<string>"},{"key":"Content-Type","value":"text/csv"}],"cookie":[],"responseTime":null,"body":"<binary>"},{"id":"cfcc17d1-7f51-43dc-94a2-53667b7fefb9","name":"Invalid jobId format or job is not an export job.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/download-export","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","download-export"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the export job."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"175bbbb2-5961-4e42-a52f-a064aff84455","name":"Export job not found or not owned by user.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/download-export","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","download-export"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the export job."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"d96321ef-22b9-4dd8-91df-185d503ba449","name":"Export file is not ready or generation failed.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/download-export","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","download-export"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the export job."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"ba582e62-a335-49ed-afde-133149baa76f","name":"Internal server error or file path missing.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/download-export","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","download-export"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the export job."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"6aa9ffef-396d-4dc3-a75a-3bdabb46f762"},{"name":"Hide Job","id":"8c4b939f-261f-4e2f-bd6b-868c06a833ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/jobs/:jobId/hide","description":"<p>Soft-deletes a job, marking it as hidden by the user.</p>\n","urlObject":{"path":["jobs",":jobId","hide"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[{"id":"7cd54650-2b11-4024-840a-71d1a3f994f7","description":{"content":"<p>(Required) ID of the job to hide.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"jobId"}]}},"response":[{"id":"40cc6f29-9154-4506-9781-b3dc55c25116","name":"Job hidden successfully.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/hide","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","hide"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to hide."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3dd04371-095b-4efc-a2ff-2fe393531fc5","name":"Invalid jobId format.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/hide","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","hide"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to hide."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"0716ebb9-e59f-4feb-8cbe-782f63f88d1b","name":"Job not found or not owned by user.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/hide","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","hide"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to hide."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"69132d88-a8d6-4f02-9390-180be1114f8c","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs/:jobId/hide","host":["https://app.dialb.com/api/v1"],"path":["jobs",":jobId","hide"],"variable":[{"key":"jobId","value":"<uuid>","description":"(Required) ID of the job to hide."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"8c4b939f-261f-4e2f-bd6b-868c06a833ca"}],"id":"d7eaf891-39f1-410d-b770-ccb204b7d86f","_postman_id":"d7eaf891-39f1-410d-b770-ccb204b7d86f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"List Jobs","id":"1baf438a-bdb4-4dcf-adc4-62a163afb087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.dialb.com/api/v1/jobs?page=1&pageSize=10","description":"<p>Lists all jobs for the authenticated user with pagination.</p>\n","urlObject":{"path":["jobs"],"host":["https://app.dialb.com/api/v1"],"query":[{"description":{"content":"<p>Page number for pagination.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of items per page.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"062a24a1-5c8c-4ab7-abde-5b1e38021978","name":"A paginated list of jobs.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["jobs"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pagination\": {\n    \"page\": \"<integer>\",\n    \"pageSize\": \"<integer>\",\n    \"totalPages\": \"<integer>\",\n    \"totalResults\": \"<integer>\"\n  },\n  \"results\": [\n    {\n      \"id\": \"<uuid>\",\n      \"user_id\": \"<uuid>\",\n      \"group_id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"status\": \"<string>\",\n      \"total_numbers\": \"<integer>\",\n      \"processed_numbers\": \"<integer>\",\n      \"successfully_checked_numbers\": \"<integer>\",\n      \"failed_check_numbers\": \"<integer>\",\n      \"spamNumbers\": \"<integer>\",\n      \"cleanNumbers\": \"<integer>\",\n      \"group_name\": \"<string>\",\n      \"file_path\": \"<string>\",\n      \"file_error\": \"<string>\",\n      \"input_type\": \"<string>\",\n      \"original_file_name\": \"<string>\",\n      \"new_group_name\": \"<string>\",\n      \"track_spam\": \"<boolean>\",\n      \"total_in_request\": \"<long>\",\n      \"unique_valid_processed\": \"<long>\",\n      \"dids_created_count\": \"<long>\",\n      \"dids_updated_count\": \"<long>\",\n      \"dids_ignored_count\": \"<long>\",\n      \"dids_failed_count\": \"<long>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"completed_at\": \"<dateTime>\",\n      \"user_deleted_at\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"user_id\": \"<uuid>\",\n      \"group_id\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"status\": \"<string>\",\n      \"total_numbers\": \"<integer>\",\n      \"processed_numbers\": \"<integer>\",\n      \"successfully_checked_numbers\": \"<integer>\",\n      \"failed_check_numbers\": \"<integer>\",\n      \"spamNumbers\": \"<integer>\",\n      \"cleanNumbers\": \"<integer>\",\n      \"group_name\": \"<string>\",\n      \"file_path\": \"<string>\",\n      \"file_error\": \"<string>\",\n      \"input_type\": \"<string>\",\n      \"original_file_name\": \"<string>\",\n      \"new_group_name\": \"<string>\",\n      \"track_spam\": \"<boolean>\",\n      \"total_in_request\": \"<long>\",\n      \"unique_valid_processed\": \"<long>\",\n      \"dids_created_count\": \"<long>\",\n      \"dids_updated_count\": \"<long>\",\n      \"dids_ignored_count\": \"<long>\",\n      \"dids_failed_count\": \"<long>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"completed_at\": \"<dateTime>\",\n      \"user_deleted_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"138c6e55-c2ba-4b7b-9abd-cb56626cbf74","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.dialb.com/api/v1/jobs?page=1&pageSize=10","host":["https://app.dialb.com/api/v1"],"path":["jobs"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"1baf438a-bdb4-4dcf-adc4-62a163afb087"}],"id":"a5bf1a9f-02c1-489d-b809-83f2f7948eca","_postman_id":"a5bf1a9f-02c1-489d-b809-83f2f7948eca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}}},{"name":"User Login","id":"b523521f-006e-4d8f-9eb2-8d7d36ea4d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<password>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/auth/login","description":"<p>Authenticates a user with email and password, returning a session token (API key).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","id":"22443ec2-16c1-4466-82ed-2a2e02bb9ece","name":"DialB API","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["https://app.dialb.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"30b47998-93f0-414a-8077-948076492179","name":"Login successful.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<password>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"<string>\",\n  \"user_id\": \"<uuid>\",\n  \"expires_at\": \"<dateTime>\"\n}"},{"id":"0f44bfc9-9728-4221-99b5-806c64429c5c","name":"Invalid request payload or missing fields.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<password>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"90b91b42-b75f-45aa-97b1-302d5f0e1f1d","name":"Invalid email or password.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<password>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"},{"id":"bebc3fe0-f998-40d1-900a-2becb1ee1b6b","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<password>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.dialb.com/api/v1/auth/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"details\": \"<object>\"\n}"}],"_postman_id":"b523521f-006e-4d8f-9eb2-8d7d36ea4d19"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://app.dialb.com/api/v1","type":"string"}]}