{"id":18303116,"url":"https://github.com/monzo/verifiedsms","last_synced_at":"2025-06-21T09:38:32.473Z","repository":{"id":57657246,"uuid":"455174251","full_name":"monzo/verifiedsms","owner":"monzo","description":"A go library for interacting with Google Verified SMS","archived":false,"fork":false,"pushed_at":"2023-07-21T08:25:50.000Z","size":21,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":98,"default_branch":"main","last_synced_at":"2025-03-21T06:33:21.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-03T13:24:05.000Z","updated_at":"2022-08-18T11:46:00.000Z","dependencies_parsed_at":"2024-06-20T00:20:27.608Z","dependency_job_id":"52025df1-302c-4d84-b813-448c1df0665c","html_url":"https://github.com/monzo/verifiedsms","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fverifiedsms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fverifiedsms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fverifiedsms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monzo%2Fverifiedsms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monzo","download_url":"https://codeload.github.com/monzo/verifiedsms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247352665,"owners_count":20925309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T15:24:14.587Z","updated_at":"2025-04-05T14:31:46.703Z","avatar_url":"https://github.com/monzo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# verifiedsms\n\nThis is a go library for interacting with the Google [Verified SMS](https://developers.google.com/business-communications/verified-sms)\nservice. You'll need to already be signed up as a Verified SMS Partner to use this library.\n\nExample:\n\n```go\npackage main\n\nimport \"github.com/monzo/verifiedsms\"\n\npartner := verified_sms.VerifiedSMSPartner{\n    ServiceAccountJSONFile: \"foobar\",\n}\n\nagent := verified_sms.VerifiedSMSAgent{\n\tID: \"barbaz\",\n\tPrivateKey: ...,\n}\n\nwasMessageVerified, err := partner.MarkSMSAsVerified(context.Background(), \"+447700900461\", agent, \"hello!\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonzo%2Fverifiedsms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonzo%2Fverifiedsms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonzo%2Fverifiedsms/lists"}