Skip to content

rzhan888/UBC-Rogers-CAMARA-Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UBC Rogers CAMARA Hackathon

CAMARA Project

CAMARA’s official documentation provides you with all information you need to get started. official github repos provides you with all updates.

Rogers CAMARA APIs

Roger's Sample Test Cases

Subscriber Consent

Consent is a key part of the CAMARA project. The subscriber must provide consent before any of the APIs can be used. The consent process is triggered inline with the API call. The subscriber will receive a consent request via SMS. The subscriber must reply with a YES to provide consent. The subscriber can also reply with a NO to deny consent.

Getting Started

curl -X POST "{basename}/number-verification/v0/verify" \
-H "Authorization: Bearer {your_access_token}" \
-H "Cache-Control: no-cache" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-d '{
  "phoneNumber": "+1416XXXXXXX"
}'

Access Tokens

Access tokens are required to access the Rogers APIs. During the hackathon, each team will receive a test device and SIM card. The test device will contain a RAPID shortcut app that will display your access token. APIs and access tokens will be restricted to only validate the phone number associated with the SIM card provided to your team.

Sandbox

Currently we have an Azure sandbox proxying the requests to the CAMARA APIs. The sandbox is available at https://lemon-bush-0e5bf4e0f.5.azurestaticapps.net/. The sandbox is a temporary solution and will be replaced with a Azure Programmable Connectivity (APC). This can also be used to troubleshoot any issues with the APIs.

In the News

Quick Links/Resources

About

UBC Rogers CAMARA Hackathon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%