{"info":{"_postman_id":"1a4c2bb1-2f57-4e4e-9a77-73a2a54b53ac","name":"TextPro API","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json","description":"Collection for TextPro API endpoints. Set base_url and api_key variables before sending requests."},"item":[{"name":"Send SMS","request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api_key}}","type":"text"},{"key":"Content-Type","value":"application\/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"+447000000000\",\n  \"message\": \"Hello from Postman\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}\/api\/send\/sms","host":["{{base_url}}"],"path":["api","send","sms"]}}},{"name":"Send OTP","request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api_key}}","type":"text"},{"key":"Content-Type","value":"application\/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"+447000000000\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}\/api\/send\/otp","host":["{{base_url}}"],"path":["api","send","otp"]}}},{"name":"Verify OTP","request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api_key}}","type":"text"},{"key":"Content-Type","value":"application\/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"+447000000000\",\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}\/api\/verify\/otp","host":["{{base_url}}"],"path":["api","verify","otp"]}}}],"variable":[{"key":"base_url","value":"https:\/\/textpro.co.uk"},{"key":"api_key","value":"tp_live_xxx"}]}